OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:urbs
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/profilers/powertop/src/
urbnum.c
42
uint64_t
urbs
, active, connected;
member in struct:device_data
55
ptr->previous_urbs = ptr->
urbs
;
72
ptr->
urbs
= count;
99
ptr->
urbs
= ptr->previous_urbs = count;
163
if (dev->
urbs
!= dev->previous_urbs) {
164
push_line(dev->human_name, dev->
urbs
- dev->previous_urbs);
/external/libusb/libusb/os/
linux_usbfs.c
76
* allows us to mark
URBs
as being part of a specific logical transfer when
78
* cancellation, all
URBs
within that transfer will be cancelled with the
80
* time it takes to cancel the remaining
URBs
.
82
* The BULK_CONTINUATION flag must be set on all
URBs
within a bulk transfer
84
* For IN transfers, we must also set SHORT_NOT_OK on all the
URBs
.
86
* (where an OUT transfer does not complete, the rest of the
URBs
in the
88
* disallowed (a kernel with USB debugging enabled will reject such
URBs
).
128
struct usbfs_urb *
urbs
;
member in union:linux_transfer_priv::__anon16925
1343
struct usbfs_urb *
urbs
;
local
1458
struct usbfs_urb **
urbs
;
local
[
all
...]
Completed in 132 milliseconds