Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-ufs.c984 const struct qmp_phy_cfg_tbls tbls; member
1077 .tbls = {
1100 .tbls = {
1134 .tbls = {
1168 .tbls = {
1202 .tbls = {
1229 .tbls = {
1256 .tbls = {
1283 .tbls = {
1317 .tbls = {
[all …]
/linux/drivers/regulator/
H A Dmt6360-regulator.c382 const struct mt6360_irq_mapping *tbls, in mt6360_regulator_irq_register() argument
388 const struct mt6360_irq_mapping *irq_desc = tbls + i; in mt6360_regulator_irq_register()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c316 struct rtw89_btc_fbtc_slot tbls[] __counted_by(tbl_num);
2416 n = struct_size(tbl, tbls, CXST_MAX); in rtw89_btc_fw_set_slots()
2423 memcpy(tbl->tbls, dm->slot.v1, flex_array_size(tbl, tbls, CXST_MAX)); in rtw89_btc_fw_set_slots()