Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dcypress_m8.c120 static void cypress_close(struct usb_serial_port *port);
151 .close = cypress_close,
178 .close = cypress_close,
204 .close = cypress_close,
638 static void cypress_close(struct usb_serial_port *port) in cypress_close() function