esp-idf/components/usb/private_include
Darian Leung b05cf70b77
refactor(usb/usbh): Rename device pool functions and ref_count
This commit renames the following APIs and variables in the USBH:

- Rename the prefix of device pool functions from 'usbh_dev_...' to
  'usbh_devs_...'.
- Rename 'ref_count' to 'open_count'. This variable tracks the number of times
  a device has been opened.
2024-04-23 16:50:53 +08:00
..
hcd.h refactor(hcd_dwc): Added mps request from hcd_dwc 2024-04-02 10:23:52 +02:00
hub.h refactor(usb/host): Simplify USBH and Hub interaction 2024-03-22 18:14:50 +08:00
usb_private.h change(usb/host): Remove data buffer headers from URBs 2023-11-24 20:57:03 +08:00
usbh.h refactor(usb/usbh): Rename device pool functions and ref_count 2024-04-23 16:50:53 +08:00