Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dserial.h171 #define to_usb_serial(d) container_of(d, struct usb_serial, kref) macro
/linux-4.1.27/drivers/usb/serial/
Dusb-serial.c133 serial = to_usb_serial(kref); in destroy_serial()