Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/spi/
Dspi-pxa2xx.h57 struct gpio_desc *gpiod_ready; member
Dspi-pxa2xx.c1131 if (drv_data->gpiod_ready) { in pxa2xx_spi_transfer_one()
1132 gpiod_set_value(drv_data->gpiod_ready, 1); in pxa2xx_spi_transfer_one()
1134 gpiod_set_value(drv_data->gpiod_ready, 0); in pxa2xx_spi_transfer_one()
1855 drv_data->gpiod_ready = devm_gpiod_get_optional(dev, in pxa2xx_spi_probe()
1857 if (IS_ERR(drv_data->gpiod_ready)) { in pxa2xx_spi_probe()
1858 status = PTR_ERR(drv_data->gpiod_ready); in pxa2xx_spi_probe()