Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/gpio/
Dmachine.h58 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-6.1.9/drivers/gpio/
Dgpiolib.h203 int gpiod_hog(struct gpio_desc *desc, const char *name,
Dgpiolib.c546 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()
3663 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs()
3666 struct gpiod_hog *hog; in gpiod_add_hogs()
3686 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs()
3688 struct gpiod_hog *hog; in gpiod_remove_hogs()
4181 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
Dgpio-sim.c500 struct gpiod_hog *hogs;
728 struct gpiod_hog *hog; in gpio_sim_remove_hogs()
749 struct gpiod_hog *hog; in gpio_sim_add_hogs()
Dgpiolib-of.c635 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
Dgpiolib-acpi.c1296 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
/linux-6.1.9/arch/arm/mach-omap1/
Dboard-ams-delta.c580 static struct gpiod_hog ams_delta_gpio_hogs[] = {
/linux-6.1.9/Documentation/driver-api/gpio/
Dboard.rst187 struct gpiod_hog gpio_hog_table[] = {
/linux-6.1.9/arch/arm/mach-davinci/
Dboard-da850-evm.c1080 static struct gpiod_hog da850_evm_emac_gpio_hogs[] = {