Home
last modified time | relevance | path

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

/linux-6.1.9/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.c3404 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset) in gpiochip_line_is_open_drain() function
3411 EXPORT_SYMBOL_GPL(gpiochip_line_is_open_drain);
4328 if (gpiochip_line_is_open_drain(gc, descs->ndescs) || in gpiod_get_array()
/linux-6.1.9/include/linux/gpio/
Ddriver.h644 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset);