OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysfs_get_active_config
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/os/
linux_usbfs.c
347
static int
sysfs_get_active_config
(struct libusb_device *dev, int *config)
function
430
r =
sysfs_get_active_config
(dev, &config);
696
int tmp =
sysfs_get_active_config
(dev, &active_config);
1089
r =
sysfs_get_active_config
(handle->dev, config);
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c
564
static int
sysfs_get_active_config
(struct libusb_device *dev, int *config)
function
771
r =
sysfs_get_active_config
(dev, &config);
[
all
...]
Completed in 106 milliseconds