Searched refs:hogs (Results 1 – 5 of 5) sorted by relevance
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() argument124 static inline void gpiod_remove_hogs(struct gpiod_hog *hogs) {} in gpiod_remove_hogs() argument
69 /* Set this up using hogs */
198 * Set this up using hogs, as time goes by and as seems fit, these
500 * Set this up using hogs, as time goes by and as seems fit, these
4476 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() argument4482 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs()4497 void gpiod_remove_hogs(struct gpiod_hog *hogs) in gpiod_remove_hogs() argument4503 for (hog = &hogs[0]; hog->chip_label; hog++) in gpiod_remove_hogs()