Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/sound/aoa/core/
DMakefile4 gpio-pmf.o \
/linux-4.4.14/drivers/net/fddi/skfp/
DMakefile8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
/linux-4.4.14/drivers/media/platform/exynos4-is/
Dmedia-dev.c412 if (!fmd->pmf) in fimc_md_register_sensor_entities()
415 ret = pm_runtime_get_sync(fmd->pmf); in fimc_md_register_sensor_entities()
450 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities()
517 if (!fmd->pmf && fimc->pdev) in register_fimc_entity()
518 fmd->pmf = &fimc->pdev->dev; in register_fimc_entity()
1183 if (camclk->fmd->pmf == NULL) in cam_clk_prepare()
1186 ret = pm_runtime_get_sync(camclk->fmd->pmf); in cam_clk_prepare()
1194 if (camclk->fmd->pmf == NULL) in cam_clk_unprepare()
1197 pm_runtime_put_sync(camclk->fmd->pmf); in cam_clk_unprepare()
Dmedia-dev.h132 struct device *pmf; member
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c226 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_stats_pmf_update()
275 if (!bp->link_vars.link_up || !bp->port.pmf) { in bnx2x_port_stats_init()
519 if (bp->port.pmf) in bnx2x_stats_start()
1099 if (bp->port.pmf) { in bnx2x_storm_stats_update()
1227 if (bp->port.pmf) in bnx2x_stats_update()
1327 if (bp->port.pmf) in bnx2x_stats_stop()
1335 if (bp->port.pmf) in bnx2x_stats_stop()
1406 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init()
1589 if (bp->port.pmf && bp->port.port_stx) in bnx2x_memset_stats()
1623 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
[all …]
Dbnx2x_cmn.c2076 return bnx2x_config_rss_eth(bp, bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss()
2430 bp->port.pmf = 1; in bnx2x_nic_load_pmf()
2437 bp->port.pmf = 0; in bnx2x_nic_load_pmf()
2440 DP(NETIF_MSG_LINK, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load_pmf()
2842 if (bp->port.pmf) { in bnx2x_nic_load()
2884 if (bp->port.pmf) in bnx2x_nic_load()
2921 if (bp->port.pmf && (bp->state != BNX2X_STATE_DIAG)) in bnx2x_nic_load()
2953 bp->port.pmf = 0; in bnx2x_nic_load()
3110 bp->port.pmf = 0; in bnx2x_nic_unload()
Dbnx2x_main.c1601 if (bp->port.pmf) in bnx2x_hc_int_enable()
1665 if (bp->port.pmf) in bnx2x_igu_int_enable()
2577 if (bp->port.pmf) in bnx2x_cmng_fns_init()
2970 bp->port.pmf = 1; in bnx2x_pmf_update()
2971 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update()
3325 if (bp->port.pmf) in bnx2x_pf_init()
4159 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
4284 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3()
4287 if (bp->port.pmf && in bnx2x_attn_int_deasserted3()
9181 if (!bp->port.pmf) in bnx2x_func_wait_started()
[all …]
Dbnx2x_dcb.c999 if ((!bp->port.pmf) && (!(bp->flags & BC_SUPPORTS_DCBX_MSG_NON_PMF))) in bnx2x_dcbx_init()
1011 bp->dcb_state, bp->port.pmf); in bnx2x_dcbx_init()
Dbnx2x_ethtool.c1159 if (!bp->port.pmf) in bnx2x_nway_reset()
1771 !bp->port.pmf) { in bnx2x_set_eeprom()
Dbnx2x.h1112 u32 pmf; member
/linux-4.4.14/Documentation/
Ddynamic-debug-howto.txt273 modprobe foo dyndbg==pmf # override previous settings