esp-idf/components/usb/private_include
Darian Leung fe206dab59
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-04 20:34:55 +08:00
..
hcd.h refactor(hcd_dwc): Added mps request from hcd_dwc 2024-06-04 20:34:54 +08:00
hub.h refactor(usb/host): Simplify USBH and Hub interaction 2024-06-04 20:34:54 +08:00
usb_private.h change(usb/host): Remove data buffer headers from URBs 2024-02-19 06:57:30 +08:00
usbh.h refactor(usb/usbh): Rename device pool functions and ref_count 2024-06-04 20:34:55 +08:00