Home
last modified time | relevance | path

Searched refs:V4L2_SUBDEV_FL_IS_I2C (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/media/v4l2-core/
Dv4l2-device.c118 if (sd->flags & V4L2_SUBDEV_FL_IS_I2C) { in v4l2_device_unregister()
Dv4l2-common.c116 sd->flags |= V4L2_SUBDEV_FL_IS_I2C; in v4l2_i2c_subdev_init()
/linux-4.19.296/include/media/
Dv4l2-subdev.h778 #define V4L2_SUBDEV_FL_IS_I2C (1U << 0) macro