OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tx_attributes
(Results
1 - 4
of
4
) sorted by null
/external/u-boot/drivers/serial/
usbtty.c
684
endpoint_instance[0].
tx_attributes
= USB_ENDPOINT_XFER_CONTROL;
699
endpoint_instance[i].
tx_attributes
=
704
endpoint_instance[i].
tx_attributes
=
/external/u-boot/include/
usbdevice.h
512
int
tx_attributes
; /* copy of bmAttributes from endpoint descriptor */
member in struct:usb_endpoint_instance
/external/u-boot/drivers/usb/gadget/
designware_udc.c
614
attributes = endpoint->
tx_attributes
;
pxa27x_udc.c
559
ep_type = ep_isout ? endpoint->rcv_attributes : endpoint->
tx_attributes
;
Completed in 420 milliseconds