Lines Matching refs:wValue
40 const uint16_t wValue, in usbh_req_setup() argument
48 .wValue = sys_cpu_to_le16(wValue), in usbh_req_setup()
94 const uint16_t wValue = (type << 8) | index; in usbh_req_desc() local
97 bmRequestType, bRequest, wValue, id, len, in usbh_req_desc()
229 const uint16_t wValue = alt; in usbh_req_set_alt() local
233 bmRequestType, bRequest, wValue, wIndex, 0, in usbh_req_set_alt()
241 const uint16_t wValue = USB_SFS_REMOTE_WAKEUP; in usbh_req_set_sfs_rwup() local
244 bmRequestType, bRequest, wValue, 0, 0, in usbh_req_set_sfs_rwup()
252 const uint16_t wValue = USB_SFS_REMOTE_WAKEUP; in usbh_req_clear_sfs_rwup() local
255 bmRequestType, bRequest, wValue, 0, 0, in usbh_req_clear_sfs_rwup()
266 const uint16_t wValue = USB_HCFS_PORT_POWER; in usbh_req_set_hcfs_ppwr() local
270 bmRequestType, bRequest, wValue, wIndex, 0, in usbh_req_set_hcfs_ppwr()
281 const uint16_t wValue = USB_HCFS_PORT_RESET; in usbh_req_set_hcfs_prst() local
285 bmRequestType, bRequest, wValue, wIndex, 0, in usbh_req_set_hcfs_prst()