Home
last modified time | relevance | path

Searched refs:p2surround (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcore.c482 return (p2surround (struct urb, link, nx)); in first_urb()
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h144 #define p2surround(type,memb,ptr) ((type*)(void*)(_cv_(ptr)-member_offset(type,memb))) macro
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dusbtty.c821 p2surround (struct urb, link, endpoint->tx.prev); in next_urb()