Searched refs:gadget_config (Results 1 – 3 of 3) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_config.c | 272 static struct gadget_config *fconfig_alloc_gadget_cfg(struct gadget_info *gi, char *cfg_name, in fconfig_alloc_gadget_cfg() 275 struct gadget_config *cfg = NULL; in fconfig_alloc_gadget_cfg() 277 cfg = (struct gadget_config *)usbm_malloc(&gi->obj, sizeof(*cfg)); in fconfig_alloc_gadget_cfg() 298 struct gadget_config *cfg = NULL; in fconfig_add_gadget_cfg() 366 struct gadget_config *cfg = NULL; in fconfig_remove_gadget_cfg() 398 cfg = container_of(obj, struct gadget_config, obj); in fconfig_remove_gadget_cfg() 523 static int fconfig_do_make_function(struct gadget_config *cfg, char *func_name) in fconfig_do_make_function() 584 static int fconfig_do_drop_function(struct gadget_config *cfg, char *func_name) in fconfig_do_drop_function() 611 char **name, struct gadget_config **usb_cfg) in fconfig_get_function_info() 614 struct gadget_config *cfg = NULL; in fconfig_get_function_info() [all …]
|
D | f_config.c | 230 struct gadget_config *cfg = container_of(obj, struct gadget_config, obj); in usb_config_match() 236 static struct gadget_config *fconfig_find_cfg(struct composite_dev_s *com_dev, uint32_t *string_num) in fconfig_find_cfg() 243 struct gadget_config *cfg; in fconfig_find_cfg() 260 cfg = container_of(obj, struct gadget_config, obj); in fconfig_find_cfg() 298 struct gadget_config *cfg; in fconfig_mkcfgdesc()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | usbd_config.h | 127 struct gadget_config *cfg; 133 struct gadget_config { struct
|