tcfg              988 drivers/media/pci/pt1/pt1.c 			struct qm1d1b0004_config tcfg;
tcfg              991 drivers/media/pci/pt1/pt1.c 			tcfg = pt1_configs[i].tuner_cfg.qm1d1b0004;
tcfg              992 drivers/media/pci/pt1/pt1.c 			tcfg.fe = dcfg.fe;
tcfg              995 drivers/media/pci/pt1/pt1.c 					      info->addr, &tcfg);
tcfg              997 drivers/media/pci/pt1/pt1.c 			struct dvb_pll_config tcfg;
tcfg             1000 drivers/media/pci/pt1/pt1.c 			tcfg = pt1_configs[i].tuner_cfg.tda6651;
tcfg             1001 drivers/media/pci/pt1/pt1.c 			tcfg.fe = dcfg.fe;
tcfg             1004 drivers/media/pci/pt1/pt1.c 					      info->addr, &tcfg);
tcfg              389 drivers/media/pci/pt3/pt3.c 		struct qm1d1c0042_config tcfg;
tcfg              391 drivers/media/pci/pt3/pt3.c 		tcfg = adap_conf[i].tuner_cfg.qm1d1c0042;
tcfg              392 drivers/media/pci/pt3/pt3.c 		tcfg.fe = cfg.fe;
tcfg              395 drivers/media/pci/pt3/pt3.c 				      info->addr, &tcfg);
tcfg              397 drivers/media/pci/pt3/pt3.c 		struct mxl301rf_config tcfg;
tcfg              399 drivers/media/pci/pt3/pt3.c 		tcfg = adap_conf[i].tuner_cfg.mxl301rf;
tcfg              400 drivers/media/pci/pt3/pt3.c 		tcfg.fe = cfg.fe;
tcfg              403 drivers/media/pci/pt3/pt3.c 				      info->addr, &tcfg);
tcfg             3044 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 				 struct tstorm_eth_function_common_config *tcfg,
tcfg             3052 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	__storm_memset_struct(bp, addr, size, (u32 *)tcfg);
tcfg             3058 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		struct tstorm_eth_function_common_config tcfg = {0};
tcfg             3060 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		storm_memset_func_cfg(bp, &tcfg, p->func_id);
tcfg             4728 drivers/usb/typec/tcpm/tcpm.c 			  const struct tcpc_config *tcfg)
tcfg             4730 drivers/usb/typec/tcpm/tcpm.c 	if (tcpm_validate_caps(port, tcfg->src_pdo, tcfg->nr_src_pdo) ||
tcfg             4731 drivers/usb/typec/tcpm/tcpm.c 	    tcpm_validate_caps(port, tcfg->snk_pdo, tcfg->nr_snk_pdo))
tcfg             4734 drivers/usb/typec/tcpm/tcpm.c 	port->nr_src_pdo = tcpm_copy_pdos(port->src_pdo, tcfg->src_pdo,
tcfg             4735 drivers/usb/typec/tcpm/tcpm.c 					  tcfg->nr_src_pdo);
tcfg             4736 drivers/usb/typec/tcpm/tcpm.c 	port->nr_snk_pdo = tcpm_copy_pdos(port->snk_pdo, tcfg->snk_pdo,
tcfg             4737 drivers/usb/typec/tcpm/tcpm.c 					  tcfg->nr_snk_pdo);
tcfg             4739 drivers/usb/typec/tcpm/tcpm.c 	port->nr_snk_vdo = tcpm_copy_vdos(port->snk_vdo, tcfg->snk_vdo,
tcfg             4740 drivers/usb/typec/tcpm/tcpm.c 					  tcfg->nr_snk_vdo);
tcfg             4742 drivers/usb/typec/tcpm/tcpm.c 	port->operating_snk_mw = tcfg->operating_snk_mw;
tcfg             4744 drivers/usb/typec/tcpm/tcpm.c 	port->typec_caps.prefer_role = tcfg->default_role;
tcfg             4745 drivers/usb/typec/tcpm/tcpm.c 	port->typec_caps.type = tcfg->type;
tcfg             4746 drivers/usb/typec/tcpm/tcpm.c 	port->typec_caps.data = tcfg->data;
tcfg             4747 drivers/usb/typec/tcpm/tcpm.c 	port->self_powered = tcfg->self_powered;
tcfg               80 drivers/video/fbdev/geode/display_gx1.c 	u32 gcfg, tcfg, ocfg, dclk_div, val;
tcfg               89 drivers/video/fbdev/geode/display_gx1.c 	tcfg = readl(par->dc_regs + DC_TIMING_CFG);
tcfg               92 drivers/video/fbdev/geode/display_gx1.c 	tcfg &= ~(DC_TCFG_BLKE | DC_TCFG_TGEN);
tcfg               93 drivers/video/fbdev/geode/display_gx1.c 	writel(tcfg, par->dc_regs + DC_TIMING_CFG);
tcfg              143 drivers/video/fbdev/geode/display_gx1.c 	tcfg = DC_TCFG_FPPE | DC_TCFG_HSYE | DC_TCFG_VSYE | DC_TCFG_BLKE
tcfg              179 drivers/video/fbdev/geode/display_gx1.c 	writel(tcfg, par->dc_regs + DC_TIMING_CFG);
tcfg              708 net/l2tp/l2tp_ppp.c 			struct l2tp_tunnel_cfg tcfg = {
tcfg              724 net/l2tp/l2tp_ppp.c 						   info.peer_tunnel_id, &tcfg,
tcfg              731 net/l2tp/l2tp_ppp.c 						     &tcfg);