Home
last modified time | relevance | path

Searched refs:gpiochip_line_is_open_drain (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpio/
Dgpio-tps65218.c80 if (!gpiochip_line_is_open_drain(gc, offset)) { in tps65218_gpio_request()
111 if (!gpiochip_line_is_open_drain(gc, offset)) { in tps65218_gpio_request()
Dgpiolib.c3581 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset) in gpiochip_line_is_open_drain() function
3588 EXPORT_SYMBOL_GPL(gpiochip_line_is_open_drain);
4462 if (gpiochip_line_is_open_drain(gc, descs->ndescs) || in gpiod_get_array()
/linux-6.6.21/include/linux/gpio/
Ddriver.h639 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset);