HomeSort by: relevance | last modified time | path
    Searched refs:control_id (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/
video_if.h 65 * identified by a group_id and a control_id. Controls that are the
66 * sole member of a control_group may ignore the control_id or
67 * redundantly have the control_id equal to the group_id.
74 * may be used for group_id's or control_id's as appropriate.
146 uint16_t control_id; member in struct:video_control_desc
165 uint16_t control_id; member in struct:video_control
video.c 508 /* This might not fit in with the control_id/value_id scheme */
571 desc.group_id = desc.control_id =
610 control.group_id = control.control_id =
612 /* ?? if "control_id" is arbitrarily defined by the
1477 control.group_id = control.control_id =
1479 /* ?? if "control_id" is arbitrarily defined by the
  /src/sys/dev/usb/
uvideo.c 2295 uint8_t control_id, ent_id, data[16]; local in function:uvideo_get_control_group
2310 control_id = UVIDEO_PU_SHARPNESS_CONTROL;
2323 USETW(req.wValue, control_id << 8);
2356 uint8_t control_id, ent_id, data[16]; /* long enough for all controls */ local in function:uvideo_set_control_group
2375 control_id = UVIDEO_CT_PANTILT_RELATIVE_CONTROL;
2386 control_id = UVIDEO_PU_BRIGHTNESS_CONTROL;
2394 control_id = UVIDEO_PU_GAIN_CONTROL;
2402 control_id = UVIDEO_PU_SHARPNESS_CONTROL;
2415 USETW(req.wValue, control_id << 8);

Completed in 16 milliseconds