Home
last modified time | relevance | path

Searched refs:gpiod_hog (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/include/linux/gpio/
A Dmachine.h57 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-6.3-rc2/drivers/gpio/
A Dgpiolib.h218 int gpiod_hog(struct gpio_desc *desc, const char *name,
A Dgpiolib.c618 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog()
633 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()
641 struct gpiod_hog *hog; in machine_gpiochip_add()
3725 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs()
3728 struct gpiod_hog *hog; in gpiod_add_hogs()
3748 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs()
3750 struct gpiod_hog *hog; in gpiod_remove_hogs()
4195 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
A Dgpio-sim.c504 struct gpiod_hog *hogs;
732 struct gpiod_hog *hog; in gpio_sim_remove_hogs()
753 struct gpiod_hog *hog; in gpio_sim_add_hogs()
A Dgpiolib-of.c736 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
A Dgpiolib-acpi.c1321 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
/linux-6.3-rc2/arch/arm/mach-omap1/
A Dboard-ams-delta.c580 static struct gpiod_hog ams_delta_gpio_hogs[] = {
/linux-6.3-rc2/Documentation/driver-api/gpio/
A Dboard.rst187 struct gpiod_hog gpio_hog_table[] = {

Completed in 21 milliseconds