/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_psi.c | 1113 if (s == pmt->stream) in vidtv_psi_pmt_stream_assign() 1116 pmt->stream = s; in vidtv_psi_pmt_stream_assign() 1156 pmt = kzalloc(sizeof(*pmt), GFP_KERNEL); in vidtv_psi_pmt_table_init() 1157 if (!pmt) in vidtv_psi_pmt_table_init() 1163 pmt->header.table_id = 0x2; in vidtv_psi_pmt_table_init() 1170 pmt->header.version = 0x1f; in vidtv_psi_pmt_table_init() 1172 pmt->header.one2 = ONES; in vidtv_psi_pmt_table_init() 1173 pmt->header.section_id = 0; in vidtv_psi_pmt_table_init() 1174 pmt->header.last_section = 0; in vidtv_psi_pmt_table_init() 1186 return pmt; in vidtv_psi_pmt_table_init() [all …]
|
H A D | vidtv_psi.h | 391 vidtv_psi_pmt_table_destroy(struct vidtv_psi_table_pmt *pmt); 432 void vidtv_pmt_desc_assign(struct vidtv_psi_table_pmt *pmt, 471 void vidtv_psi_pmt_stream_assign(struct vidtv_psi_table_pmt *pmt, 516 void vidtv_psi_pmt_table_update_sec_len(struct vidtv_psi_table_pmt *pmt); 606 struct vidtv_psi_table_pmt *pmt; member
|
H A D | vidtv_mux.c | 191 pmt_args.pmt = m->si.pmt_secs[i]; in vidtv_mux_push_si()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac1000_core.c | 250 unsigned int pmt = 0; in dwmac1000_pmt() local 254 pmt |= power_down | magic_pkt_en; in dwmac1000_pmt() 258 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac1000_pmt() 261 writel(pmt, ioaddr + GMAC_PMT); in dwmac1000_pmt() 508 .pmt = dwmac1000_pmt,
|
H A D | stmmac_platform.c | 543 plat->pmt = 1; in stmmac_probe_config_dt() 551 plat->pmt = 1; in stmmac_probe_config_dt() 561 plat->pmt = 1; in stmmac_probe_config_dt() 575 plat->pmt = 1; in stmmac_probe_config_dt() 934 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_suspend() 955 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_resume()
|
H A D | dwmac4_core.c | 339 unsigned int pmt = 0; in dwmac4_pmt() local 344 pmt |= power_down | magic_pkt_en; in dwmac4_pmt() 348 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac4_pmt() 351 if (pmt) { in dwmac4_pmt() 357 writel(pmt, ioaddr + GMAC_PMT); in dwmac4_pmt() 1200 .pmt = dwmac4_pmt, 1244 .pmt = dwmac4_pmt, 1295 .pmt = dwmac4_pmt,
|
H A D | dwmac100_core.c | 165 .pmt = dwmac100_pmt,
|
H A D | stmmac_pci.c | 81 plat->pmt = 1; in snps_gmac5_default_data()
|
H A D | common.h | 605 unsigned int pmt; member
|
H A D | dwmac-dwc-qos-eth.c | 117 plat_dat->pmt = 1; in dwc_eth_dwmac_config_dt()
|
H A D | dwmac-tegra.c | 305 plat->pmt = 1; in tegra_mgbe_probe()
|
H A D | hwif.h | 356 void (*pmt)(struct mac_device_info *hw, unsigned long mode); member 474 stmmac_do_void_callback(__priv, mac, pmt, __args)
|
H A D | stmmac_ethtool.c | 833 if (!priv->plat->pmt) in stmmac_get_wol() 854 if (!priv->plat->pmt) { in stmmac_set_wol()
|
H A D | stmmac_main.c | 1214 if (!priv->plat->pmt) { in stmmac_init_phy() 7189 priv->plat->pmt = priv->dma_cap.pmt_remote_wake_up && in stmmac_hw_init() 7191 priv->hw->pmt = priv->plat->pmt; in stmmac_hw_init() 7226 if (priv->plat->pmt) { in stmmac_hw_init() 7873 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_suspend() 7884 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_suspend() 7958 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_resume() 7980 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_resume()
|
H A D | dwmac-qcom-ethqos.c | 877 plat_dat->pmt = 1; in qcom_ethqos_probe()
|
H A D | dwxgmac2_core.c | 1550 .pmt = dwxgmac2_pmt, 1607 .pmt = dwxgmac2_pmt,
|
/linux/drivers/video/fbdev/aty/ |
H A D | radeon_monitor.c | 72 const u8 *pmt = NULL; in radeon_parse_montype_prop() local 77 pmt = of_get_property(dp, "display-type", NULL); in radeon_parse_montype_prop() 78 if (!pmt) in radeon_parse_montype_prop() 80 pr_debug("display-type: %s\n", pmt); in radeon_parse_montype_prop() 84 if (!strcmp(pmt, "LCD") || !strcmp(pmt, "DFP")) in radeon_parse_montype_prop() 86 else if (!strcmp(pmt, "CRT")) in radeon_parse_montype_prop() 89 if (strcmp(pmt, "NONE") != 0) in radeon_parse_montype_prop() 91 pmt); in radeon_parse_montype_prop()
|
/linux/include/linux/ |
H A D | sxgbe_platform.h | 47 int pmt; member
|
H A D | stmmac.h | 215 int pmt; member
|
/linux/drivers/platform/x86/intel/ |
H A D | Makefile | 12 obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
|
H A D | Kconfig | 11 source "drivers/platform/x86/intel/pmt/Kconfig"
|
/linux/drivers/net/ethernet/samsung/sxgbe/ |
H A D | sxgbe_core.c | 261 .pmt = sxgbe_core_pmt,
|
H A D | sxgbe_common.h | 330 void (*pmt)(void __iomem *ioaddr, unsigned long mode); member
|
/linux/drivers/net/ethernet/calxeda/ |
H A D | xgmac.c | 1848 unsigned int pmt = 0; in xgmac_pmt() local 1851 pmt |= XGMAC_PMT_POWERDOWN | XGMAC_PMT_MAGIC_PKT_EN; in xgmac_pmt() 1853 pmt |= XGMAC_PMT_POWERDOWN | XGMAC_PMT_GLBL_UNICAST; in xgmac_pmt() 1855 writel(pmt, ioaddr + XGMAC_PMT); in xgmac_pmt()
|
/linux/lib/ |
H A D | maple_tree.c | 1612 enum maple_type pmt; in mas_parent_gap() local 1615 pmt = mas_parent_type(mas, mas->node); in mas_parent_gap() 1616 penode = mt_mk_node(pnode, pmt); in mas_parent_gap() 1617 pgaps = ma_gaps(pnode, pmt); in mas_parent_gap() 1620 MAS_BUG_ON(mas, pmt != maple_arange_64); in mas_parent_gap() 1633 ma_set_meta_gap(pnode, pmt, offset); in mas_parent_gap() 1635 new = ma_max_gap(pnode, pgaps, pmt, &meta_offset); in mas_parent_gap() 1636 ma_set_meta_gap(pnode, pmt, meta_offset); in mas_parent_gap() 1644 pmt = mas_parent_type(mas, penode); in mas_parent_gap() 1645 pgaps = ma_gaps(pnode, pmt); in mas_parent_gap() [all …]
|