Searched refs:hogs (Results 1 – 5 of 5) sorted by relevance
99 void gpiod_add_hogs(struct gpiod_hog *hogs);107 static inline void gpiod_add_hogs(struct gpiod_hog *hogs) {} in gpiod_add_hogs() argument
75 /* Set this up using hogs */
148 * Set this up using hogs, as time goes by and as seems fit, these
473 * Set this up using hogs, as time goes by and as seems fit, these
4230 void gpiod_add_hogs(struct gpiod_hog *hogs) in gpiod_add_hogs() argument4237 for (hog = &hogs[0]; hog->chip_label; hog++) { in gpiod_add_hogs()