phy_layer        2124 drivers/media/platform/omap3isp/isp.c 	buscfg->bus.ccp2.phy_layer = vep->bus.mipi_csi1.strobe;
phy_layer         217 drivers/media/platform/omap3isp/ispccp2.c 		buscfg->phy_layer);
phy_layer         230 drivers/media/platform/omap3isp/ispccp2.c 		if (buscfg->phy_layer == ISP_CCP2_PHY_DATA_STROBE)
phy_layer         207 drivers/media/platform/omap3isp/ispcsiphy.c 			   buscfg->bus.ccp2.phy_layer);
phy_layer         312 drivers/media/platform/omap3isp/ispcsiphy.c 				   buscfg->bus.ccp2.phy_layer);
phy_layer         103 drivers/media/platform/omap3isp/omap3isp.h 	unsigned int phy_layer:1;
phy_layer          67 include/net/caif/cfcnfg.h 		     struct net_device *dev, struct cflayer *phy_layer,
phy_layer          79 include/net/caif/cfcnfg.h int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer);
phy_layer          87 include/net/caif/cfcnfg.h int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
phy_layer          36 net/caif/cfcnfg.c 	struct cflayer *phy_layer;
phy_layer         344 net/caif/cfcnfg.c 	caif_assert(phy->phy_layer->id ==
phy_layer         407 net/caif/cfcnfg.c 	caif_assert(phyinfo->phy_layer != NULL);
phy_layer         408 net/caif/cfcnfg.c 	caif_assert(phyinfo->phy_layer->id == phyid);
phy_layer         455 net/caif/cfcnfg.c 		     struct net_device *dev, struct cflayer *phy_layer,
phy_layer         483 net/caif/cfcnfg.c 	phy_layer->id = phyid;
phy_layer         488 net/caif/cfcnfg.c 	phyinfo->phy_layer = phy_layer;
phy_layer         504 net/caif/cfcnfg.c 		layer_set_dn(link_support, phy_layer);
phy_layer         505 net/caif/cfcnfg.c 		layer_set_up(phy_layer, link_support);
phy_layer         507 net/caif/cfcnfg.c 		layer_set_dn(frml, phy_layer);
phy_layer         508 net/caif/cfcnfg.c 		layer_set_up(phy_layer, frml);
phy_layer         522 net/caif/cfcnfg.c int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
phy_layer         528 net/caif/cfcnfg.c 	phyinfo = cfcnfg_get_phyinfo_rcu(cnfg, phy_layer->id);
phy_layer         543 net/caif/cfcnfg.c 					phy_layer->id);
phy_layer         545 net/caif/cfcnfg.c 		cfmuxl_remove_dnlayer(cnfg->mux, phy_layer->id);
phy_layer         554 net/caif/cfcnfg.c int cfcnfg_del_phy_layer(struct cfcnfg *cnfg, struct cflayer *phy_layer)
phy_layer         564 net/caif/cfcnfg.c 	phyid = phy_layer->id;
phy_layer         572 net/caif/cfcnfg.c 	caif_assert(phy_layer == phyinfo->phy_layer);
phy_layer         573 net/caif/cfcnfg.c 	caif_assert(phy_layer->id == phyid);
phy_layer         591 net/caif/cfcnfg.c 	if (phy_layer != frml_dn) {
phy_layer         595 net/caif/cfcnfg.c 	layer_set_up(phy_layer, NULL);
phy_layer         597 net/caif/cfcnfg.c 	if (phyinfo->phy_layer != frml_dn)