Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/gadget/function/
Duvc_configfs.c40 struct uvcg_control_header { struct
46 static struct uvcg_control_header *to_uvcg_control_header(struct config_item *item) in to_uvcg_control_header() argument
48 return container_of(item, struct uvcg_control_header, item); in to_uvcg_control_header()
51 CONFIGFS_ATTR_STRUCT(uvcg_control_header);
52 CONFIGFS_ATTR_OPS(uvcg_control_header);
61 struct uvcg_control_header *ch, char *page) \
82 uvcg_control_header_##cname##_store(struct uvcg_control_header *ch, \
147 struct uvcg_control_header *h; in uvcg_control_header_make()
167 struct uvcg_control_header *h = to_uvcg_control_header(item); in uvcg_control_header_drop()
576 struct uvcg_control_header *target_hdr; in uvcg_control_class_allow_link()
[all …]