Home
last modified time | relevance | path

Searched refs:USB_TYPE_CLASS (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dch9.h58 #define USB_TYPE_CLASS (0x01 << 5) macro
273 #define USB_DT_CS_DEVICE (USB_TYPE_CLASS | USB_DT_DEVICE)
274 #define USB_DT_CS_CONFIG (USB_TYPE_CLASS | USB_DT_CONFIG)
275 #define USB_DT_CS_STRING (USB_TYPE_CLASS | USB_DT_STRING)
276 #define USB_DT_CS_INTERFACE (USB_TYPE_CLASS | USB_DT_INTERFACE)
277 #define USB_DT_CS_ENDPOINT (USB_TYPE_CLASS | USB_DT_ENDPOINT)
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus_usb_linux.c1074 usbos_info->ctl_read.bRequestType = USB_DIR_IN | USB_TYPE_CLASS | in dbus_usbos_ctlread_complete()
2082 usbos_info->ctl_read.bRequestType = USB_DIR_IN | USB_TYPE_CLASS | in dbus_usbos_intf_recv_ctl()
2175 USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE; in dbus_usbos_intf_up()
2182 USB_DIR_IN | USB_TYPE_CLASS | USB_RECIP_INTERFACE; in dbus_usbos_intf_up()
/device/soc/rockchip/common/vendor/drivers/net/usb/
H A Dmeig_cdc_driver.c2010 err = usb_control_msg(udev, rx_pipe, USB_CDC_GET_NTB_PARAMETERS, USB_TYPE_CLASS | USB_RECIP_INTERFACE | USB_DIR_IN, in cdc_ncm_config()
2073 USB_TYPE_CLASS | USB_RECIP_INTERFACE | USB_DIR_OUT, 0, control_if, b, 0x04, in cdc_ncm_config()
2105 err = usb_control_msg(udev, tx_pipe, USB_CDC_SET_NTB_FORMAT, USB_TYPE_CLASS | USB_RECIP_INTERFACE | USB_DIR_OUT, in cdc_ncm_config()
2116 err = usb_control_msg(udev, tx_pipe, USB_CDC_SET_CRC_MODE, USB_TYPE_CLASS | USB_RECIP_INTERFACE | USB_DIR_OUT, in cdc_ncm_config()

Completed in 12 milliseconds