Lines Matching refs:i2c_client

128 static int f75375_detect(struct i2c_client *client,
130 static int f75375_probe(struct i2c_client *client,
132 static int f75375_remove(struct i2c_client *client);
154 static inline int f75375_read8(struct i2c_client *client, u8 reg) in f75375_read8()
160 static inline u16 f75375_read16(struct i2c_client *client, u8 reg) in f75375_read16()
166 static inline void f75375_write8(struct i2c_client *client, u8 reg, in f75375_write8()
172 static inline void f75375_write16(struct i2c_client *client, u8 reg, in f75375_write16()
181 static void f75375_write_pwm(struct i2c_client *client, int nr) in f75375_write_pwm()
193 struct i2c_client *client = to_i2c_client(dev); in f75375_update_device()
303 struct i2c_client *client = to_i2c_client(dev); in set_fan_min()
323 struct i2c_client *client = to_i2c_client(dev); in set_fan_target()
348 struct i2c_client *client = to_i2c_client(dev); in set_pwm()
376 static int set_pwm_enable_direct(struct i2c_client *client, int nr, int val) in set_pwm_enable_direct()
444 struct i2c_client *client = to_i2c_client(dev); in set_pwm_enable()
463 struct i2c_client *client = to_i2c_client(dev); in set_pwm_mode()
550 struct i2c_client *client = to_i2c_client(dev); in set_in_max()
571 struct i2c_client *client = to_i2c_client(dev); in set_in_min()
619 struct i2c_client *client = to_i2c_client(dev); in set_temp_max()
640 struct i2c_client *client = to_i2c_client(dev); in set_temp_max_hyst()
767 static void f75375_init(struct i2c_client *client, struct f75375_data *data, in f75375_init()
831 static int f75375_probe(struct i2c_client *client, in f75375_probe()
883 static int f75375_remove(struct i2c_client *client) in f75375_remove()
892 static int f75375_detect(struct i2c_client *client, in f75375_detect()