Searched refs:mptr (Results 1 – 2 of 2) sorted by relevance
2866 const struct list_head *mptr = buslist; in usb_find_device() local2867 bus = (struct usb_bus *)( (char *)mptr - (char *)offsetof( struct usb_bus, bus_list) ); in usb_find_device()
2218 const struct list_head *mptr = buslist; in usb_register_otg_to_bus() local2219 bus = (struct usb_bus *)( (char *)mptr - offsetof( struct usb_bus, bus_list) ); in usb_register_otg_to_bus()