Home
last modified time | relevance | path

Searched refs:phy_layer (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/caif/
Dcfcnfg.c36 struct cflayer *phy_layer; member
344 caif_assert(phy->phy_layer->id == in caif_connect_client()
407 caif_assert(phyinfo->phy_layer != NULL); in cfcnfg_linkup_rsp()
408 caif_assert(phyinfo->phy_layer->id == phyid); in cfcnfg_linkup_rsp()
455 struct net_device *dev, struct cflayer *phy_layer, in cfcnfg_add_phy_layer() argument
483 phy_layer->id = phyid; in cfcnfg_add_phy_layer()
488 phyinfo->phy_layer = phy_layer; in cfcnfg_add_phy_layer()
504 layer_set_dn(link_support, phy_layer); in cfcnfg_add_phy_layer()
505 layer_set_up(phy_layer, link_support); in cfcnfg_add_phy_layer()
507 layer_set_dn(frml, phy_layer); in cfcnfg_add_phy_layer()
[all …]
/Linux-v4.19/include/net/caif/
Dcfcnfg.h67 struct net_device *dev, struct cflayer *phy_layer,
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-v4.19/drivers/media/platform/omap3isp/
Domap3isp.h111 unsigned int phy_layer:1; member
Dispcsiphy.c210 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_config()
315 buscfg->bus.ccp2.phy_layer); in omap3isp_csiphy_release()
Dispccp2.c220 buscfg->phy_layer); in ccp2_phyif_config()
233 if (buscfg->phy_layer == ISP_CCP2_PHY_DATA_STROBE) in ccp2_phyif_config()
Disp.c2101 buscfg->bus.ccp2.phy_layer = vep->bus.mipi_csi1.strobe; in isp_fwnode_parse()