Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dcypress_m8.c120 static void cypress_close(struct usb_serial_port *port);
150 .close = cypress_close,
176 .close = cypress_close,
201 .close = cypress_close,
635 static void cypress_close(struct usb_serial_port *port) in cypress_close() function