Lines Matching refs:sc16is7xx_port

336 struct sc16is7xx_port {  struct
361 #define to_sc16is7xx_port(p,e) ((container_of((p), struct sc16is7xx_port, e))) argument
383 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_read()
391 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_fifo_write()
567 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_rx()
645 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_handle_tx()
739 static bool sc16is7xx_port_irq(struct sc16is7xx_port *s, int portno) in sc16is7xx_port_irq()
802 struct sc16is7xx_port *s = (struct sc16is7xx_port *)dev_id; in sc16is7xx_irq()
890 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_ier_clear()
903 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_ier_set()
927 struct sc16is7xx_port *s = dev_get_drvdata(one->port.dev); in sc16is7xx_ms_proc()
941 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_enable_ms()
950 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_start_tx()
998 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_set_mctrl()
1128 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_config_rs485()
1217 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_shutdown()
1238 struct sc16is7xx_port *s = dev_get_drvdata(port->dev); in sc16is7xx_type()
1303 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_get()
1313 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_set()
1323 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_input()
1334 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_direction_output()
1362 struct sc16is7xx_port *s = gpiochip_get_data(chip); in sc16is7xx_gpio_init_valid_mask()
1369 static int sc16is7xx_setup_gpio_chip(struct sc16is7xx_port *s) in sc16is7xx_setup_gpio_chip()
1412 static int sc16is7xx_setup_mctrl_ports(struct sc16is7xx_port *s, in sc16is7xx_setup_mctrl_ports()
1464 struct sc16is7xx_port *s; in sc16is7xx_probe()
1662 struct sc16is7xx_port *s = dev_get_drvdata(dev); in sc16is7xx_remove()