Home
last modified time | relevance | path

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

/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.h82 struct usbd_string struct
Df_camera.c145 struct usbd_string g_fcamera_device_strings[9] =
Df_multi.c176 struct usbd_string g_fmulti_device_strings[FMULTI_DSTR_IDX] =
Df_acm_desc.c278 static struct usbd_string g_cdcacm_device_strings[FSERIAL_DSTR_IDX] =
Df_ether.c143 static struct usbd_string g_fether_device_strings[] =
Df_dfu.c156 static struct usbd_string g_dfu_string_defs[] =
Df_uac.c842 struct usbd_string g_fuac_device_strings[7] =
Df_hid.c108 struct usbd_string g_fhid_device_strings[6] =
Df_mass_storage.c1824 struct usbd_string g_fmass_device_strings[6] =
Df_uvc.c2709 struct usbd_string g_fuvc_device_strings[8] =
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusbd_config.h144 struct usbd_string *strings;
Df_generic.h153 struct usbd_string *strings;
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_generic_ep0.c381 bytes = sizeof(struct usbd_string) * (str_count + 1); in generic_got_strings()
396 struct usbd_string *strings = (struct usbd_string *)trav_strings->strings; in generic_got_strings()
Dusbd_config.c427 size = sizeof(struct usbd_string) * (str_data->str_count + 1); in fconfig_fill_strings()