Searched refs:bit_table (Results 1 – 3 of 3) sorted by relevance
41 static const int bit_table[] = { in check_onebit() local79 for (bit_i = 0; bit_i < numberof (bit_table); bit_i++) in check_onebit()81 bit = bit_table[bit_i]; in check_onebit()
51 int bit_table(struct drm_device *, u8 id, struct bit_entry *);
967 struct bit_table { struct972 #define BIT_TABLE(id, funcid) ((struct bit_table){ id, parse_bit_##funcid##_tbl_entry }) argument975 bit_table(struct drm_device *dev, u8 id, struct bit_entry *bit) in bit_table() function1004 struct bit_table *table) in parse_bit_table()1010 if (bit_table(dev, table->id, &bitentry) == 0) in parse_bit_table()