Home
last modified time | relevance | path

Searched refs:_tbl (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbtree_cache.h81 #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/
Dphy.h87 const struct rtw_table name ## _tbl = { \
102 const struct rtw_table name ## _tbl = { \
109 const struct rtw_table name ## _tbl = { \
Dmain.h1103 .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, \
Drtw8822c.h132 const struct rtw_table name ## _tbl = { \
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dphy.h354 const struct rtw89_phy_reg3_tbl _name ## _tbl = { \
746 const struct rtw89_rfk_tbl _name ## _tbl = { \
/linux-6.12.1/drivers/iio/addac/
Dad74115.c253 #define AD74115_FW_PROP_TBL(_name, _tbl, _reg, _mask) \ argument
258 .lookup_tbl = (_tbl), \
259 .lookup_tbl_len = ARRAY_SIZE(_tbl), \