Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/usb/uvc/
Duvc_ctrl.c517 .slave_ids = { V4L2_CID_HUE, },
529 .slave_ids = { V4L2_CID_EXPOSURE_ABSOLUTE, },
559 .slave_ids = { V4L2_CID_WHITE_BALANCE_TEMPERATURE, },
580 .slave_ids = { V4L2_CID_BLUE_BALANCE,
624 .slave_ids = { V4L2_CID_FOCUS_ABSOLUTE, },
1421 for (i = 0; i < ARRAY_SIZE(mapping->slave_ids); ++i) { in uvc_ctrl_status_event()
1422 if (!mapping->slave_ids[i]) in uvc_ctrl_status_event()
1426 mapping->slave_ids[i]); in uvc_ctrl_status_event()
1503 for (j = 0; j < ARRAY_SIZE(mapping->slave_ids); ++j) { in uvc_ctrl_send_events()
1504 u32 slave_id = mapping->slave_ids[j]; in uvc_ctrl_send_events()
Duvcvideo.h124 u32 slave_ids[2]; member