esp-idf/components/usb/private_include
Darian Leung 8053174dd4
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-06-02 00:29:34 +08:00
..
hcd.h refactor(hcd_dwc): Added mps request from hcd_dwc 2024-06-02 00:29:34 +08:00
hub.h refactor(usb/host): Simplify USBH and Hub interaction 2024-06-02 00:29:33 +08:00
usb_private.h change(usb/host): Remove data buffer headers from URBs 2024-02-27 18:15:59 +08:00
usbh.h refactor(usb/usbh): Rename device pool functions and ref_count 2024-06-02 00:29:34 +08:00