Home
last modified time | relevance | path

Searched refs:device_s (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/usb/
Dusbh.c38 typedef struct device_s device_t;
39 struct device_s { struct
42 TAILQ_ENTRY(device_s) tailq_entry; argument
81 …TAILQ_HEAD(tailhead_devs, device_s) devs_idle_tailq; //Tailq of all enum and configured dev… argument
82 …TAILQ_HEAD(tailhead_devs_cb, device_s) devs_pending_tailq; //Tailq of devices that need to have t…