Home
last modified time | relevance | path

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

/linux/drivers/media/usb/uvc/
A Duvc_ctrl.c526 .slave_ids = { V4L2_CID_HUE, },
538 .slave_ids = { V4L2_CID_EXPOSURE_ABSOLUTE, },
568 .slave_ids = { V4L2_CID_WHITE_BALANCE_TEMPERATURE, },
589 .slave_ids = { V4L2_CID_BLUE_BALANCE,
633 .slave_ids = { V4L2_CID_FOCUS_ABSOLUTE, },
1378 for (i = 0; i < ARRAY_SIZE(mapping->slave_ids); ++i) { in uvc_ctrl_status_event()
1379 if (!mapping->slave_ids[i]) in uvc_ctrl_status_event()
1383 mapping->slave_ids[i]); in uvc_ctrl_status_event()
1460 for (j = 0; j < ARRAY_SIZE(mapping->slave_ids); ++j) { in uvc_ctrl_send_events()
1461 u32 slave_id = mapping->slave_ids[j]; in uvc_ctrl_send_events()
A Duvcvideo.h258 u32 slave_ids[2]; member

Completed in 11 milliseconds