Home
last modified time | relevance | path

Searched refs:wValue (Results 1 - 25 of 42) sorted by relevance

12

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_handle_request.c279 iface, req.wValue[0]); in usb_handle_iface_request()
292 iface->alt_index = req.wValue[0]; in usb_handle_iface_request()
432 uint16_t wValue; in usb_handle_request() local
497 wValue = UGETW(req.wValue); in usb_handle_request()
501 req.bRequest, wValue, UGETW(req.wIndex), off, rem, state); in usb_handle_request()
529 switch (wValue) { in usb_handle_request()
537 switch (wValue) { in usb_handle_request()
552 switch (wValue) { in usb_handle_request()
560 switch (wValue) { in usb_handle_request()
[all...]
H A Dusb_request.c248 USETW(req.wValue, UF_ENDPOINT_HALT); in usb_do_clear_stall_callback()
412 "wValue=0x%02x%02x wIndex=0x%02x%02x wLength=0x%02x%02x\n", in usbd_do_request_flags()
414 req->wValue[1], req->wValue[0], in usbd_do_request_flags()
989 USETW2(req.wValue, type, index); in usbd_req_get_desc()
1186 struct usb_config_descriptor **ppcd, uint16_t wValue) in usbd_req_get_descriptor_ptr()
1196 USETW(req.wValue, wValue); in usbd_req_get_descriptor_ptr()
1378 USETW(req.wValue, 0); in usbd_req_get_alt_interface_no()
1405 req.wValue[ in usbd_req_set_alt_interface_no()
1185 usbd_req_get_descriptor_ptr(struct usb_device *udev, struct usb_config_descriptor **ppcd, uint16_t wValue) usbd_req_get_descriptor_ptr() argument
2201 uint16_t wValue; usbd_req_clear_tt_buffer() local
[all...]
H A Dusb_util.c230 (UGETW(req->wValue) == UF_ENDPOINT_HALT)) in usb_check_request()
H A Dusb_request.h43 struct usb_config_descriptor **ppcd, uint16_t wValue);
H A Dusb_hub.c258 uint16_t wValue; in uhub_tt_buffer_reset_async_locked() local
293 USETW(req.wValue, 0); in uhub_tt_buffer_reset_async_locked()
298 wValue = (ep->edesc->bEndpointAddress & 0xF) | in uhub_tt_buffer_reset_async_locked()
305 USETW(req.wValue, wValue); in uhub_tt_buffer_reset_async_locked()
2678 USETW(req.wValue, USB_INTERFACE_FUNC_SUSPEND); in usbd_device_30_remote_wakeup()
H A Dusb_cdc.h195 uWord wValue; member
H A Dusb.h132 uWord wValue; member
/third_party/backends/backend/
H A Dplustek-pp_types.h183 UShort wValue; member
H A Dhp5590_low.c93 uint16_t wValue; /* MSB first */ member
256 ctrl.wValue = htons (value); in hp5590_control_msg()
326 ctrl.wValue = htons (value); in hp5590_control_msg()
H A Du12-scanner.h157 u_short wValue; member
H A Dplustek-pp_motor.c1679 Data.wValue = *pw & 0x0303; in motorP96FillDataToColorTable()
1863 Data.wValue = (_COLORRUNTABLE_RED << 8) | _COLORRUNTABLE_BLUE; in motorP96SetupRunTable()
1865 Data.wValue = (_COLORRUNTABLE_GREEN << 8) | _COLORRUNTABLE_BLUE; in motorP96SetupRunTable()
1868 Data.wValue = (_COLORRUNTABLE_BLUE << 8) | _COLORRUNTABLE_GREEN; in motorP96SetupRunTable()
1899 Data.wValue = 0xdd22; in motorP96SetupRunTable()
1901 Data.wValue = 0xbb44; in motorP96SetupRunTable()
H A Dplustek-pp_dac.c546 Data.wValue = 0xfff; in dacP98GainResize()
548 Data.wValue *= 16; in dacP98GainResize()
554 *pValue = Data.wValue; in dacP98GainResize()
637 Data.wValue = (*pBuffer) * 16; in dacP98WriteBackToShadingRAM()
641 *pBuffer = Data.wValue; in dacP98WriteBackToShadingRAM()
1102 ((pUShort)ps->pPrescan16)[dw] = Data.wValue; in dacP96ReadColorShadingLine()
1258 ((pULong) ps->pPrescan16)[dw] = Data.wValue; in dacP96Adjust10BitShading()
H A Dmustek_usb2_asic.h1231 static SANE_Status WriteIOControl (PAsic chip, unsigned short wValue, unsigned short wIndex,
1233 static SANE_Status ReadIOControl (PAsic chip, unsigned short wValue, unsigned short wIndex,
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h90 u16 typeReq, u16 wValue, u16 wIndex,
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_cdce.c279 USETW(req.wValue, 0); in cdce_ncm_init()
383 USETW(req.wValue, 0); in cdce_ncm_init()
407 USETW(req.wValue, 0); /* no CRC */ in cdce_ncm_init()
420 USETW(req.wValue, 0); /* NTB-16 */ in cdce_ncm_init()
1004 USETW(req.wValue, 1); /* Connected */ in cdce_intr_write_callback()
1017 USETW(req.wValue, 0); in cdce_intr_write_callback()
H A Dif_axge.c155 USETW(req.wValue, val); in axge_write_mem()
191 USETW(req.wValue, val); in axge_read_mem()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1869 w_value = UGETW(ctrl->wValue); in fuvc_handle_camera_control()
1871 /* The high byte of wValue contains the Control Selector in fuvc_handle_camera_control()
1903 w_value = UGETW(ctrl->wValue); in fuvc_handle_process_control()
1940 w_value = UGETW(ctrl->wValue); in fuvc_handle_ext_control()
1966 uint16_t w_value = UGETW(ctrl->wValue); in fuvc_handle_xu_hicamera_control()
1997 uint16_t w_value = UGETW(ctrl->wValue); in fuvc_handle_class_setup_control()
2078 if ((UGETW(ctrl->wValue) >> 8) == USB_UVC_VS_PROBE_CONTROL) in fuvc_handle_streaming_probe()
2139 w_value = UGETW(ctrl->wValue); in fuvc_handle_class_setup_streaming()
2597 w_value = UGETW(ctrl->wValue); in usbclass_uvc_setup()
2650 set_probe_status(fuvc, (UGETW(ctrl->wValue) >> in usbclass_uvc_setup()
[all...]
H A Ddfu.c249 value = UGETW(ctrl->wValue); in usbclass_setup()
H A Df_dfu.c577 uint16_t value = UGETW(ctrl->wValue); in dfu_dnload()
603 uint16_t value = UGETW(ctrl->wValue); in dfu_upload()
H A Dcdcacm.c1402 value = UGETW(ctrl->wValue); in cdcacm_setup()
1567 USETW(state_buf->wValue, value); in cdcacm_serial_connect_state()
/third_party/backends/include/sane/
H A Dusb_manager.h436 uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength,
/third_party/backends/sanei/
H A Dusb_manager.cpp580 uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength, in usb_manager_control_transfer()
591 ctrl.value = static_cast<int32_t>(wValue); in usb_manager_control_transfer()
579 usb_manager_control_transfer(usb_manager_device_handle *dev_handle, uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, unsigned char *data, uint16_t wLength, unsigned int timeout) usb_manager_control_transfer() argument
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c231 USETW2(req->wValue, type, id); in uhid_fill_set_report()
243 USETW2(req->wValue, type, id); in uhid_fill_get_report()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Df_config.c378 uint16_t w_value = UGETW(ctrl->wValue); in fconfig_composite_setup()
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c1161 USETW(req.wValue, 0); in umass_init_shuttle()
1305 USETW(req.wValue, 0); in umass_t_bbb_reset1_callback()
1694 USETW(req.wValue, 0); in umass_bbb_get_max_lun()
1765 USETW(req.wValue, 0); in umass_t_cbi_reset1_callback()
1889 USETW(req.wValue, 0); in umass_t_cbi_command_callback()

Completed in 48 milliseconds

12