Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c78 struct gadget_strings { struct
315 static inline struct gadget_strings *to_gadget_strings(struct config_item *item) in to_gadget_strings()
317 return container_of(to_config_group(item), struct gadget_strings, in to_gadget_strings()
723 CONFIGFS_ATTR_STRUCT(gadget_strings);
724 GS_STRINGS_RW(gadget_strings, manufacturer);
725 GS_STRINGS_RW(gadget_strings, product);
726 GS_STRINGS_RW(gadget_strings, serialnumber);
737 struct gadget_strings *gs = to_gadget_strings(item); in gadget_strings_attr_release()
747 USB_CONFIG_STRING_RW_OPS(gadget_strings);
748 USB_CONFIG_STRINGS_LANG(gadget_strings, gadget_info);
[all …]