Searched refs:gadget_info (Results 1 – 3 of 3) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
D | usbd_config.c | 118 struct gadget_info *gi = container_of(obj, struct gadget_info, obj); in gadget_match() 122 static struct gadget_info *gadget_find_by_name(struct fconfig_softc *cdev, in gadget_find_by_name() 125 struct gadget_info *gi = NULL; in gadget_find_by_name() 139 gi = container_of(obj, struct gadget_info, obj); in gadget_find_by_name() 148 struct gadget_info *gi = NULL; in gadget_make() 179 struct gadget_info *gi = NULL; in gadget_drop() 233 struct gadget_info *gi = NULL; in fconfig_write_dev_desc() 272 static struct gadget_config *fconfig_alloc_gadget_cfg(struct gadget_info *gi, char *cfg_name, in fconfig_alloc_gadget_cfg() 299 struct gadget_info *gi = NULL; in fconfig_add_gadget_cfg() 365 struct gadget_info *gi = NULL; in fconfig_remove_gadget_cfg() [all …]
|
D | f_config.c | 80 struct gadget_info *gi = container_of(obj, struct gadget_info, obj); in gadget_match() 85 static struct gadget_info *fconfig_find_gadget(struct composite_dev_s *com_dev) in fconfig_find_gadget() 94 return container_of(obj, struct gadget_info, obj); in fconfig_find_gadget() 135 struct gadget_info *gi; in fconfig_mkstrdesc() 205 struct gadget_info *gi; in fconfig_mkdevdesc() 241 struct gadget_info *gi; in fconfig_find_cfg() 251 gi = container_of(obj, struct gadget_info, obj); in fconfig_find_cfg()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/ |
D | usbd_config.h | 135 struct gadget_info *gi; 147 struct gadget_info { struct
|