Home
last modified time | relevance | path

Searched refs:gpiod_ready (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/spi/
Dspi-pxa2xx.h66 struct gpio_desc *gpiod_ready; member
Dspi-pxa2xx.c1133 if (drv_data->gpiod_ready) { in pxa2xx_spi_transfer_one()
1134 gpiod_set_value(drv_data->gpiod_ready, 1); in pxa2xx_spi_transfer_one()
1136 gpiod_set_value(drv_data->gpiod_ready, 0); in pxa2xx_spi_transfer_one()
1880 drv_data->gpiod_ready = devm_gpiod_get_optional(dev, in pxa2xx_spi_probe()
1882 if (IS_ERR(drv_data->gpiod_ready)) { in pxa2xx_spi_probe()
1883 status = PTR_ERR(drv_data->gpiod_ready); in pxa2xx_spi_probe()