Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/serial/
Dserial_mctrl_gpio.h56 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
114 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function
Dserial_mctrl_gpio.c59 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function
64 EXPORT_SYMBOL_GPL(mctrl_gpio_to_gpiod);
Datmel_serial.c291 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
299 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
307 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
315 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
574 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_CTS)) in atmel_enable_ms()
577 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DSR)) in atmel_enable_ms()
580 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_RI)) in atmel_enable_ms()
583 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DCD)) in atmel_enable_ms()
609 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_CTS)) in atmel_disable_ms()
612 if (!mctrl_gpio_to_gpiod(atmel_port->gpios, UART_GPIO_DSR)) in atmel_disable_ms()
[all …]
Dmxs-auart.c972 #define RTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
974 #define CTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
1598 gpiod = mctrl_gpio_to_gpiod(s->gpios, i); in mxs_auart_init_gpios()
Dsh-sci.c2063 } else if (IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(gpios, UART_GPIO_CTS))) { in sci_get_mctrl()
2066 if (IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(gpios, UART_GPIO_DSR))) in sci_get_mctrl()
2068 if (IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(gpios, UART_GPIO_DCD))) in sci_get_mctrl()
3251 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(sciport->gpios, in sci_probe_single()
3253 !IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(sciport->gpios, in sci_probe_single()
/Linux-v4.19/Documentation/serial/
Ddriver472 mctrl_gpio_to_gpiod(gpios, gidx)