tq_item
struct tq_item task;
struct tq_item *next;
struct tq_item done_dpc;
struct tq_item callback;
struct tq_item *head, *tail;
struct tq_item wakeup_fn;
struct tq_item dpc;
struct tq_item reset_dpc;
struct tq_item fail_dpc;
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
void ldm_queue_vbus_idle(PVBUS vbus, struct tq_item *t);
struct tq_item task;
struct tq_item *next;
struct tq_item done_dpc;
struct tq_item callback;
struct tq_item *head, *tail;
struct tq_item wakeup_fn;
struct tq_item dpc;
struct tq_item reset_dpc;
struct tq_item fail_dpc;
void ldm_queue_task(struct task_queue *tq, struct tq_item *t);
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);
struct tq_item task;
struct tq_item *next;
struct tq_item done_dpc;
struct tq_item callback;
struct tq_item *head, *tail;
struct tq_item wakeup_fn;
struct tq_item dpc;
struct tq_item reset_dpc;
struct tq_item fail_dpc;
void ldm_queue_task(struct task_queue *tq, struct tq_item *t);
void ldm_queue_vbus_dpc(PVBUS vbus, struct tq_item *t);