nuttx/drivers/usbhost
yangsong8 b9452b4dcf drivers/xhci: fix build error
usbhost/usbhost_xhci_pci.c:4438:16: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast]

Signed-off-by: yangsong8 <yangsong8@xiaomi.com>
2026-04-21 01:35:55 +08:00
..
CMakeLists.txt drivers/usbhost: add xHCI support 2026-04-21 01:22:48 +08:00
Kconfig drivers/usbhost: adapt to HIDMOUSE 2026-04-21 01:25:08 +08:00
Make.defs drivers/usbhost: add xHCI support 2026-04-21 01:22:48 +08:00
hid_parser.c arch/armv7-a: unify switch context from software interrupt 2026-04-20 21:38:16 +08:00
usbhost_bthci.c Add bt_driver_register/unregister for usbhost_bthci.c compatibility, and implement bt_driver_unregister in future. 2026-04-21 01:27:20 +08:00
usbhost_cdcacm.c drivers/usbhost: use small lock to protect usbhost cdcacm 2026-04-21 01:24:44 +08:00
usbhost_cdcmbim.c driver/usbhost: use small lock to protect usbhost cdcmbim 2026-04-21 01:24:48 +08:00
usbhost_composite.c usbhost: recognize sim usb cdcacm composite device 2026-04-21 01:15:50 +08:00
usbhost_composite.h drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
usbhost_devaddr.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
usbhost_drivers.c usbhost: add common usb host waiter and drivers initialization 2026-04-21 01:22:48 +08:00
usbhost_enumerate.c driver/usbhost: Support obtaining USB3.0 device descriptors 2026-04-21 01:22:39 +08:00
usbhost_findclass.c drivers/usbhost: Use small lock to protect usbhost common function 2026-04-21 01:24:15 +08:00
usbhost_ft232r.c drivers: fix compile error. 2026-04-21 01:26:11 +08:00
usbhost_hidkbd.c drivers/usbhost: fix build waring 2026-04-21 01:24:43 +08:00
usbhost_hidmouse.c sched: inline enter_critical_section 2026-04-21 01:25:29 +08:00
usbhost_hub.c drivers: fix compile error. 2026-04-21 01:26:11 +08:00
usbhost_max3421e.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
usbhost_registerclass.c drivers/usbhost: Use small lock to protect usbhost common function 2026-04-21 01:24:15 +08:00
usbhost_registry.c drivers/usbhost: Use small lock to protect usbhost common function 2026-04-21 01:24:15 +08:00
usbhost_registry.h drivers/usbhost: Use small lock to protect usbhost common function 2026-04-21 01:24:15 +08:00
usbhost_skeleton.c drivers: migrate to SPDX identifier 2026-04-21 01:13:35 +08:00
usbhost_storage.c drivers/usbhost: use small lock to protect usbhost msc 2026-04-21 01:24:43 +08:00
usbhost_trace.c drivers/usbhost: Use small lock to protect usbhost common function 2026-04-21 01:24:15 +08:00
usbhost_waiter.c usbhost: add common usb host waiter and drivers initialization 2026-04-21 01:22:48 +08:00
usbhost_xboxcontroller.c drivers/usbhost: adapt to HIDMOUSE 2026-04-21 01:25:08 +08:00
usbhost_xhci.h drivers/usbhost: add xHCI support 2026-04-21 01:22:48 +08:00
usbhost_xhci_pci.c drivers/xhci: fix build error 2026-04-21 01:35:55 +08:00
usbhost_xhci_trace.c drivers/usbhost: add xHCI support 2026-04-21 01:22:48 +08:00
usbhost_xhci_trace.h drivers/usbhost: add xHCI support 2026-04-21 01:22:48 +08:00