Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dserial_mctrl_gpio.h61 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
113 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function
Dserial_mctrl_gpio.c66 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, in mctrl_gpio_to_gpiod() function
71 EXPORT_SYMBOL_GPL(mctrl_gpio_to_gpiod);
Dmxs-auart.c654 #define RTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
656 #define CTS_AT_AUART() IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(s->gpios, \
1212 gpiod = mctrl_gpio_to_gpiod(s->gpios, i); in mxs_auart_init_gpios()
Datmel_serial.c296 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
304 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
312 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
320 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, in atmel_get_lines_status()
2711 gpiod = mctrl_gpio_to_gpiod(p->gpios, i); in atmel_init_gpios()
/linux-4.4.14/Documentation/serial/
Ddriver455 mctrl_gpio_to_gpiod(gpios, gidx)