Home
last modified time | relevance | path

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

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