Searched refs:MEDIA_ENT_F_CAM_SENSOR (Results 1 - 25 of 77) sorted by relevance

1234

/linux-master/include/uapi/linux/
H A Dmedia.h84 #define MEDIA_ENT_F_CAM_SENSOR (MEDIA_ENT_F_OLD_SUBDEV_BASE + 1) macro
411 #define MEDIA_ENT_T_V4L2_SUBDEV_SENSOR MEDIA_ENT_F_CAM_SENSOR
/linux-master/drivers/media/usb/uvc/
H A Duvc_entity.c99 function = MEDIA_ENT_F_CAM_SENSOR;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-mc.c59 case MEDIA_ENT_F_CAM_SENSOR:
85 if (entity->function != MEDIA_ENT_F_CAM_SENSOR)
/linux-master/drivers/media/i2c/
H A Ds5k6a3.c328 sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Drdacm21.c585 dev->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dmt9v011.c511 sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Ds5k5baf.c401 return sd->entity.function == MEDIA_ENT_F_CAM_SENSOR;
1897 sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dimx219.c1179 imx219->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dimx296.c858 sensor->subdev.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dimx208.c982 imx208->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov7740.c1066 sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov9282.c1439 ov9282->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dmt9v111.c1220 mt9v111->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov02a10.c939 ov02a10->subdev.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dog01a1b.c1016 og01a1b->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov01a10.c898 ov01a10->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov9734.c934 ov9734->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dimx412.c1218 imx412->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dmt9m001.c807 mt9m001->subdev.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov4689.c946 sd->entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Dov2685.c828 ov2685->subdev.entity.function = MEDIA_ENT_F_CAM_SENSOR;
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c430 MEDIA_ENT_F_CAM_SENSOR, 1, &vsensor->pad,
/linux-master/drivers/staging/media/atomisp/i2c/
H A Datomisp-gc0310.c655 dev->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
H A Datomisp-ov2722.c1001 dev->sd.entity.function = MEDIA_ENT_F_CAM_SENSOR;
/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss.c1022 if (entity->function == MEDIA_ENT_F_CAM_SENSOR)

Completed in 201 milliseconds

1234