Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dserial.h161 #define to_usb_serial(d) container_of(d, struct usb_serial, kref) macro
/openbmc/linux/drivers/usb/serial/
H A Dusb-serial.c168 serial = to_usb_serial(kref); in destroy_serial()