Searched refs:to_usb_serial_driver (Results 1 – 2 of 2) sorted by relevance
30 driver = to_usb_serial_driver(drv); in usb_serial_device_match()126 struct usb_serial_driver *usb_drv = to_usb_serial_driver(driver); in new_id_store()140 struct usb_serial_driver *usb_drv = to_usb_serial_driver(driver); in new_id_show()
320 #define to_usb_serial_driver(d) \ macro