Lines Matching defs:hogs
510 struct gpiod_hog *hogs;
721 if (!dev->hogs)
724 gpiod_remove_hogs(dev->hogs);
726 for (hog = dev->hogs; hog->chip_label; hog++) {
731 kfree(dev->hogs);
732 dev->hogs = NULL;
756 dev->hogs = kcalloc(num_hogs + 1, sizeof(*dev->hogs), GFP_KERNEL);
757 if (!dev->hogs)
768 hog = &dev->hogs[idx++];
808 gpiod_add_hogs(dev->hogs);