Searched refs:gpiod_hog (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/include/linux/gpio/ |
| D | machine.h | 58 struct gpiod_hog { struct 103 (struct gpiod_hog) { \ 115 void gpiod_add_hogs(struct gpiod_hog *hogs); 116 void gpiod_remove_hogs(struct gpiod_hog *hogs); 124 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() 125 static inline void gpiod_remove_hogs(struct gpiod_hog *hogs) {} in gpiod_remove_hogs()
|
| /Linux-v6.1/drivers/gpio/ |
| D | gpiolib.h | 198 int gpiod_hog(struct gpio_desc *desc, const char *name,
|
| D | gpiolib.c | 546 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog() 561 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog() 569 struct gpiod_hog *hog; in machine_gpiochip_add() 3659 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() 3662 struct gpiod_hog *hog; in gpiod_add_hogs() 3682 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs() 3684 struct gpiod_hog *hog; in gpiod_remove_hogs() 4177 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
|
| D | gpio-sim.c | 500 struct gpiod_hog *hogs; 728 struct gpiod_hog *hog; in gpio_sim_remove_hogs() 749 struct gpiod_hog *hog; in gpio_sim_add_hogs()
|
| D | gpiolib-of.c | 635 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
|
| D | gpiolib-acpi.c | 1296 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
|
| /Linux-v6.1/arch/arm/mach-omap1/ |
| D | board-ams-delta.c | 580 static struct gpiod_hog ams_delta_gpio_hogs[] = {
|
| /Linux-v6.1/Documentation/driver-api/gpio/ |
| D | board.rst | 187 struct gpiod_hog gpio_hog_table[] = {
|
| /Linux-v6.1/arch/arm/mach-davinci/ |
| D | board-da850-evm.c | 1080 static struct gpiod_hog da850_evm_emac_gpio_hogs[] = {
|