Lines Matching refs:client
26 #define v4l_client_printk(level, client, fmt, arg...) \ argument
27 v4l_printk(level, (client)->dev.driver->name, (client)->adapter, \
28 (client)->addr, fmt , ## arg)
30 #define v4l_err(client, fmt, arg...) \ argument
31 v4l_client_printk(KERN_ERR, client, fmt , ## arg)
33 #define v4l_warn(client, fmt, arg...) \ argument
34 v4l_client_printk(KERN_WARNING, client, fmt , ## arg)
36 #define v4l_info(client, fmt, arg...) \ argument
37 v4l_client_printk(KERN_INFO, client, fmt , ## arg)
41 #define v4l_dbg(level, debug, client, fmt, arg...) \ argument
44 v4l_client_printk(KERN_DEBUG, client, fmt , ## arg); \
183 void v4l2_i2c_subdev_set_name(struct v4l2_subdev *sd, struct i2c_client *client,
194 void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client,
242 v4l2_i2c_subdev_set_name(struct v4l2_subdev *sd, struct i2c_client *client, in v4l2_i2c_subdev_set_name() argument
247 v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client, in v4l2_i2c_subdev_init() argument