Searched refs:gpiod_set_raw_value (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/include/asm-generic/ |
D | gpio.h | 102 return gpiod_set_raw_value(gpio_to_desc(gpio), value); in __gpio_set_value()
|
/linux-6.1.9/drivers/staging/greybus/ |
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()
|
D | arche-platform.c | 88 gpiod_set_raw_value(gpio, onoff); in svc_reset_onoff()
|
/linux-6.1.9/drivers/i2c/busses/ |
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-6.1.9/drivers/w1/masters/ |
D | w1-gpio.c | 33 gpiod_set_raw_value(pdata->gpiod, 1); in w1_gpio_set_pullup()
|
/linux-6.1.9/include/linux/gpio/ |
D | consumer.h | 131 void gpiod_set_raw_value(struct gpio_desc *desc, int value); 407 static inline void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function
|
/linux-6.1.9/Documentation/driver-api/gpio/ |
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)
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib.c | 3086 void gpiod_set_raw_value(struct gpio_desc *desc, int value) in gpiod_set_raw_value() function 3093 EXPORT_SYMBOL_GPL(gpiod_set_raw_value);
|