Searched refs:msc_host_device (Results 1 – 3 of 3) sorted by relevance
35 typedef struct msc_host_device { struct36 STAILQ_ENTRY(msc_host_device) tailq_entry;
25 typedef struct msc_host_device *msc_host_device_handle_t; /**< Handle to a Mass Storage Device …
67 STAILQ_HEAD(devices, msc_host_device) devices_tailq;152 STAILQ_REMOVE(&devices_tailq, dev, msc_host_device, tailq_entry); in msc_deinit_device()