Home
last modified time | relevance | path

Searched refs:mrdy (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tty/serial/
Difx6x60.c110 gpio_set_value(ifx->gpio.mrdy, 1); in mrdy_set_high()
120 gpio_set_value(ifx->gpio.mrdy, 0); in mrdy_set_low()
1084 ifx_dev->gpio.mrdy = pl_data->mrdy; in ifx_spi_spi_probe()
1089 ifx_dev->gpio.reset, ifx_dev->gpio.po, ifx_dev->gpio.mrdy, in ifx_spi_spi_probe()
1118 ret = gpio_request(ifx_dev->gpio.mrdy, "ifxModem"); in ifx_spi_spi_probe()
1121 ifx_dev->gpio.mrdy); in ifx_spi_spi_probe()
1124 ret += gpio_export(ifx_dev->gpio.mrdy, 1); in ifx_spi_spi_probe()
1125 ret += gpio_direction_output(ifx_dev->gpio.mrdy, 0); in ifx_spi_spi_probe()
1128 ifx_dev->gpio.mrdy); in ifx_spi_spi_probe()
1207 gpio_free(ifx_dev->gpio.mrdy); in ifx_spi_spi_probe()
[all …]
Difx6x60.h98 unsigned short mrdy; /* master-ready gpio */ member
/Linux-v4.19/include/linux/spi/
Difx_modem.h11 unsigned short mrdy; /* MRDY */ member