Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/
Dconfigfs.c47 struct gadget_info { struct
66 static inline struct gadget_info *to_gadget_info(struct config_item *item) in to_gadget_info() argument
68 return container_of(to_config_group(item), struct gadget_info, group); in to_gadget_info()
239 static int unregister_gadget(struct gadget_info *gi) in unregister_gadget()
257 struct gadget_info *gi = to_gadget_info(item); in gadget_dev_desc_UDC_store()
339 struct gadget_info *gi = to_gadget_info(item); in gadget_info_attr_release()
368 struct gadget_info *gi = container_of(cdev, struct gadget_info, cdev); in config_usb_cfg_link()
419 struct gadget_info *gi = container_of(cdev, struct gadget_info, cdev); in config_usb_cfg_unlink()
532 struct gadget_info *gi; in function_make()
569 gi = container_of(group, struct gadget_info, functions_group); in function_make()
[all …]