Home
last modified time | relevance | path

Searched refs:fhid_sc (Results 1 - 1 of 1) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_hid.c164 struct hid_dev_s *fhid_sc = sc; in hid_queue_free() local
166 if (fhid_sc->cur_node != NULL) in hid_queue_free()
168 hid_queue_node_free(fhid_sc->cur_node); in hid_queue_free()
169 fhid_sc->cur_node = NULL; in hid_queue_free()
172 while (!list_empty(&fhid_sc->hid_queue)) in hid_queue_free()
174 node = list_first_entry(&fhid_sc->hid_queue, struct hid_queue_node, irqqueue); in hid_queue_free()
178 INIT_LIST_HEAD(&fhid_sc->hid_queue); in hid_queue_free()
180 fhid_sc->hid_queue_len = 0; in hid_queue_free()

Completed in 2 milliseconds