Searched refs:ext_prop (Results 1 – 3 of 3) sorted by relevance
947 struct usb_os_desc_ext_prop *ext_prop; in fill_ext_prop() local957 list_for_each_entry(ext_prop, &d->ext_prop, entry) { in fill_ext_prop()963 count = ext_prop->data_len + in fill_ext_prop()964 ext_prop->name_len + 14; in fill_ext_prop()968 usb_ext_prop_put_type(buf, ext_prop->type); in fill_ext_prop()970 ext_prop->name_len); in fill_ext_prop()973 switch (ext_prop->type) { in fill_ext_prop()978 ext_prop->data, in fill_ext_prop()979 ext_prop->data_len); in fill_ext_prop()983 ext_prop->data, in fill_ext_prop()[all …]
223 INIT_LIST_HEAD(&fb_os_desc.ext_prop); in fastboot_bind()229 list_add_tail(&fb_ext_prop.entry, &fb_os_desc.ext_prop); in fastboot_bind()273 list_del(&fb_os_desc.ext_prop); in fastboot_unbind()
67 struct list_head ext_prop; member
Completed in 7 milliseconds