Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/gpio/
Dmachine.h99 void gpiod_add_hogs(struct gpiod_hog *hogs);
107 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument
/Linux-v5.4/arch/arm/boot/dts/
Dste-hrefprev60.dtsi75 /* Set this up using hogs */
Dste-hrefv60plus.dtsi148 * Set this up using hogs, as time goes by and as seems fit, these
Dste-snowball.dts473 * Set this up using hogs, as time goes by and as seems fit, these
/Linux-v5.4/drivers/gpio/
Dgpiolib.c4230 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() argument
4237 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs()