Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Df_hid.c930 struct hid_softc *hid_s; in hid_classobject() local
939 hid_s = (struct hid_softc *)malloc(sizeof(struct hid_softc)); in hid_classobject()
940 if (hid_s == NULL) in hid_classobject()
947 priv = &hid_s->dev; in hid_classobject()
948 drvr = &hid_s->drvr; in hid_classobject()
968 struct hid_softc *hid_s; in hid_uninitialize() local
983 hid_s = container_of(hid_drvr, struct hid_softc, drvr); in hid_uninitialize()
984 if (hid_s != NULL) in hid_uninitialize()
986 free(hid_s); in hid_uninitialize()