Home
last modified time | relevance | path

Searched refs:tbls (Results 1 – 4 of 4) 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 …]
H A Dphy-qcom-qmp-pcie.c2610 const struct qmp_phy_cfg_tbls tbls; member
2834 .tbls = {
2859 .tbls = {
2888 .tbls = {
2915 .tbls = {
2943 .tbls = {
2971 .tbls = {
2998 .tbls = {
3021 .tbls = {
3058 .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.c301 struct rtw89_btc_fbtc_slot tbls[] __counted_by(tbl_num);
2401 n = struct_size(tbl, tbls, CXST_MAX); in rtw89_btc_fw_set_slots()
2408 memcpy(tbl->tbls, dm->slot.v1, flex_array_size(tbl, tbls, CXST_MAX)); in rtw89_btc_fw_set_slots()