Searched refs:mctrl_gpio_to_gpiod (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/tty/serial/
H A Dserial_mctrl_gpio.c62 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, mctrl_gpio_to_gpiod() function
67 EXPORT_SYMBOL_GPL(mctrl_gpio_to_gpiod); variable
H A Dserial_mctrl_gpio.h59 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios,
91 struct gpio_desc *mctrl_gpio_to_gpiod(struct mctrl_gpios *gpios, mctrl_gpio_to_gpiod() function
H A Dmxs-auart.c652 #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); mxs_auart_init_gpios()
H A Datmel_serial.c263 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, atmel_get_lines_status()
271 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, atmel_get_lines_status()
279 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, atmel_get_lines_status()
287 if (!IS_ERR_OR_NULL(mctrl_gpio_to_gpiod(atmel_port->gpios, atmel_get_lines_status()
2591 gpiod = mctrl_gpio_to_gpiod(p->gpios, i); atmel_init_gpios()

Completed in 255 milliseconds