Home
last modified time | relevance | path

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

/linux-4.1.27/sound/aoa/core/
DMakefile4 gpio-pmf.o \
/linux-4.1.27/drivers/net/fddi/skfp/
DMakefile8 ecm.o pcmplc.o pmf.o queue.o rmt.o \
/linux-4.1.27/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.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c224 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_stats_pmf_update()
273 if (!bp->link_vars.link_up || !bp->port.pmf) { in bnx2x_port_stats_init()
517 if (bp->port.pmf) in bnx2x_stats_start()
1097 if (bp->port.pmf) { in bnx2x_storm_stats_update()
1225 if (bp->port.pmf) in bnx2x_stats_update()
1325 if (bp->port.pmf) in bnx2x_stats_stop()
1333 if (bp->port.pmf) in bnx2x_stats_stop()
1404 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init()
1587 if (bp->port.pmf && bp->port.port_stx) in bnx2x_memset_stats()
1621 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
[all …]
Dbnx2x_cmn.c2056 return bnx2x_config_rss_eth(bp, bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss()
2405 bp->port.pmf = 1; in bnx2x_nic_load_pmf()
2412 bp->port.pmf = 0; in bnx2x_nic_load_pmf()
2415 DP(NETIF_MSG_LINK, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load_pmf()
2803 if (bp->port.pmf) { in bnx2x_nic_load()
2840 if (bp->port.pmf) in bnx2x_nic_load()
2871 if (bp->port.pmf && (bp->state != BNX2X_STATE_DIAG)) in bnx2x_nic_load()
2900 bp->port.pmf = 0; in bnx2x_nic_load()
3054 bp->port.pmf = 0; in bnx2x_nic_unload()
Dbnx2x_main.c1596 if (bp->port.pmf) in bnx2x_hc_int_enable()
1660 if (bp->port.pmf) in bnx2x_igu_int_enable()
2572 if (bp->port.pmf) in bnx2x_cmng_fns_init()
2965 bp->port.pmf = 1; in bnx2x_pmf_update()
2966 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update()
3329 if (bp->port.pmf) in bnx2x_pf_init()
4137 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
4262 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3()
4265 if (bp->port.pmf && in bnx2x_attn_int_deasserted3()
9099 if (!bp->port.pmf) in bnx2x_func_wait_started()
[all …]
Dbnx2x_dcb.c997 if ((!bp->port.pmf) && (!(bp->flags & BC_SUPPORTS_DCBX_MSG_NON_PMF))) in bnx2x_dcbx_init()
1009 bp->dcb_state, bp->port.pmf); in bnx2x_dcbx_init()
Dbnx2x_ethtool.c1132 if (!bp->port.pmf) in bnx2x_nway_reset()
1727 !bp->port.pmf) { in bnx2x_set_eeprom()
Dbnx2x.h1101 u32 pmf; member
/linux-4.1.27/Documentation/
Ddynamic-debug-howto.txt273 modprobe foo dyndbg==pmf # override previous settings