Searched refs:productId (Results 1 – 4 of 4) sorted by relevance
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/ |
D | usb_host_hci.c | 127 uint32_t productId; local 131 …)USB_HostHelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetDevicePID, &productId); 133 (void)usb_echo(" vendor id :0x%x product id:0x%x \r\n", vendorId, productId); 135 …if ((productId != 0x0200U) && (productId != 0x0101U) && (productId != 0x0102U) && (productId != 0x… 136 …(productId != 0x0104U) && (productId != 0x0105U) && (productId != 0x0106U) && (productId != 0x0107… 137 (productId != 0x0108U)) 142 if (productId == 0x0200U)
|
D | usb_host_ip3516hs.c | 221 uint32_t productId; in USB_HostIp3516HsTestModeInit() local 226 …)USB_HostHelperGetPeripheralInformation(deviceHandle, (uint32_t)kUSB_HostGetDevicePID, &productId); in USB_HostIp3516HsTestModeInit() 228 (void)usb_echo("usb host Ip3516hs test mode init product id:0x%x\r\n", productId); in USB_HostIp3516HsTestModeInit() 230 switch (productId) in USB_HostIp3516HsTestModeInit()
|
D | usb_host_ehci.c | 920 uint32_t productId; in USB_HostEhciTestModeInit() local 925 USB_HostHelperGetPeripheralInformation(deviceHandle, kUSB_HostGetDevicePID, &productId); in USB_HostEhciTestModeInit() 927 usb_echo("usb host ehci test mode init product id:0x%x\r\n", productId); in USB_HostEhciTestModeInit() 929 switch (productId) in USB_HostEhciTestModeInit()
|
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/ |
D | usb_device_msc_ufi.h | 186 uint8_t productId[16]; /*!< Product Identification*/ member
|