Searched refs:FLAG_PULL_UP (Results 1 – 3 of 3) sorted by relevance
158 #define FLAG_PULL_UP 13 /* GPIO has pull up enabled */ macro
143 assign_bit(FLAG_PULL_UP, flagsp, in linehandle_flags_to_desc_flags()1182 assign_bit(FLAG_PULL_UP, flagsp, in gpio_v2_line_config_flags_to_desc_flags()2173 if (test_bit(FLAG_PULL_UP, &desc->flags)) in gpio_desc_to_lineinfo()
2048 clear_bit(FLAG_PULL_UP, &desc->flags); in gpiod_free_commit()2236 else if (test_bit(FLAG_PULL_UP, &desc->flags)) in gpio_set_bias()4030 set_bit(FLAG_PULL_UP, &desc->flags); in gpiod_configure_flags()