Lines Matching defs:client
56 struct i2c_client *client; member
73 static int read_u8_from_i2c(struct i2c_client *client, u8 i2c_reg, u8 *output) in read_u8_from_i2c()
85 static void read_temp_from_i2c(struct i2c_client *client, u8 i2c_reg, in read_temp_from_i2c()
100 static void read_fan_from_i2c(struct i2c_client *client, u16 *output, in read_fan_from_i2c()
114 static void write_fan_target_to_i2c(struct i2c_client *client, u16 new_target) in write_fan_target_to_i2c()
122 static void read_fan_config_from_i2c(struct i2c_client *client) in read_fan_config_from_i2c()
138 struct i2c_client *client = data->client; in emc2103_update_device() local
236 struct i2c_client *client = data->client; in temp_min_store() local
258 struct i2c_client *client = data->client; in temp_max_store() local
303 struct i2c_client *client = data->client; in fan1_div_store() local
379 struct i2c_client *client = data->client; in fan1_target_store() local
424 struct i2c_client *client = data->client; in pwm1_enable_store() local
554 emc2103_probe(struct i2c_client *client) in emc2103_probe()