gpiod_get_value    59 drivers/ata/pata_rb532_cf.c 	if (gpiod_get_value(info->gpio_line)) {
gpiod_get_value   166 drivers/bluetooth/hci_nokia.c 	int wake_state = gpiod_get_value(btdev->wakeup_host);
gpiod_get_value    51 drivers/clk/clk-gpio.c 	return gpiod_get_value(clk->gpiod);
gpiod_get_value    36 drivers/fpga/ice40-spi.c 	return gpiod_get_value(priv->cdone) ? FPGA_MGR_STATE_OPERATING :
gpiod_get_value    79 drivers/fpga/ice40-spi.c 	if (gpiod_get_value(priv->cdone)) {
gpiod_get_value   112 drivers/fpga/ice40-spi.c 	if (!gpiod_get_value(priv->cdone)) {
gpiod_get_value    33 drivers/fpga/xilinx-spi.c 	if (!gpiod_get_value(conf->done))
gpiod_get_value    58 drivers/fpga/xilinx-spi.c 	if (gpiod_get_value(conf->done)) {
gpiod_get_value   114 drivers/fpga/xilinx-spi.c 	if (gpiod_get_value(conf->done))
gpiod_get_value   125 drivers/fpga/xilinx-spi.c 		if (gpiod_get_value(conf->done))
gpiod_get_value    72 drivers/fsi/fsi-master-gpio.c 	gpiod_get_value(master->gpio_data);
gpiod_get_value    75 drivers/fsi/fsi-master-gpio.c 	in = gpiod_get_value(master->gpio_data);
gpiod_get_value  3446 drivers/gpio/gpiolib.c EXPORT_SYMBOL_GPL(gpiod_get_value);
gpiod_get_value   988 drivers/gpu/drm/bridge/analogix-anx78xx.c 	if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd))
gpiod_get_value  1436 drivers/gpu/drm/bridge/analogix-anx78xx.c 	if (!gpiod_get_value(anx78xx->pdata.gpiod_hpd))
gpiod_get_value   434 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 		reg = gpiod_get_value(dp->hpd_gpiod);
gpiod_get_value   507 drivers/gpu/drm/bridge/analogix/analogix_dp_reg.c 		if (gpiod_get_value(dp->hpd_gpiod))
gpiod_get_value   846 drivers/gpu/drm/exynos/exynos_hdmi.c 	if (gpiod_get_value(hdata->hpd_gpio))
gpiod_get_value   297 drivers/gpu/drm/msm/hdmi/hdmi_connector.c 	return gpiod_get_value(hpd_gpio.gpiod) ?
gpiod_get_value    54 drivers/gpu/drm/tegra/output.c 		if (gpiod_get_value(output->hpd_gpio) == 0)
gpiod_get_value    36 drivers/hsi/controllers/omap_ssi_port.c 	return gpiod_get_value(omap_port->wake_gpio);
gpiod_get_value    88 drivers/hwmon/nsa320-hwmon.c 			if (gpiod_get_value(hwmon->data))
gpiod_get_value   299 drivers/hwmon/sht15.c 	if (gpiod_get_value(data->data)) {
gpiod_get_value   409 drivers/hwmon/sht15.c 		byte |= !!gpiod_get_value(data->data);
gpiod_get_value   536 drivers/hwmon/sht15.c 	if (gpiod_get_value(data->data) == 0) {
gpiod_get_value   822 drivers/hwmon/sht15.c 	if (gpiod_get_value(data->data)) {
gpiod_get_value   830 drivers/hwmon/sht15.c 		if (gpiod_get_value(data->data)
gpiod_get_value    80 drivers/i2c/busses/i2c-cbus-gpio.c 	ret = gpiod_get_value(host->dat);
gpiod_get_value    57 drivers/i2c/muxes/i2c-arb-gpio-challenge.c 			int gpio_val = gpiod_get_value(arb->their_gpio);
gpiod_get_value   107 drivers/iio/adc/ad7606.c 		if (!gpiod_get_value(st->gpio_frstdata)) {
gpiod_get_value   136 drivers/iio/adc/hx711.c 	return gpiod_get_value(hx711_data->gpiod_dout);
gpiod_get_value   143 drivers/iio/adc/hx711.c 	int val = gpiod_get_value(hx711_data->gpiod_dout);
gpiod_get_value   174 drivers/iio/adc/hx711.c 		val = gpiod_get_value(hx711_data->gpiod_dout);
gpiod_get_value   189 drivers/iio/adc/hx711.c 	int val = gpiod_get_value(hx711_data->gpiod_dout);
gpiod_get_value   181 drivers/iio/humidity/dht11.c 						gpiod_get_value(dht11->gpiod);
gpiod_get_value    82 drivers/iio/proximity/srf04.c 	if (gpiod_get_value(data->gpiod_echo)) {
gpiod_get_value    54 drivers/input/mouse/gpio_mouse.c 				 gpiod_get_value(gpio->bleft));
gpiod_get_value    57 drivers/input/mouse/gpio_mouse.c 				 gpiod_get_value(gpio->bmiddle));
gpiod_get_value    60 drivers/input/mouse/gpio_mouse.c 				 gpiod_get_value(gpio->bright));
gpiod_get_value    62 drivers/input/mouse/gpio_mouse.c 	x = gpiod_get_value(gpio->right) - gpiod_get_value(gpio->left);
gpiod_get_value    63 drivers/input/mouse/gpio_mouse.c 	y = gpiod_get_value(gpio->down) - gpiod_get_value(gpio->up);
gpiod_get_value   146 drivers/input/serio/ps2-gpio.c 	data = gpiod_get_value(drvdata->gpio_data);
gpiod_get_value   280 drivers/input/serio/ps2-gpio.c 		data = gpiod_get_value(drvdata->gpio_data);
gpiod_get_value   253 drivers/input/touchscreen/bu21013_ts.c 			gpiod_get_value(ts->int_gpiod) : false;
gpiod_get_value    72 drivers/input/touchscreen/jornada720_ts.c 	if (gpiod_get_value(jornada_ts->gpio)) {
gpiod_get_value    38 drivers/media/platform/cec-gpio/cec-gpio.c 	return gpiod_get_value(cec->cec_gpio);
gpiod_get_value    72 drivers/media/platform/cec-gpio/cec-gpio.c 	bool is_high = gpiod_get_value(cec->v5_gpio);
gpiod_get_value    92 drivers/media/platform/cec-gpio/cec-gpio.c 	bool is_high = gpiod_get_value(cec->hpd_gpio);
gpiod_get_value   105 drivers/media/platform/cec-gpio/cec-gpio.c 	cec_pin_changed(cec->adap, gpiod_get_value(cec->cec_gpio));
gpiod_get_value   144 drivers/media/platform/cec-gpio/cec-gpio.c 	return gpiod_get_value(cec->hpd_gpio);
gpiod_get_value   153 drivers/media/platform/cec-gpio/cec-gpio.c 	return gpiod_get_value(cec->v5_gpio);
gpiod_get_value    30 drivers/media/rc/gpio-ir-recv.c 	val = gpiod_get_value(gpio_dev->gpiod);
gpiod_get_value    92 drivers/mmc/core/slot-gpio.c 		gpiod_get_value(ctx->cd_gpio);
gpiod_get_value   197 drivers/mtd/nand/onenand/omap2.c 		result = gpiod_get_value(c->int_gpiod);
gpiod_get_value   486 drivers/mtd/nand/raw/atmel/nand-controller.c 	return gpiod_get_value(nand->activecs->rb.gpio);
gpiod_get_value  1672 drivers/mtd/nand/raw/atmel/nand-controller.c 	if (nand->cdgpio && gpiod_get_value(nand->cdgpio)) {
gpiod_get_value    97 drivers/mtd/nand/raw/gpio.c 	return gpiod_get_value(gpiomtd->rdy);
gpiod_get_value  1020 drivers/mtd/nand/raw/omap2.c 	return gpiod_get_value(info->ready_gpiod);
gpiod_get_value   158 drivers/net/can/m_can/tcan4x5x.c 		wake_state = gpiod_get_value(priv->device_state_gpio);
gpiod_get_value   132 drivers/net/dsa/realtek-smi-core.c 		u = !!gpiod_get_value(smi->mdio);
gpiod_get_value   484 drivers/net/ethernet/apm/xgene/xgene_enet_xgmac.c 	    !gpiod_get_value(pdata->sfp_rdy))
gpiod_get_value   295 drivers/pcmcia/soc_common.c 		state.detect = !!gpiod_get_value(skt->stat[SOC_STAT_CD].desc);
gpiod_get_value   297 drivers/pcmcia/soc_common.c 		state.ready = !!gpiod_get_value(skt->stat[SOC_STAT_RDY].desc);
gpiod_get_value   299 drivers/pcmcia/soc_common.c 		state.bvd1 = !!gpiod_get_value(skt->stat[SOC_STAT_BVD1].desc);
gpiod_get_value   301 drivers/pcmcia/soc_common.c 		state.bvd2 = !!gpiod_get_value(skt->stat[SOC_STAT_BVD2].desc);
gpiod_get_value   303 drivers/pcmcia/soc_common.c 		state.vs_3v = !!gpiod_get_value(skt->stat[SOC_STAT_VS1].desc);
gpiod_get_value   305 drivers/pcmcia/soc_common.c 		state.vs_Xv = !!gpiod_get_value(skt->stat[SOC_STAT_VS2].desc);
gpiod_get_value   250 drivers/phy/motorola/phy-mapphone-mdm6600.c 	wakeup = gpiod_get_value(mode_gpio1);
gpiod_get_value   103 drivers/power/reset/ltc2952-poweroff.c 	state = gpiod_get_value(data->gpio_watchdog);
gpiod_get_value   147 drivers/power/reset/ltc2952-poweroff.c 	if (gpiod_get_value(data->gpio_trigger)) {
gpiod_get_value   214 drivers/power/supply/act8945a_charger.c 	int lbo_level = gpiod_get_value(charger->lbo_gpio);
gpiod_get_value   282 drivers/power/supply/act8945a_charger.c 	int chgin_level = gpiod_get_value(charger->chglev_gpio);
gpiod_get_value   195 drivers/power/supply/lego_ev3_battery.c 	if (gpiod_get_value(batt->rechargeable_gpio)) {
gpiod_get_value    52 drivers/power/supply/lt3651-charger.c 		if (gpiod_get_value(lt3651_charger->chrg_gpio))
gpiod_get_value    58 drivers/power/supply/lt3651-charger.c 		val->intval = gpiod_get_value(lt3651_charger->acpr_gpio);
gpiod_get_value    65 drivers/power/supply/lt3651-charger.c 		if (!gpiod_get_value(lt3651_charger->fault_gpio)) {
gpiod_get_value    77 drivers/power/supply/lt3651-charger.c 		val->intval = gpiod_get_value(lt3651_charger->chrg_gpio) ?
gpiod_get_value    56 drivers/pps/clients/pps-gpio.c 	rising_edge = gpiod_get_value(info->gpio_pin);
gpiod_get_value   226 drivers/regulator/rk808-regulator.c 	if (!gpio || gpiod_get_value(gpio) == 0)
gpiod_get_value   303 drivers/regulator/rk808-regulator.c 	gpio_level = gpiod_get_value(gpio);
gpiod_get_value  2222 drivers/staging/emxx_udc/emxx_udc.c 	reg_dt = gpiod_get_value(vbus_gpio);
gpiod_get_value  2249 drivers/staging/emxx_udc/emxx_udc.c 		reg_dt = gpiod_get_value(vbus_gpio);
gpiod_get_value  2313 drivers/staging/emxx_udc/emxx_udc.c 		reg_dt = gpiod_get_value(vbus_gpio);
gpiod_get_value  2353 drivers/staging/emxx_udc/emxx_udc.c 	if (gpiod_get_value(vbus_gpio) == 0) {
gpiod_get_value  2362 drivers/staging/emxx_udc/emxx_udc.c 		if (gpiod_get_value(vbus_gpio) == 0) {
gpiod_get_value  2752 drivers/staging/emxx_udc/emxx_udc.c 	data = gpiod_get_value(vbus_gpio);
gpiod_get_value  2792 drivers/staging/emxx_udc/emxx_udc.c 	data = gpiod_get_value(vbus_gpio);
gpiod_get_value  2834 drivers/staging/emxx_udc/emxx_udc.c 	data = gpiod_get_value(vbus_gpio);
gpiod_get_value  2856 drivers/staging/emxx_udc/emxx_udc.c 	data = gpiod_get_value(vbus_gpio);
gpiod_get_value  3202 drivers/staging/emxx_udc/emxx_udc.c 	data = gpiod_get_value(vbus_gpio);
gpiod_get_value   193 drivers/staging/fbtft/fbtft-core.c 	if (!gpiod_get_value(par->gpio.led[0]))
gpiod_get_value   161 drivers/staging/greybus/arche-platform.c 	if (gpiod_get_value(arche_pdata->wake_detect)) {
gpiod_get_value    88 drivers/staging/iio/adc/ad7816.c 		while (gpiod_get_value(chip->busy_pin))
gpiod_get_value   238 drivers/staging/nvec/nvec.c 		gpiod_get_value(nvec->gpiod), value);
gpiod_get_value   187 drivers/staging/olpc_dcon/olpc_dcon_xo_1.c 	*status = gpiod_get_value(gpios[OLPC_DCON_STAT0]);
gpiod_get_value   188 drivers/staging/olpc_dcon/olpc_dcon_xo_1.c 	*status |= gpiod_get_value(gpios[OLPC_DCON_STAT1]) << 1;
gpiod_get_value   191 drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c 	*status = gpiod_get_value(gpios[OLPC_DCON_STAT0]);
gpiod_get_value   192 drivers/staging/olpc_dcon/olpc_dcon_xo_1_5.c 	*status |= gpiod_get_value(gpios[OLPC_DCON_STAT1]) << 1;
gpiod_get_value    85 drivers/tty/serial/serial_mctrl_gpio.c 			if (gpiod_get_value(gpios->gpio[i]))
gpiod_get_value   106 drivers/tty/serial/serial_mctrl_gpio.c 			if (gpiod_get_value(gpios->gpio[i]))
gpiod_get_value   383 drivers/usb/gadget/udc/atmel_usba_udc.c 		return gpiod_get_value(udc->vbus_pin);
gpiod_get_value   280 drivers/usb/host/ohci-at91.c 	return gpiod_get_value(pdata->vbus_pin[port]);
gpiod_get_value   484 drivers/usb/host/ohci-at91.c 	val = gpiod_get_value(pdata->overcurrent_pin[port]);
gpiod_get_value   108 drivers/usb/phy/phy-generic.c 	vbus = gpiod_get_value(nop->gpiod_vbus);
gpiod_get_value   325 drivers/usb/phy/phy-generic.c 		nop->phy.otg->state = gpiod_get_value(nop->gpiod_vbus) ?
gpiod_get_value    58 drivers/w1/masters/w1-gpio.c 	return gpiod_get_value(pdata->gpiod) ? 1 : 0;
gpiod_get_value    46 drivers/watchdog/mena21_wdt.c 	reset |= gpiod_get_value(drv->gpios[GPIO_WD_RST0]) ? (1 << 0) : 0;
gpiod_get_value    47 drivers/watchdog/mena21_wdt.c 	reset |= gpiod_get_value(drv->gpios[GPIO_WD_RST1]) ? (1 << 1) : 0;
gpiod_get_value    48 drivers/watchdog/mena21_wdt.c 	reset |= gpiod_get_value(drv->gpios[GPIO_WD_RST2]) ? (1 << 2) : 0;
gpiod_get_value   169 drivers/watchdog/mena21_wdt.c 			val = gpiod_get_value(drv->gpios[i]);
gpiod_get_value   116 include/linux/gpio/consumer.h int gpiod_get_value(const struct gpio_desc *desc);
gpiod_get_value  3263 sound/soc/codecs/rt5645.c 			gpio_state = gpiod_get_value(rt5645->gpiod_hp_det);