Searched refs:gpiod_set_raw_value (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | gpio.h | 108 return gpiod_set_raw_value(gpio_to_desc(gpio), value); in gpio_set_value()
|
/openbmc/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()
|
H A D | arche-platform.c | 89 gpiod_set_raw_value(gpio, onoff); in svc_reset_onoff()
|
/openbmc/linux/drivers/w1/masters/ |
H A D | w1-gpio.c | 33 gpiod_set_raw_value(pdata->gpiod, 1); in w1_gpio_set_pullup()
|
/openbmc/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()
|
/openbmc/linux/include/linux/gpio/ |
H A D | consumer.h | 132 void gpiod_set_raw_value(struct gpio_desc *desc, int value); 408 static inline void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | consumer.rst | 286 gpiod_set_raw_value(desc, 0); don't care low 287 gpiod_set_raw_value(desc, 1); don't care high 313 void gpiod_set_raw_value(struct gpio_desc *desc, int value)
|
/openbmc/linux/arch/arm/plat-orion/ |
H A D | gpio.c | 316 gpiod_set_raw_value(desc, state); in orion_gpio_led_blink_set()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpiolib.c | 3264 void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function 3271 EXPORT_SYMBOL_GPL(gpiod_set_raw_value);
|