Searched refs:gpiod_hog (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/include/linux/gpio/ |
| D | machine.h | 57 struct gpiod_hog { struct 102 void gpiod_add_hogs(struct gpiod_hog *hogs); 110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs()
|
| /Linux-v5.10/drivers/gpio/ |
| D | gpiolib.h | 137 int gpiod_hog(struct gpio_desc *desc, const char *name,
|
| D | gpiolib.c | 519 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog() 534 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog() 542 struct gpiod_hog *hog; in machine_gpiochip_add() 3606 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() 3609 struct gpiod_hog *hog; in gpiod_add_hogs() 4115 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
|
| D | gpiolib-of.c | 664 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
|
| D | gpiolib-acpi.c | 1184 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
|
| /Linux-v5.10/arch/arm/mach-omap1/ |
| D | board-ams-delta.c | 602 static struct gpiod_hog ams_delta_gpio_hogs[] = {
|
| /Linux-v5.10/Documentation/driver-api/gpio/ |
| D | board.rst | 190 struct gpiod_hog gpio_hog_table[] = {
|
| /Linux-v5.10/arch/arm/mach-davinci/ |
| D | board-da850-evm.c | 1087 static struct gpiod_hog da850_evm_emac_gpio_hogs[] = {
|