Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/usb/
Dserial.h165 #define to_usb_serial(d) container_of(d, struct usb_serial, kref) macro
/kernel/linux/linux-5.10/drivers/usb/serial/
Dusb-serial.c130 serial = to_usb_serial(kref); in destroy_serial()