Lines Matching refs:sc16is7xx_port
321 struct sc16is7xx_port { struct
343 #define to_sc16is7xx_port(p,e) ((container_of((p), struct sc16is7xx_port, e))) argument
355 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_read()
366 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_write()
374 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_read()
385 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_write()
404 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_port_update()
493 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_baud()
558 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_rx()
635 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_tx()
678 static bool sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) in sc16is7xx_port_irq()
715 struct sc16is7xx_port *s = (struct sc16is7xx_port *)dev_id; in sc16is7xx_irq()
737 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_tx_proc()
803 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_ier_clear()
823 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_start_tx()
848 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_mctrl()
866 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_termios()
961 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_config_rs485()
994 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_startup()
1054 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_shutdown()
1072 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_type()
1134 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_get()
1144 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_set()
1154 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_input()
1165 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_output()
1189 struct sc16is7xx_port *s; in sc16is7xx_probe()
1372 struct sc16is7xx_port *s = dev_get_drvdata(dev); in sc16is7xx_remove()