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