OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p2surround
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/drivers/usb/gadget/
core.c
481
return (
p2surround
(struct urb, link, nx));
/external/u-boot/include/
usbdevice.h
123
*
p2surround
returns a pointer to the surrounding structure given
137
* &thingy ==
p2surround
(struct foo, z, cp)
143
#define
p2surround
(type,memb,ptr) ((type*)(void*)(_cv_(ptr)-member_offset(type,memb)))
macro
/external/u-boot/drivers/serial/
usbtty.c
820
p2surround
(struct urb, link, endpoint->tx.prev);
Completed in 52 milliseconds