Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/gpio/
H A Dmachine.h57 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()
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib.h137 int gpiod_hog(struct gpio_desc *desc, const char *name,
H A Dgpiolib.c523 static void gpiochip_machine_hog(struct gpio_chip *gc, struct gpiod_hog *hog) in gpiochip_machine_hog()
538 rv = gpiod_hog(desc, hog->line_name, hog->lflags, hog->dflags); in gpiochip_machine_hog()
546 struct gpiod_hog *hog; in machine_gpiochip_add()
3650 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs()
3653 struct gpiod_hog *hog; in gpiod_add_hogs()
4159 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-ams-delta.c588 static struct gpiod_hog ams_delta_gpio_hogs[] = {
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Dboard.rst190 struct gpiod_hog gpio_hog_table[] = {
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dboard-da850-evm.c1087 static struct gpiod_hog da850_evm_emac_gpio_hogs[] = {