Lines Matching defs:client

264 	struct i2c_client *client;  member
389 struct i2c_client *client = to_i2c_client(dev); in store_beep() local
427 struct i2c_client *client = to_i2c_client(dev); in store_beep_enable() local
455 struct i2c_client *client = to_i2c_client(dev); in store_chassis_clear() local
502 struct i2c_client *client = to_i2c_client(dev); in store_fan_min() local
544 struct i2c_client *client = to_i2c_client(dev); in store_pwm() local
601 struct i2c_client *client = to_i2c_client(dev); in store_temp() local
662 struct i2c_client *client = to_i2c_client(dev); in store_temp_mode() local
732 struct i2c_client *client = to_i2c_client(dev); in store_sf_setup() local
833 struct i2c_client *client = to_i2c_client(dev); in store_sf_ctrl() local
901 struct i2c_client *client = to_i2c_client(dev); in store_sf2_pwm() local
942 struct i2c_client *client = to_i2c_client(dev); in store_sf2_temp() local
994 struct i2c_client *client = to_i2c_client(dev); in store_in() local
1189 static void w83793_init_client(struct i2c_client *client) in w83793_init_client()
1512 static int w83793_remove(struct i2c_client *client) in w83793_remove()
1581 w83793_detect_subclients(struct i2c_client *client) in w83793_detect_subclients()
1635 static int w83793_detect(struct i2c_client *client, in w83793_detect()
1675 static int w83793_probe(struct i2c_client *client, in w83793_probe()
1975 struct i2c_client *client = to_i2c_client(dev); in w83793_update_nonvolatile() local
2062 struct i2c_client *client = to_i2c_client(dev); in w83793_update_device() local
2126 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value()
2152 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value) in w83793_write_value()