Lines Matching refs:ch341_private
98 struct ch341_private { struct
179 static int ch341_get_divisor(struct ch341_private *priv, speed_t speed) in ch341_get_divisor()
244 struct ch341_private *priv, in ch341_set_baudrate_lcr()
295 static int ch341_get_status(struct usb_device *dev, struct ch341_private *priv) in ch341_get_status()
315 static int ch341_configure(struct usb_device *dev, struct ch341_private *priv) in ch341_configure()
346 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_detect_quirks()
381 struct ch341_private *priv; in ch341_port_probe()
384 priv = kzalloc(sizeof(struct ch341_private), GFP_KERNEL); in ch341_port_probe()
414 struct ch341_private *priv; in ch341_port_remove()
422 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_carrier_raised()
430 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_dtr_rts()
453 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_open()
514 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_set_termios()
596 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_simulate_break()
665 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_break_ctl()
711 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_tiocmset()
733 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_update_status()
811 struct ch341_private *priv = usb_get_serial_port_data(port); in ch341_tiocmget()
837 struct ch341_private *priv; in ch341_reset_resume()