Home
last modified time | relevance | path

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

/drivers/media/usb/uvc/
Duvc_ctrl.c545 .slave_ids = { V4L2_CID_HUE, },
558 .slave_ids = { V4L2_CID_EXPOSURE_ABSOLUTE, },
588 .slave_ids = { V4L2_CID_WHITE_BALANCE_TEMPERATURE, },
609 .slave_ids = { V4L2_CID_BLUE_BALANCE,
653 .slave_ids = { V4L2_CID_FOCUS_ABSOLUTE, },
1554 for (i = 0; i < ARRAY_SIZE(mapping->slave_ids); ++i) { in uvc_ctrl_status_event()
1555 if (!mapping->slave_ids[i]) in uvc_ctrl_status_event()
1559 mapping->slave_ids[i]); in uvc_ctrl_status_event()
1640 for (j = 0; j < ARRAY_SIZE(mapping->slave_ids); ++j) { in uvc_ctrl_send_events()
1641 u32 slave_id = mapping->slave_ids[j]; in uvc_ctrl_send_events()
Duvcvideo.h127 u32 slave_ids[2]; member