Home
last modified time | relevance | path

Searched refs:slave_ids (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/uvc/
H A Duvc_ctrl.c523 .slave_ids = { V4L2_CID_HUE, },
536 .slave_ids = { V4L2_CID_EXPOSURE_ABSOLUTE, },
569 .slave_ids = { V4L2_CID_WHITE_BALANCE_TEMPERATURE, },
592 .slave_ids = { V4L2_CID_BLUE_BALANCE,
640 .slave_ids = { V4L2_CID_FOCUS_ABSOLUTE, },
1302 for (i = 0; i < ARRAY_SIZE(mapping->slave_ids); ++i) { in uvc_ctrl_status_event_work()
1303 if (!mapping->slave_ids[i]) in uvc_ctrl_status_event_work()
1307 mapping->slave_ids[i]); in uvc_ctrl_status_event_work()
1374 for (j = 0; j < ARRAY_SIZE(mapping->slave_ids); ++j) { in uvc_ctrl_send_events()
1375 u32 slave_id = mapping->slave_ids[j]; in uvc_ctrl_send_events()
H A Duvcvideo.h253 u32 slave_ids[2]; member