[go: nahoru, domu]

Searched refs:ext_prop_type (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Dconfigfs.c1084 static struct usb_os_desc_ext_prop_attribute ext_prop_type = variable in typeref:struct:usb_os_desc_ext_prop_attribute
1093 &ext_prop_type.attr,
1116 struct config_item_type *ext_prop_type; local
1122 vla_item(data_chunk, struct config_item_type, ext_prop_type, 1);
1129 ext_prop_type = vla_ptr(vlabuf, data_chunk, ext_prop_type);
1132 ext_prop_type->ct_item_ops = &ext_prop_ops;
1133 ext_prop_type->ct_attrs = ext_prop_attrs;
1134 ext_prop_type->ct_owner = desc->owner;
1136 config_item_init_type_name(&ext_prop->item, name, ext_prop_type);
[all...]

Completed in 14 milliseconds