Home | History | Annotate | Download | only in driver

Lines Matching defs:usage_mask

62     uint32_t usage_mask;                     // Used to mark options that can be used together.  If (1 << n & usage_mask) != 0
237 uint32_t this_usage_mask = option_table[num_options].usage_mask;
269 if (option_table[i].usage_mask & opt_set_mask)