Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
Duvc_ctrl.c528 .slave_ids = { V4L2_CID_HUE, },
540 .slave_ids = { V4L2_CID_EXPOSURE_ABSOLUTE, },
570 .slave_ids = { V4L2_CID_WHITE_BALANCE_TEMPERATURE, },
591 .slave_ids = { V4L2_CID_BLUE_BALANCE,
635 .slave_ids = { V4L2_CID_FOCUS_ABSOLUTE, },
1440 for (i = 0; i < ARRAY_SIZE(mapping->slave_ids); ++i) { in uvc_ctrl_status_event()
1441 if (!mapping->slave_ids[i]) in uvc_ctrl_status_event()
1445 mapping->slave_ids[i]); in uvc_ctrl_status_event()
1526 for (j = 0; j < ARRAY_SIZE(mapping->slave_ids); ++j) { in uvc_ctrl_send_events()
1527 u32 slave_id = mapping->slave_ids[j]; in uvc_ctrl_send_events()
Duvcvideo.h124 u32 slave_ids[2]; member