Lines Matching defs:client
86 struct i2c_client *client; member
270 static int tp2855_write_reg(struct i2c_client *client, u8 reg, u8 val) in tp2855_write_reg()
296 static int tp2855_write_array(struct i2c_client *client, in tp2855_write_array()
315 static int tp2855_read_reg(struct i2c_client *client, u8 reg, u8 *val) in tp2855_read_reg()
414 struct i2c_client *client = tp2855->client; in tp2855_get_fmt() local
463 struct i2c_client *client = tp2855->client; in tp2855_enum_frame_sizes() local
563 struct i2c_client *client = tp2855->client; in detect_thread_function() local
593 struct i2c_client *client = tp2855->client; in detect_thread_start() local
617 struct i2c_client *client = tp2855->client; in __tp2855_start_stream() local
641 struct i2c_client *client = tp2855->client; in __tp2855_stop_stream() local
653 struct i2c_client *client = tp2855->client; in tp2855_stream() local
681 struct i2c_client *client = tp2855->client; in tp2855_power() local
831 struct i2c_client *client = to_i2c_client(dev); in tp2855_runtime_resume() local
840 struct i2c_client *client = to_i2c_client(dev); in tp2855_runtime_suspend() local
905 static int check_chip_id(struct i2c_client *client){ in check_chip_id()
916 static int tp2855_probe(struct i2c_client *client, in tp2855_probe()
1053 static int tp2855_remove(struct i2c_client *client) in tp2855_remove()