Lines Matching refs:i2c_client
69 struct i2c_client *client;
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()
247 struct i2c_client *client = data->client; in set_temp_min()
269 struct i2c_client *client = data->client; in set_temp_max()
314 struct i2c_client *client = data->client; in set_fan_div()
389 struct i2c_client *client = data->client; in set_fan_target()
433 struct i2c_client *client = data->client; in set_pwm_enable()
581 emc2103_probe(struct i2c_client *client, const struct i2c_device_id *id) in emc2103_probe()
657 emc2103_detect(struct i2c_client *new_client, struct i2c_board_info *info) in emc2103_detect()