Lines Matching refs:client
25 #define v4l_client_printk(level, client, fmt, arg...) \ argument
26 v4l_printk(level, (client)->dev.driver->name, (client)->adapter, \
27 (client)->addr, fmt , ## arg)
29 #define v4l_err(client, fmt, arg...) \ argument
30 v4l_client_printk(KERN_ERR, client, fmt , ## arg)
32 #define v4l_warn(client, fmt, arg...) \ argument
33 v4l_client_printk(KERN_WARNING, client, fmt , ## arg)
35 #define v4l_info(client, fmt, arg...) \ argument
36 v4l_client_printk(KERN_INFO, client, fmt , ## arg)
40 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
43 v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
182 void v4l2_i2c_subdev_set_name(struct v4l2_subdev *sd, struct i2c_client *client,
193 void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client,
241 v4l2_i2c_subdev_set_name(struct v4l2_subdev *sd, struct i2c_client *client, in v4l2_i2c_subdev_set_name() argument
246 v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, in v4l2_i2c_subdev_init() argument