Home
last modified time | relevance | path

Searched refs:mptr (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSB.c2866 const struct list_head *mptr = buslist; in usb_find_device() local
2867 bus = (struct usb_bus *)( (char *)mptr - (char *)offsetof( struct usb_bus, bus_list) ); in usb_find_device()
H A DdrvHCD.c2218 const struct list_head *mptr = buslist; in usb_register_otg_to_bus() local
2219 bus = (struct usb_bus *)( (char *)mptr - offsetof( struct usb_bus, bus_list) ); in usb_register_otg_to_bus()