Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Dcypress_m8.c123 static void cypress_close(struct usb_serial_port *port);
152 .close = cypress_close,
178 .close = cypress_close,
204 .close = cypress_close,
641 static void cypress_close(struct usb_serial_port *port) in cypress_close() function