Home
last modified time | relevance | path

Searched refs:gpiod_hog (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/include/linux/gpio/
H A Dmachine.h50 * struct gpiod_hog - GPIO line hog table
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()
/kernel/linux/linux-5.10/include/linux/gpio/
H A Dmachine.h50 * struct gpiod_hog - GPIO line hog table
57 struct gpiod_hog { struct
102 void gpiod_add_hogs(struct gpiod_hog *hogs);
110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib.h137 int gpiod_hog(struct gpio_desc *desc, const char *name,
H A Dgpiolib.c518 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog()
533 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()
541 struct gpiod_hog *hog; in machine_gpiochip_add()
3660 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs()
3663 struct gpiod_hog *hog; in gpiod_add_hogs()
4162 * gpiod_hog - Hog the specified GPIO desc given the provided flags
4169 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
H A Dgpiolib-of.c664 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
H A Dgpiolib-acpi.c1200 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpiolib.h221 int gpiod_hog(struct gpio_desc *desc, const char *name,
H A Dgpiolib.c637 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog()
652 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()
660 struct gpiod_hog *hog; in machine_gpiochip_add()
3846 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs()
3849 struct gpiod_hog *hog; in gpiod_add_hogs()
3869 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs()
3871 struct gpiod_hog *hog; in gpiod_remove_hogs()
4305 * gpiod_hog - Hog the specified GPIO desc given the provided flags
4312 int gpiod_hog(struct gpio_desc *desc, const char *name, in gpiod_hog() function
H A Dgpio-sim.c510 struct gpiod_hog *hogs;
719 struct gpiod_hog *hog; in gpio_sim_remove_hogs()
740 struct gpiod_hog *hog; in gpio_sim_add_hogs()
H A Dgpiolib-of.c758 ret = gpiod_hog(desc, name, lflags, dflags); in of_gpiochip_add_hog()
H A Dgpiolib-acpi.c1324 ret = gpiod_hog(desc, name, lflags, dflags); in acpi_gpiochip_scan_gpios()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dboard-ams-delta.c580 static struct gpiod_hog ams_delta_gpio_hogs[] = {
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dboard-ams-delta.c588 static struct gpiod_hog ams_delta_gpio_hogs[] = {
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H A Dboard-da850-evm.c1087 static struct gpiod_hog da850_evm_emac_gpio_hogs[] = {

Completed in 25 milliseconds