Lines Matching defs:client
250 struct i2c_client *client; member
374 struct i2c_client *client = to_i2c_client(dev); in store_beep() local
412 struct i2c_client *client = to_i2c_client(dev); in store_beep_enable() local
440 struct i2c_client *client = to_i2c_client(dev); in store_chassis_clear() local
487 struct i2c_client *client = to_i2c_client(dev); in store_fan_min() local
529 struct i2c_client *client = to_i2c_client(dev); in store_pwm() local
586 struct i2c_client *client = to_i2c_client(dev); in store_temp() local
647 struct i2c_client *client = to_i2c_client(dev); in store_temp_mode() local
717 struct i2c_client *client = to_i2c_client(dev); in store_sf_setup() local
818 struct i2c_client *client = to_i2c_client(dev); in store_sf_ctrl() local
886 struct i2c_client *client = to_i2c_client(dev); in store_sf2_pwm() local
927 struct i2c_client *client = to_i2c_client(dev); in store_sf2_temp() local
979 struct i2c_client *client = to_i2c_client(dev); in store_in() local
1174 static void w83793_init_client(struct i2c_client *client) in w83793_init_client()
1498 static int w83793_remove(struct i2c_client *client) in w83793_remove()
1562 w83793_detect_subclients(struct i2c_client *client) in w83793_detect_subclients()
1604 static int w83793_detect(struct i2c_client *client, in w83793_detect()
1644 static int w83793_probe(struct i2c_client *client) in w83793_probe()
1940 struct i2c_client *client = to_i2c_client(dev); in w83793_update_nonvolatile() local
2027 struct i2c_client *client = to_i2c_client(dev); in w83793_update_device() local
2091 static u8 w83793_read_value(struct i2c_client *client, u16 reg) in w83793_read_value()
2117 static int w83793_write_value(struct i2c_client *client, u16 reg, u8 value) in w83793_write_value()