Home
last modified time | relevance | path

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

/external/bluetooth/bluez/tools/
Dcsr_usb.c37 static inline struct usb_bus *usb_get_busses(void) in usb_get_busses() function
68 for (bus = usb_get_busses(); bus; bus = bus->next) { in csr_open_usb()
Ddfubabel.c38 static inline struct usb_bus *usb_get_busses(void) in usb_get_busses() function
123 for (bus = usb_get_busses(); bus; bus = bus->next) in find_devices()
Davctrl.c38 static inline struct usb_bus *usb_get_busses(void) in usb_get_busses() function
150 for (bus = usb_get_busses(); bus; bus = bus->next) in find_devices()
Dhid2hci.c39 static inline struct usb_bus *usb_get_busses(void) in usb_get_busses() function
262 for (bus = usb_get_busses(); bus; bus = bus->next) in find_device()
Ddfutool.c62 static inline struct usb_bus *usb_get_busses(void) in usb_get_busses() function
128 for (bus = usb_get_busses(); bus; bus = bus->next) { in open_device()
/external/bluetooth/bluez/
Dacinclude.m4141 AC_CHECK_LIB(usb, usb_get_busses, dummy=yes,
143 [Define to 1 if you need the usb_get_busses() function.]))
DChangeLog1182 Check for usb_get_busses() and usb_interrupt_read().