Home
last modified time | relevance | path

Searched refs:desc_to_gpio (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/gpio/
Dgpiolib.h138 pr_emerg("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
141 pr_crit("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
144 pr_err("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
147 pr_warn("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
150 pr_info("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?", \
153 pr_debug("gpio-%d (%s): " fmt, desc_to_gpio(desc), desc->label ? : "?",\
Dgpiolib.c163 int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() function
167 EXPORT_SYMBOL_GPL(desc_to_gpio);
2986 trace_gpio_direction(desc_to_gpio(desc), 1, ret); in gpiod_direction_input()
3030 trace_gpio_value(desc_to_gpio(desc), 0, val); in gpiod_direction_output_raw_commit()
3031 trace_gpio_direction(desc_to_gpio(desc), 0, ret); in gpiod_direction_output_raw_commit()
3246 trace_gpio_value(desc_to_gpio(desc), 1, value); in gpiod_get_raw_value_commit()
3358 trace_gpio_value(desc_to_gpio(desc), 1, value); in gpiod_get_array_value_complex()
3491 trace_gpio_direction(desc_to_gpio(desc), value, ret); in gpio_set_open_drain_value_commit()
3516 trace_gpio_direction(desc_to_gpio(desc), !value, ret); in gpio_set_open_source_value_commit()
3528 trace_gpio_value(desc_to_gpio(desc), 0, value); in gpiod_set_raw_value_commit()
[all …]
Dgpiolib-of.c275 return desc_to_gpio(desc); in of_get_named_gpio_flags()
588 desc_to_gpio(desc), np); in of_parse_own_gpio()
Dgpiolib-sysfs.c632 desc_to_gpio(desc)); in gpiod_export()
/Linux-v5.4/drivers/input/misc/
Dgpio_decoder.c45 desc_to_gpio(gpios->desc[i]), val); in gpio_decoder_get_gpios_state()
Dsoc_button_array.c56 gpio = desc_to_gpio(desc); in soc_button_lookup_gpio()
/Linux-v5.4/drivers/i2c/busses/
Di2c-gpio.c461 desc_to_gpio(priv->sda), desc_to_gpio(priv->scl), in i2c_gpio_probe()
/Linux-v5.4/drivers/platform/x86/
Dsurface3_button.c80 gpio = desc_to_gpio(desc); in surface3_button_lookup_gpio()
/Linux-v5.4/include/linux/gpio/
Dconsumer.h170 int desc_to_gpio(const struct gpio_desc *desc);
515 static inline int desc_to_gpio(const struct gpio_desc *desc) in desc_to_gpio() function
/Linux-v5.4/drivers/char/tpm/st33zp24/
Di2c.c136 phy->io_lpcpd = desc_to_gpio(gpiod_lpcpd); in st33zp24_i2c_acpi_request_resources()
Dspi.c254 phy->io_lpcpd = desc_to_gpio(gpiod_lpcpd); in st33zp24_spi_acpi_request_resources()
/Linux-v5.4/drivers/iio/humidity/
Ddht11.c313 dev_err(dev, "GPIO %d has no interrupt\n", desc_to_gpio(dht11->gpiod)); in dht11_probe()
/Linux-v5.4/sound/soc/ti/
Drx51.c287 rx51_av_jack_gpios[0].gpio = desc_to_gpio(pdata->jack_detection_gpio); in rx51_aic34_init()
/Linux-v5.4/drivers/input/touchscreen/
Dedt-ft5x06.c1178 tsdata->wake_gpio ? desc_to_gpio(tsdata->wake_gpio) : -1, in edt_ft5x06_ts_probe()
1179 tsdata->reset_gpio ? desc_to_gpio(tsdata->reset_gpio) : -1); in edt_ft5x06_ts_probe()
/Linux-v5.4/arch/arm/mach-s3c24xx/
Dmach-rx1950.c252 int gpio = desc_to_gpio(desc); in rx1950_led_blink_set()
Dmach-h1940.c363 int gpio = desc ? desc_to_gpio(desc) : -EINVAL; in h1940_led_blink_set()
/Linux-v5.4/drivers/iio/accel/
Dmma9551.c432 desc_to_gpio(gpio), data->irqs[i]); in mma9551_gpio_probe()
/Linux-v5.4/arch/arm/plat-orion/
Dgpio.c306 unsigned gpio = desc_to_gpio(desc); in orion_gpio_led_blink_set()
/Linux-v5.4/Documentation/driver-api/gpio/
Dconsumer.rst448 int desc_to_gpio(const struct gpio_desc *desc)
451 The GPIO number returned by desc_to_gpio() can be safely used as long as the
/Linux-v5.4/drivers/power/supply/
Dbq24257_charger.c878 dev_dbg(bq->dev, "probed PG pin = %d\n", desc_to_gpio(bq->pg)); in bq24257_pg_gpio_probe()
/Linux-v5.4/drivers/bluetooth/
Dhci_intel.c1201 desc_to_gpio(idev->reset), idev->irq); in intel_probe()