OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bus_location
(Results
1 - 3
of
3
) sorted by null
/external/libmtp/src/
libopenusb1-glue.c
81
uint32_t
bus_location
;
member in struct:mtpdevice_list_struct
147
* @param
bus_location
bus for this device.
153
uint32_t
bus_location
) {
162
new_list_entry->
bus_location
=
bus_location
;
667
retdevs[i].
bus_location
= 0;
697
LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.
bus_location
);
[
all
...]
libusb-glue.c
88
uint32_t
bus_location
;
member in struct:mtpdevice_list_struct
174
* @param
bus_location
bus for this device.
179
uint32_t
bus_location
)
189
new_list_entry->
bus_location
=
bus_location
;
684
retdevs[i].
bus_location
= dev->
bus_location
;
724
LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.
bus_location
);
[
all
...]
libusb1-glue.c
75
uint32_t
bus_location
;
member in struct:mtpdevice_list_struct
171
* @param
bus_location
bus for this device.
176
uint32_t
bus_location
)
186
new_list_entry->
bus_location
=
bus_location
;
703
retdevs[i].
bus_location
= libusb_get_bus_number (dev->device);
739
LIBMTP_INFO(" Bus location: %d\n", ptp_usb->rawdevice.
bus_location
);
[
all
...]
Completed in 392 milliseconds