Home
last modified time | relevance | path

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

/Linux-v5.10/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.c3347 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset) in gpiochip_line_is_open_drain() function
3354 EXPORT_SYMBOL_GPL(gpiochip_line_is_open_drain);
4264 if (gpiochip_line_is_open_drain(gc, descs->ndescs) || in gpiod_get_array()
/Linux-v5.10/include/linux/gpio/
Ddriver.h559 bool gpiochip_line_is_open_drain(struct gpio_chip *gc, unsigned int offset);