Lines Matching refs:name
21 prefix consisting of the driver name, the adapter number and the i2c
23 #define v4l_printk(level, name, adapter, addr, fmt, arg...) \
24 printk(level "%s %d-%04x: " fmt, name, i2c_adapter_id(adapter), addr , ## arg)
27 v4l_printk(level, (client)->dev.driver->name, (client)->adapter, \
58 printk(level "%s: " fmt, (dev)->name , ## arg)
145 * @client_type: name of the chip that's on the adapter.
174 * v4l2_i2c_subdev_set_name - Set name for an I²C sub-device
178 * @devname: the name of the device; if NULL, the I²C device drivers's name
180 * @postfix: sub-device specific string to put right after the I²C device name;
398 * @width_field: the name of the width field in the driver specific struct
399 * @height_field: the name of the height field in the driver specific struct
430 * function name.
443 * function name.