Searched refs:gpiod_hog (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/gpio/ |
H A D | machine.h | 57 struct gpiod_hog { struct 102 (struct gpiod_hog) { \ 114 void gpiod_add_hogs(struct gpiod_hog *hogs); 115 void gpiod_remove_hogs(struct gpiod_hog *hogs); 123 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() 124 static inline void gpiod_remove_hogs(struct gpiod_hog *hogs) {} in gpiod_remove_hogs()
|
/linux/drivers/gpio/ |
H A D | gpiolib.h | 255 int gpiod_hog(struct gpio_desc *desc, const char *name,
|
H A D | gpiolib.c | 780 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog() 792 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog() 800 struct gpiod_hog *hog; in machine_gpiochip_add() 4086 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() 4088 struct gpiod_hog *hog; in gpiod_add_hogs() 4109 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs() 4111 struct gpiod_hog *hog; in gpiod_remove_hogs() 4579 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
|
H A D | gpio-sim.c | 581 struct gpiod_hog *hogs; 792 struct gpiod_hog *hog; in gpio_sim_remove_hogs() 813 struct gpiod_hog *hog; in gpio_sim_add_hogs()
|
H A D | gpiolib-of.c | 810 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
|
H A D | gpiolib-acpi.c | 1335 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
|
/linux/arch/arm/mach-omap1/ |
H A D | board-ams-delta.c | 564 static struct gpiod_hog ams_delta_gpio_hogs[] = {
|
/linux/Documentation/driver-api/gpio/ |
H A D | board.rst | 181 struct gpiod_hog gpio_hog_table[] = {
|