Searched refs:mctrl_gpio_to_gpiod (Results  1 – 5 of 5) sorted by relevance
| /linux-4.4.14/drivers/tty/serial/ | 
| D | serial_mctrl_gpio.h | 61 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
  | 
| D | serial_mctrl_gpio.c | 66 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);
  | 
| D | mxs-auart.c | 654 #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()
  | 
| D | atmel_serial.c | 296 	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/ | 
| D | driver | 455 mctrl_gpio_to_gpiod(gpios, gidx)
  |