| /Linux-v5.4/drivers/fpga/ |
| D | altera-ps-spi.c | 92 if (gpiod_get_value_cansleep(conf->status)) in altera_ps_state() 126 if (!gpiod_get_value_cansleep(conf->status)) { in altera_ps_write_init() 142 if (!gpiod_get_value_cansleep(conf->status)) { in altera_ps_write_init() 208 if (gpiod_get_value_cansleep(conf->status)) { in altera_ps_write_complete()
|
| /Linux-v5.4/drivers/bus/ |
| D | ts-nbus.c | 143 ret = gpiod_get_value_cansleep(gpios->desc[i]); in ts_nbus_read_byte() 230 ret = gpiod_get_value_cansleep(ts_nbus->rdy); in ts_nbus_read() 265 while (gpiod_get_value_cansleep(ts_nbus->rdy) != 0) { in ts_nbus_write()
|
| /Linux-v5.4/drivers/input/keyboard/ |
| D | clps711x-keypad.c | 53 state = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll() 55 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll()
|
| /Linux-v5.4/drivers/mmc/core/ |
| D | slot-gpio.c | 70 return gpiod_get_value_cansleep(ctx->ro_gpio); in mmc_gpio_get_ro() 91 gpiod_get_value_cansleep(ctx->cd_gpio) : in mmc_gpio_get_cd()
|
| /Linux-v5.4/drivers/power/supply/ |
| D | gpio-charger.c | 53 val->intval = gpiod_get_value_cansleep(gpio_charger->gpiod); in gpio_charger_get_property() 56 if (gpiod_get_value_cansleep(gpio_charger->charge_status)) in gpio_charger_get_property()
|
| /Linux-v5.4/drivers/clk/ |
| D | clk-gpio.c | 81 return gpiod_get_value_cansleep(clk->gpiod); in clk_sleeping_gpio_gate_is_prepared() 102 return gpiod_get_value_cansleep(clk->gpiod); in clk_gpio_mux_get_parent()
|
| /Linux-v5.4/drivers/usb/common/ |
| D | usb-conn-gpio.c | 71 gpiod_get_value_cansleep(info->id_gpiod) : 1; in usb_conn_detect_cable() 73 gpiod_get_value_cansleep(info->vbus_gpiod) : id; in usb_conn_detect_cable()
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | eeti_ts.c | 102 !gpiod_get_value_cansleep(eeti->attn_gpio)) { in eeti_ts_isr() 128 if (eeti->attn_gpio && gpiod_get_value_cansleep(eeti->attn_gpio)) in eeti_ts_start()
|
| /Linux-v5.4/drivers/extcon/ |
| D | extcon-usb-gpio.c | 70 gpiod_get_value_cansleep(info->id_gpiod) : 1; in usb_extcon_detect_cable() 72 gpiod_get_value_cansleep(info->vbus_gpiod) : id; in usb_extcon_detect_cable()
|
| D | extcon-gpio.c | 51 state = gpiod_get_value_cansleep(data->gpiod); in gpio_extcon_work()
|
| D | extcon-max3355.c | 32 int id = gpiod_get_value_cansleep(data->id_gpiod); in max3355_id_irq()
|
| D | extcon-intel-int3496.c | 59 int id = gpiod_get_value_cansleep(data->gpio_usb_id); in int3496_do_usb_id()
|
| /Linux-v5.4/drivers/hwmon/ |
| D | gpio-fan.c | 76 gpiod_get_value_cansleep(fan_data->alarm_gpio)); in fan1_alarm_show() 122 value = gpiod_get_value_cansleep(fan_data->gpios[i]); in __get_fan_ctrl() 349 gpiod_get_value_cansleep(gpios[i])); in fan_ctrl_init()
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ |
| D | encoder-tpd12s015.c | 146 if (!gpiod_get_value_cansleep(ddata->hpd_gpio)) in tpd_read_edid() 162 return gpiod_get_value_cansleep(ddata->hpd_gpio); in tpd_detect()
|
| /Linux-v5.4/drivers/input/misc/ |
| D | gpio_decoder.c | 41 val = gpiod_get_value_cansleep(gpios->desc[i]); in gpio_decoder_get_gpios_state()
|
| /Linux-v5.4/drivers/spi/ |
| D | spi-gpio.c | 106 return !!gpiod_get_value_cansleep(spi_gpio->mosi); in getmiso() 108 return !!gpiod_get_value_cansleep(spi_gpio->miso); in getmiso()
|
| /Linux-v5.4/drivers/siox/ |
| D | siox-bus-gpio.c | 53 if (gpiod_get_value_cansleep(ddata->din)) in siox_gpio_pushpull()
|
| /Linux-v5.4/drivers/video/backlight/ |
| D | gpio_backlight.c | 89 if (gpiod_get_value_cansleep(gbl->gpiod) == 0) in gpio_backlight_initial_power_state()
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/displays/ |
| D | connector-hdmi.c | 45 return gpiod_get_value_cansleep(ddata->hpd_gpio); in hdmic_detect()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ohci-da8xx.c | 130 return gpiod_get_value_cansleep(da8xx_ohci->oc_gpio); in ohci_da8xx_get_oci() 199 if (gpiod_get_value_cansleep(da8xx_ohci->oc_gpio) && in ohci_da8xx_oc_thread()
|
| /Linux-v5.4/drivers/phy/broadcom/ |
| D | phy-bcm-ns2-usbdrd.c | 252 id = gpiod_get_value_cansleep(driver->id_gpiod); in extcon_work() 253 vbus = gpiod_get_value_cansleep(driver->vbus_gpiod); in extcon_work()
|
| /Linux-v5.4/drivers/i2c/busses/ |
| D | i2c-gpio.c | 64 return gpiod_get_value_cansleep(priv->sda); in i2c_gpio_getsda() 71 return gpiod_get_value_cansleep(priv->scl); in i2c_gpio_getscl()
|
| /Linux-v5.4/drivers/gnss/ |
| D | sirf.c | 194 ret = gpiod_get_value_cansleep(data->wakeup); in sirf_wakeup_handler() 460 ret = gpiod_get_value_cansleep(data->wakeup); in sirf_probe()
|
| /Linux-v5.4/drivers/net/phy/ |
| D | mdio-gpio.c | 79 return gpiod_get_value_cansleep(bitbang->mdio); in mdio_get()
|
| /Linux-v5.4/include/linux/gpio/ |
| D | consumer.h | 138 int gpiod_get_value_cansleep(const struct gpio_desc *desc); 408 static inline int gpiod_get_value_cansleep(const struct gpio_desc *desc) in gpiod_get_value_cansleep() function
|