Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-pxa2xx.h56 struct gpio_desc *gpiod_ready; member
Dspi-pxa2xx.c1108 if (drv_data->gpiod_ready) { in pxa2xx_spi_transfer_one()
1109 gpiod_set_value(drv_data->gpiod_ready, 1); in pxa2xx_spi_transfer_one()
1111 gpiod_set_value(drv_data->gpiod_ready, 0); in pxa2xx_spi_transfer_one()
1624 drv_data->gpiod_ready = devm_gpiod_get_optional(dev, in pxa2xx_spi_probe()
1626 if (IS_ERR(drv_data->gpiod_ready)) { in pxa2xx_spi_probe()
1627 status = PTR_ERR(drv_data->gpiod_ready); in pxa2xx_spi_probe()