Searched refs:device_s (Results 1 – 1 of 1) sorted by relevance
38 typedef struct device_s device_t;39 struct device_s { struct42 TAILQ_ENTRY(device_s) tailq_entry; argument81 …TAILQ_HEAD(tailhead_devs, device_s) devs_idle_tailq; //Tailq of all enum and configured dev… argument82 …TAILQ_HEAD(tailhead_devs_cb, device_s) devs_pending_tailq; //Tailq of devices that need to have t…