Searched refs:FLAG_IS_HOGGED (Results 1 – 4 of 4) sorted by relevance
201 #define FLAG_IS_HOGGED 11 /* GPIO is hogged */ macro
872 for_each_gpio_desc_with_flag(chip, desc, FLAG_IS_HOGGED) in of_gpiochip_remove_hog()
2488 clear_bit(FLAG_IS_HOGGED, &flags); in gpiod_free_commit()4913 if (test_and_set_bit(FLAG_IS_HOGGED, &desc->flags)) in gpiod_hog()4921 clear_bit(FLAG_IS_HOGGED, &desc->flags); in gpiod_hog()4944 for_each_gpio_desc_with_flag(gc, desc, FLAG_IS_HOGGED) in gpiochip_free_hogs()
2277 test_bit(FLAG_IS_HOGGED, &dflags) || in gpio_desc_to_lineinfo()