Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Dcypress_m8.c118 static void cypress_port_remove(struct usb_serial_port *port);
148 .port_remove = cypress_port_remove,
175 .port_remove = cypress_port_remove,
201 .port_remove = cypress_port_remove,
567 static void cypress_port_remove(struct usb_serial_port *port) in cypress_port_remove() function