Lines Matching defs:client

393 static int w83795_set_bank(struct i2c_client *client, u8 bank)  in w83795_set_bank()
417 static u8 w83795_read(struct i2c_client *client, u16 reg) in w83795_read()
436 static int w83795_write(struct i2c_client *client, u16 reg, u8 value) in w83795_write()
452 static void w83795_update_limits(struct i2c_client *client) in w83795_update_limits()
523 struct i2c_client *client = to_i2c_client(dev); in w83795_update_pwm_config() local
590 struct i2c_client *client = to_i2c_client(dev); in w83795_update_device() local
723 struct i2c_client *client = to_i2c_client(dev); in store_beep() local
753 struct i2c_client *client = to_i2c_client(dev); in store_chassis_clear() local
799 struct i2c_client *client = to_i2c_client(dev); in store_fan_min() local
857 struct i2c_client *client = to_i2c_client(dev); in store_pwm() local
918 struct i2c_client *client = to_i2c_client(dev); in store_pwm_enable() local
1022 struct i2c_client *client = to_i2c_client(dev); in store_temp_src() local
1090 struct i2c_client *client = to_i2c_client(dev); in store_temp_pwm_enable() local
1151 struct i2c_client *client = to_i2c_client(dev); in store_fanin() local
1199 struct i2c_client *client = to_i2c_client(dev); in store_temp_pwm() local
1259 struct i2c_client *client = to_i2c_client(dev); in store_sf4_pwm() local
1295 struct i2c_client *client = to_i2c_client(dev); in store_sf4_temp() local
1339 struct i2c_client *client = to_i2c_client(dev); in store_temp() local
1400 struct i2c_client *client = to_i2c_client(dev); in store_dts_ext() local
1437 struct i2c_client *client = to_i2c_client(dev); in store_temp_mode() local
1516 struct i2c_client *client = to_i2c_client(dev); in store_in() local
1575 struct i2c_client *client = to_i2c_client(dev); in store_sf_setup() local
1856 static void w83795_init_client(struct i2c_client *client) in w83795_init_client()
1879 static int w83795_get_device_id(struct i2c_client *client) in w83795_get_device_id()
1902 static int w83795_detect(struct i2c_client *client, in w83795_detect()
2083 static void w83795_check_dynamic_in_limits(struct i2c_client *client) in w83795_check_dynamic_in_limits()
2139 static int w83795_probe(struct i2c_client *client) in w83795_probe()
2238 static int w83795_remove(struct i2c_client *client) in w83795_remove()