Searched refs:_tbl (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | btree_cache.h | 81 #define for_each_cached_btree(_b, _c, _tbl, _iter, _pos) \ argument 82 for ((_tbl) = rht_dereference_rcu((_c)->btree_cache.table.tbl, \ 84 _iter = 0; _iter < (_tbl)->size; _iter++) \ 85 rht_for_each_entry_rcu((_b), (_pos), _tbl, _iter, hash)
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/ |
D | phy.h | 87 const struct rtw_table name ## _tbl = { \ 102 const struct rtw_table name ## _tbl = { \ 109 const struct rtw_table name ## _tbl = { \
|
D | main.h | 1103 .phy_pg_tbl = &rtw ## chip ## _bb_pg_type ## bb_pg ## _tbl, \ 1104 .txpwr_lmt_tbl = &rtw ## chip ## _txpwr_lmt_type ## pwrlmt ## _tbl, \ 1108 .phy_pg_tbl = &rtw ## chip ## _bb_pg_type ## bb_pg ## _tbl, \ 1109 .txpwr_lmt_tbl = &rtw ## chip ## _txpwr_lmt_type ## pwrlmt ## _tbl, \ 1110 .agc_btg_tbl = &rtw ## chip ## _agc_btg_type ## btg ## _tbl, \
|
D | rtw8822c.h | 132 const struct rtw_table name ## _tbl = { \
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | phy.h | 354 const struct rtw89_phy_reg3_tbl _name ## _tbl = { \ 746 const struct rtw89_rfk_tbl _name ## _tbl = { \
|
/linux-6.12.1/drivers/iio/addac/ |
D | ad74115.c | 253 #define AD74115_FW_PROP_TBL(_name, _tbl, _reg, _mask) \ argument 258 .lookup_tbl = (_tbl), \ 259 .lookup_tbl_len = ARRAY_SIZE(_tbl), \
|