Searched defs:ctrl_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1272 * Check if a ctrl_id is supported by the device, if yes, find the
1277 uint32_t ctrl_id)
1284 "usbvc_v4l2_match_ctrl: ctrl_id=%x", ctrl_id);
1285 if (ctrl_id >= V4L2_CID_PRIVATE_BASE) {
1289 if (ctrl_id < V4L2_CID_BASE) {
1295 idx = ctrl_id - V4L2_CID_BASE;
1296 if (ctrl_id == V4L2_CID_GAMMA) {
1300 } else if ((ctrl_id >= V4L2_CID_BRIGHTNESS) &&
1301 (ctrl_id <
1276 usbvc_v4l2_match_ctrl(usbvc_state_t *usbvcp, usbvc_v4l2_ctrl_t *ctrl, uint32_t ctrl_id) argument
[all...]
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h61 uint16_t ctrl_id; /* 2100 or 2200 */ member in struct:ifp_board_info
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h2118 __be32 ctrl_id; member in struct:fw_foiscsi_ctrl_wr

Completed in 125 milliseconds