Searched refs:mctrl_gpio_to_gpiod (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | serial_mctrl_gpio.h | 56 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
|
D | serial_mctrl_gpio.c | 59 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);
|
D | atmel_serial.c | 291 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 …]
|
D | mxs-auart.c | 972 #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()
|
D | sh-sci.c | 2063 } 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/ |
D | driver | 472 mctrl_gpio_to_gpiod(gpios, gidx)
|