Searched refs:gpiod_hog (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/gpio/ |
D | machine.h | 50 struct gpiod_hog { struct 95 void gpiod_add_hogs(struct gpiod_hog *hogs); 103 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.h | 230 int gpiod_hog(struct gpio_desc *desc, const char *name,
|
D | gpiolib.c | 1188 static void gpiochip_machine_hog(struct gpio_chip *chip, struct gpiod_hog *hog) in gpiochip_machine_hog() 1203 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog() 1211 struct gpiod_hog *hog; in machine_gpiochip_add() 3590 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() 3593 struct gpiod_hog *hog; in gpiod_add_hogs() 4101 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
|
D | gpiolib-of.c | 391 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_scan_gpios()
|
D | gpiolib-acpi.c | 1029 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 627 static struct gpiod_hog ams_delta_gpio_hogs[] = {
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | board.rst | 185 struct gpiod_hog gpio_hog_table[] = {
|