Lines Matching defs:client
69 struct i2c_client *client; member
86 static int read_u8_from_i2c(struct i2c_client *client, u8 i2c_reg, u8 *output) in read_u8_from_i2c()
98 static void read_temp_from_i2c(struct i2c_client *client, u8 i2c_reg, in read_temp_from_i2c()
113 static void read_fan_from_i2c(struct i2c_client *client, u16 *output, in read_fan_from_i2c()
127 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c()
135 static void read_fan_config_from_i2c(struct i2c_client *client) in read_fan_config_from_i2c()
151 struct i2c_client *client = data->client; in emc2103_update_device() local
247 struct i2c_client *client = data->client; in set_temp_min() local
269 struct i2c_client *client = data->client; in set_temp_max() local
314 struct i2c_client *client = data->client; in set_fan_div() local
389 struct i2c_client *client = data->client; in set_fan_target() local
433 struct i2c_client *client = data->client; in set_pwm_enable() local
581 emc2103_probe(struct i2c_client *client, const struct i2c_device_id *id) in emc2103_probe()