Searched refs:mctrl_gpio_to_gpiod (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
D | serial_mctrl_gpio.h | 59 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, 91 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function
|
D | serial_mctrl_gpio.c | 62 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function 67 EXPORT_SYMBOL_GPL(mctrl_gpio_to_gpiod);
|
D | mxs-auart.c | 652 #define RTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \ 654 #define CTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \ 1176 gpiod = mctrl_gpio_to_gpiod(s->gpios, i); in mxs_auart_init_gpios()
|
D | atmel_serial.c | 263 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status() 271 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status() 279 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status() 287 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status() 2591 gpiod = mctrl_gpio_to_gpiod(p->gpios, i); in atmel_init_gpios()
|
/linux-4.1.27/Documentation/serial/ |
D | driver | 453 mctrl_gpio_to_gpiod(gpios, gidx)
|