Searched refs:fconfig_softc (Results 1 – 4 of 4) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_config.c | 122 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 …]
|
D | f_config.c | 75 static struct fconfig_softc g_fconfig_softc; 88 struct fconfig_softc *cdev = &g_fconfig_softc; in fconfig_find_gadget() 239 struct fconfig_softc *cdev = &g_fconfig_softc; in fconfig_find_cfg() 446 struct fconfig_softc *cdev = &g_fconfig_softc; in usbdev_fconfig_initialize()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | usbd_config.h | 150 struct fconfig_softc *cdev; 181 extern int fconfig_fops_init(struct fconfig_softc *cdev); 182 extern int fconfig_fops_deinit(const struct fconfig_softc *cdev);
|
D | f_config.h | 56 struct fconfig_softc { struct
|