Searched refs:mctrl_gpio_to_gpiod (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ |
H A D | serial_mctrl_gpio.c | 62 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 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, mctrl_gpio_to_gpiod() function
|
H A 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); mxs_auart_init_gpios()
|
H A D | atmel_serial.c | 263 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 111 milliseconds