Searched refs:cfcnfg_set_phy_state (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/caif/ |
D | cfcnfg.h | 87 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer,
|
/linux-4.4.14/net/caif/ |
D | caif_dev.c | 405 cfcnfg_set_phy_state(cfg, &caifd->layer, true); in caif_device_notify() 419 cfcnfg_set_phy_state(cfg, &caifd->layer, false); in caif_device_notify() 522 cfcnfg_set_phy_state(cfg, &caifd->layer, false); in caif_exit_net()
|
D | cfcnfg.c | 527 int cfcnfg_set_phy_state(struct cfcnfg *cnfg, struct cflayer *phy_layer, in cfcnfg_set_phy_state() function 557 EXPORT_SYMBOL(cfcnfg_set_phy_state);
|