Home
last modified time | relevance | path

Searched refs:cnfg (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v6.1/net/caif/
Dcfcnfg.c133 static struct cfcnfg_phyinfo *cfcnfg_get_phyinfo_rcu(struct cfcnfg *cnfg, in cfcnfg_get_phyinfo_rcu() argument
138 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyinfo_rcu()
148 static struct dev_info *cfcnfg_get_phyid(struct cfcnfg *cnfg, in cfcnfg_get_phyid() argument
154 list_for_each_entry_rcu(phy, &cnfg->phys, node) { in cfcnfg_get_phyid()
162 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_phyid()
169 static int cfcnfg_get_id_from_ifi(struct cfcnfg *cnfg, int ifi) in cfcnfg_get_id_from_ifi() argument
173 list_for_each_entry_rcu(phy, &cnfg->phys, node) in cfcnfg_get_id_from_ifi()
218 static int caif_connect_req_to_link_param(struct cfcnfg *cnfg, in caif_connect_req_to_link_param() argument
231 res = cfcnfg_get_id_from_ifi(cnfg, s->ifindex); in caif_connect_req_to_link_param()
246 dev_info = cfcnfg_get_phyid(cnfg, pref); in caif_connect_req_to_link_param()
[all …]
/Linux-v6.1/include/net/caif/
Dcfcnfg.h66 cfcnfg_add_phy_layer(struct cfcnfg *cnfg,
79 int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
87 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
/Linux-v6.1/drivers/spmi/
Dspmi-pmic-arb.c145 void __iomem *cnfg; member
937 mapping_table[index] = readl_relaxed(pmic_arb->cnfg + in pmic_arb_ppid_to_apid_v1()
986 regval = readl_relaxed(pmic_arb->cnfg + in pmic_arb_find_apid()
1048 regval = readl_relaxed(pmic_arb->cnfg + in pmic_arb_read_apid_map_v5()
1383 pmic_arb->cnfg = devm_ioremap_resource(&ctrl->dev, res); in spmi_pmic_arb_probe()
1384 if (IS_ERR(pmic_arb->cnfg)) { in spmi_pmic_arb_probe()
1385 err = PTR_ERR(pmic_arb->cnfg); in spmi_pmic_arb_probe()
/Linux-v6.1/drivers/i2c/busses/
Di2c-tegra.c729 u32 cnfg; in tegra_i2c_disable_packet_mode() local
739 cnfg = i2c_readl(i2c_dev, I2C_CNFG); in tegra_i2c_disable_packet_mode()
740 if (cnfg & I2C_CNFG_PACKET_MODE_EN) in tegra_i2c_disable_packet_mode()
741 i2c_writel(i2c_dev, cnfg & ~I2C_CNFG_PACKET_MODE_EN, I2C_CNFG); in tegra_i2c_disable_packet_mode()
/Linux-v6.1/arch/arm/boot/dts/
Dqcom-apq8084.dtsi450 reg-names = "core", "intr", "cnfg";
Dqcom-msm8226.dtsi451 reg-names = "core", "intr", "cnfg";
Dqcom-sdx65.dtsi411 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dqcom-sdx55.dtsi542 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dqcom-msm8974.dtsi1150 reg-names = "core", "intr", "cnfg";
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsm6125.dtsi562 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dipq8074.dtsi371 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dmsm8994.dtsi749 reg-names = "core", "intr", "cnfg";
Dmsm8953.dtsi736 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dqcs404.dtsi746 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsm6350.dtsi1288 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsc8280xp.dtsi1466 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dmsm8916.dtsi1322 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsdm630.dtsi1192 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dmsm8998.dtsi1976 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsm8350.dtsi1742 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dmsm8996.dtsi1773 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsc7180.dtsi3236 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsm8150.dtsi3755 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsdm845.dtsi4903 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";
Dsm8250.dtsi3777 reg-names = "core", "chnls", "obsrvr", "intr", "cnfg";

12