Home
last modified time | relevance | path

Searched refs:hogs (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/gpio/
H A Dmachine.h114 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() argument
124 static inline void gpiod_remove_hogs(struct gpiod_hog *hogs) {} in gpiod_remove_hogs() argument
/linux/arch/arm/boot/dts/st/
H A Dste-hrefprev60.dtsi69 /* Set this up using hogs */
H A Dste-hrefv60plus.dtsi198 * Set this up using hogs, as time goes by and as seems fit, these
H A Dste-snowball.dts500 * Set this up using hogs, as time goes by and as seems fit, these
/linux/drivers/gpio/
H A Dgpiolib.c4479 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() argument
4485 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs()
4500 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs() argument
4506 for (hog = &hogs[0]; hog->chip_label; hog++) in gpiod_remove_hogs()