Searched refs:_tbl (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | phy.h | 91 const struct rtw_table name ## _tbl = { \ 106 const struct rtw_table name ## _tbl = { \ 113 const struct rtw_table name ## _tbl = { \
|
| H A D | main.h | 1122 .phy_pg_tbl = &rtw ## chip ## _bb_pg_type ## bb_pg ## _tbl, \ 1123 .txpwr_lmt_tbl = &rtw ## chip ## _txpwr_lmt_type ## pwrlmt ## _tbl, \ 1124 .pwr_track_tbl = &rtw ## chip ## _pwr_track_type ## track ## _tbl, \ 1128 .phy_pg_tbl = &rtw ## chip ## _bb_pg_type ## bb_pg ## _tbl, \ 1129 .txpwr_lmt_tbl = &rtw ## chip ## _txpwr_lmt_type ## pwrlmt ## _tbl, \ 1130 .pwr_track_tbl = &rtw ## chip ## _pwr_track_type ## track ## _tbl, \ 1131 .agc_btg_tbl = &rtw ## chip ## _agc_btg_type ## btg ## _tbl, \
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 177 #define ovpn_get_hash_slot(_tbl, _key, _key_len) ({ \ argument 178 typeof(_tbl) *__tbl2 = &(_tbl); \ 182 #define ovpn_get_hash_head(_tbl, _key, _key_len) ({ \ argument 183 typeof(_tbl) *__tbl1 = &(_tbl); \
|
| /linux/drivers/iio/addac/ |
| H A 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), \
|