Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/gpio/
Dmachine.h102 void gpiod_add_hogs(struct gpiod_hog *hogs);
110 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dste-hrefprev60.dtsi75 /* Set this up using hogs */
Dste-hrefv60plus.dtsi147 * Set this up using hogs, as time goes by and as seems fit, these
Dste-snowball.dts467 * Set this up using hogs, as time goes by and as seems fit, these
/kernel/linux/linux-5.10/drivers/gpio/
Dgpiolib.c3647 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() argument
3654 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs()