Lines Matching refs:w_value
1864 uint16_t w_value;
1869 w_value = UGETW(ctrl->wValue);
1879 fuvc->event_id = w_value >> 8;
1884 ret = run_cmd_func(req->buf, req->xfrd, w_value >> 8, ctrl->bRequest, UNIT_ID_CAMERA);
1898 uint16_t w_value;
1903 w_value = UGETW(ctrl->wValue);
1909 fuvc->event_id = w_value >> 8;
1914 ret = run_cmd_func(req->buf, req->xfrd, w_value >> 8, ctrl->bRequest, UNIT_ID_PROCESSING);
1937 uint16_t w_value;
1940 w_value = UGETW(ctrl->wValue);
1946 fuvc->event_id = w_value >> 8;
1951 ret = run_cmd_func(req->buf, req->xfrd, w_value >> 8, ctrl->bRequest, UNIT_ID_H264_EXTENSION);
1966 uint16_t w_value = UGETW(ctrl->wValue);
1973 fuvc->event_id = w_value >> 8;
1978 ret = run_cmd_func(req->buf, req->xfrd, w_value >> 8, ctrl->bRequest, UNIT_ID_HICAMERA_EXTENSION);
1997 uint16_t w_value = UGETW(ctrl->wValue);
2037 dprintf("Control Requests not supported, index: %#x, w_value: %#x\n", w_index, w_value);
2134 uint16_t n_len, w_length, w_value;
2139 w_value = UGETW(ctrl->wValue);
2142 switch (w_value >> 8)
2195 dprintf("Invalid streaming control request: %#x\n", w_value);
2584 uint16_t w_value;
2597 w_value = UGETW(ctrl->wValue);
2618 (void)usbclass_uvc_set_alt(fuvc, dev, w_index, w_value);