Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dch341.c94 struct ch341_private { struct
175 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor()
240 struct ch341_private *priv, in ch341_set_baudrate_lcr()
291 static int ch341_get_status(struct usb_device *dev, struct ch341_private *priv) in ch341_get_status()
311 static int ch341_configure(struct usb_device *dev, struct ch341_private *priv) in ch341_configure()
342 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_detect_quirks()
377 struct ch341_private *priv; in ch341_port_probe()
380 priv = kzalloc(sizeof(struct ch341_private), GFP_KERNEL); in ch341_port_probe()
410 struct ch341_private *priv; in ch341_port_remove()
418 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_carrier_raised()
[all …]