Go to the source code of this file.
Functions |
int | uvc_get_ctrl (uvc_device_handle_t *devh, uint8_t unit, uint8_t ctrl, void *data, int len, enum uvc_req_code req_code) |
| Perform a GET_* request from an extension unit.
|
int | uvc_get_ctrl_len (uvc_device_handle_t *devh, uint8_t unit, uint8_t ctrl) |
| Get the length of a control on a terminal or unit.
|
uvc_error_t | uvc_get_power_mode (uvc_device_handle_t *devh, enum uvc_device_power_mode *mode, enum uvc_req_code req_code) |
int | uvc_set_ctrl (uvc_device_handle_t *devh, uint8_t unit, uint8_t ctrl, void *data, int len) |
| Perform a SET_CUR request to a terminal or unit.
|
uvc_error_t | uvc_set_power_mode (uvc_device_handle_t *devh, enum uvc_device_power_mode mode) |
Variables |
static const int | REQ_TYPE_GET = 0xa1 |
static const int | REQ_TYPE_SET = 0x21 |
Function Documentation
Variable Documentation