Searched refs:fb_os_desc (Results 1 – 1 of 1) sorted by relevance
60 static struct usb_os_desc fb_os_desc = { variable65 .os_desc = &fb_os_desc,224 INIT_LIST_HEAD(&fb_os_desc.ext_prop); in fastboot_bind()226 fb_os_desc.ext_prop_len = 10 + fb_ext_prop.name_len; in fastboot_bind()227 fb_os_desc.ext_prop_count = 1; in fastboot_bind()229 fb_os_desc.ext_prop_len += fb_ext_prop.data_len + 4; in fastboot_bind()230 list_add_tail(&fb_ext_prop.entry, &fb_os_desc.ext_prop); in fastboot_bind()274 list_del(&fb_os_desc.ext_prop); in fastboot_unbind()
Completed in 6 milliseconds