Home
last modified time | relevance | path

Searched defs:cdev (Results 1 – 15 of 15) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_config.c122 static struct gadget_info *gadget_find_by_name(struct fconfig_softc *cdev, in gadget_find_by_name()
146 static int gadget_make(struct fconfig_softc *cdev, char *name) in gadget_make()
177 static int gadget_drop(struct fconfig_softc *cdev, struct fconfig_string *name) in gadget_drop()
195 static int fconfig_make_gadget(struct fconfig_softc *cdev, void *user_data) in fconfig_make_gadget()
217 static int fconfig_drop_gadget(struct fconfig_softc *cdev, void *user_data) in fconfig_drop_gadget()
231 static int fconfig_write_dev_desc(struct fconfig_softc *cdev, void *user_data) in fconfig_write_dev_desc()
294 static int fconfig_add_gadget_cfg(struct fconfig_softc *cdev, void *user_data) in fconfig_add_gadget_cfg()
362 static int fconfig_remove_gadget_cfg(struct fconfig_softc *cdev, void *user_data) in fconfig_remove_gadget_cfg()
473 static int fconfig_write_strings(struct fconfig_softc *cdev, void *user_data) in fconfig_write_strings()
610 static int fconfig_get_function_info(struct fconfig_softc *cdev, void *user_data, in fconfig_get_function_info()
[all …]
Df_config.c88 struct fconfig_softc *cdev = &g_fconfig_softc; in fconfig_find_gadget() local
239 struct fconfig_softc *cdev = &g_fconfig_softc; in fconfig_find_cfg() local
446 struct fconfig_softc *cdev = &g_fconfig_softc; in usbdev_fconfig_initialize() local
Df_generic.c503 struct composite_dev_s *cdev = NULL; in usbclass_generic_bind() local
/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c160 struct composite_dev_s *cdev; in usb_composite_unbind() local
203 struct composite_dev_s *cdev; in usb_composite_bind() local
683 int usbd_composite_probe(struct composite_softc *cdev) in usbd_composite_probe()
709 int composite_device_init(struct composite_softc *cdev) in composite_device_init()
860 struct composite_dev_s *cdev = &usb_cdev->dev; in composite_uninitialize() local
871 struct composite_devobj_s *usbclass_devobj_get(struct composite_dev_s *cdev, device_type type) in usbclass_devobj_get()
Dusbd_audio.c51 struct composite_softc *cdev; in get_uac() local
Df_hid.c423 struct composite_dev_s *cdev; in usbclass_hid_bind() local
514 struct composite_dev_s *cdev; in usbclass_hid_unbind() local
Df_uac.c635 struct composite_dev_s *cdev; in usbclass_uac_bind() local
709 struct composite_dev_s *cdev; in usbclass_uac_unbind() local
Ddfu.c302 struct composite_dev_s *cdev = dev->ep0->priv; in usbclass_bind() local
Df_uvc.c2238 struct composite_dev_s *cdev; in usbclass_uvc_bind() local
2353 struct composite_dev_s *cdev; in usbclass_uvc_unbind() local
Dcdcacm.c1045 FAR struct composite_dev_s *cdev; in cdcacm_bind() local
Drndis.c1673 struct composite_dev_s *cdev; in usbclass_bind() local
/third_party/alsa-lib/src/ucm/
Ducm_local.h81 char *cdev; member
285 char *cdev; member
Dmain.c739 char *cdev = NULL; in execute_sequence() local
932 char *cdev) in execute_component_seq()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusbd_config.h150 struct fconfig_softc *cdev; member
/third_party/backends/backend/escl/
Descl.c393 convertFromESCLDev(ESCL_Device *cdev) in convertFromESCLDev()