Searched refs:gpiod_set_raw_value (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/w1/masters/ |
| H A D | w1-gpio.c | 37 gpiod_set_raw_value(ddata->gpiod, 1); in w1_gpio_set_pullup()
|
| /linux/drivers/staging/greybus/ |
| H A D | arche-apb-ctrl.c | 55 gpiod_set_raw_value(gpio, 1); in deassert_reset() 60 gpiod_set_raw_value(gpio, 0); in assert_reset()
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-iop3xx.c | 77 gpiod_set_raw_value(iop3xx_adap->gpio_scl, 0); in iop3xx_i2c_enable() 79 gpiod_set_raw_value(iop3xx_adap->gpio_sda, 0); in iop3xx_i2c_enable()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | consumer.rst | 288 gpiod_set_raw_value(desc, 0); don't care low 289 gpiod_set_raw_value(desc, 1); don't care high 315 void gpiod_set_raw_value(struct gpio_desc *desc, int value)
|
| /linux/arch/arm/plat-orion/ |
| H A D | gpio.c | 318 gpiod_set_raw_value(desc, state); in orion_gpio_led_blink_set()
|
| /linux/drivers/gpio/ |
| H A D | gpiolib.c | 3978 int gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function 3985 EXPORT_SYMBOL_GPL(gpiod_set_raw_value);
|