| /drivers/media/test-drivers/vidtv/ |
| 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 …]
|
| 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
|
| A D | vidtv_mux.c | 191 pmt_args.pmt = m->si.pmt_secs[i]; in vidtv_mux_push_si()
|
| /drivers/platform/x86/intel/pmt/ |
| A D | Makefile | 15 obj-$(CONFIG_INTEL_PMT_KUNIT_TEST) += pmt-discovery-kunit.o 16 pmt-discovery-kunit-y := discovery-kunit.o
|
| A D | Kconfig | 68 module, choose M here: the module will be called pmt-discovery-kunit.
|
| /drivers/video/fbdev/aty/ |
| 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()
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac1000_core.c | 252 unsigned int pmt = 0; in dwmac1000_pmt() local 256 pmt |= power_down | magic_pkt_en; in dwmac1000_pmt() 260 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac1000_pmt() 263 writel(pmt, ioaddr + GMAC_PMT); in dwmac1000_pmt() 498 .pmt = dwmac1000_pmt,
|
| A D | dwmac4_core.c | 341 unsigned int pmt = 0; in dwmac4_pmt() local 346 pmt |= power_down | magic_pkt_en; in dwmac4_pmt() 350 pmt |= power_down | global_unicast | wake_up_frame_en; in dwmac4_pmt() 353 if (pmt) { in dwmac4_pmt() 359 writel(pmt, ioaddr + GMAC_PMT); in dwmac4_pmt() 949 .pmt = dwmac4_pmt, 983 .pmt = dwmac4_pmt, 1019 .pmt = dwmac4_pmt,
|
| A D | stmmac_platform.c | 552 plat->pmt = 1; in stmmac_probe_config_dt() 560 plat->pmt = 1; in stmmac_probe_config_dt() 566 plat->pmt = 1; in stmmac_probe_config_dt() 580 plat->pmt = 1; in stmmac_probe_config_dt() 957 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_suspend() 978 if (!device_may_wakeup(priv->device) || !priv->plat->pmt) { in stmmac_pltfr_noirq_resume()
|
| A D | dwmac-s32.c | 150 plat->pmt = 1; in s32_dwmac_probe()
|
| A D | dwmac100_core.c | 165 .pmt = dwmac100_pmt,
|
| A D | stmmac_pci.c | 81 plat->pmt = 1; in snps_gmac5_default_data()
|
| A D | dwmac-dwc-qos-eth.c | 115 plat_dat->pmt = 1; in dwc_eth_dwmac_config_dt()
|
| A D | common.h | 605 unsigned int pmt; member
|
| A D | dwmac-tegra.c | 313 plat->pmt = 1; in tegra_mgbe_probe()
|
| A D | hwif.h | 361 void (*pmt)(struct mac_device_info *hw, unsigned long mode); member 453 stmmac_do_void_callback(__priv, mac, pmt, __args)
|
| A D | stmmac_ethtool.c | 790 if (!priv->plat->pmt) in stmmac_get_wol() 811 if (!priv->plat->pmt) { in stmmac_set_wol()
|
| A D | stmmac_main.c | 1254 if (!priv->plat->pmt) { in stmmac_init_phy() 7241 priv->plat->pmt = priv->dma_cap.pmt_remote_wake_up && in stmmac_hw_init() 7243 priv->hw->pmt = priv->plat->pmt; in stmmac_hw_init() 7278 if (priv->plat->pmt) { in stmmac_hw_init() 7861 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_suspend() 7872 if (device_may_wakeup(priv->device) && !priv->plat->pmt) in stmmac_suspend() 7876 device_may_wakeup(priv->device) && priv->plat->pmt); in stmmac_suspend() 7943 if (device_may_wakeup(priv->device) && priv->plat->pmt) { in stmmac_resume() 7996 if (device_may_wakeup(priv->device) && !priv->plat->pmt) in stmmac_resume()
|
| A D | dwxgmac2_core.c | 1442 .pmt = dwxgmac2_pmt, 1496 .pmt = dwxgmac2_pmt,
|
| /drivers/platform/x86/intel/ |
| A D | Makefile | 12 obj-$(CONFIG_INTEL_PMT_CLASS) += pmt/
|
| /drivers/gpu/drm/xe/ |
| A D | xe_vsec.c | 159 guard(mutex)(&xe->pmt.lock); in xe_pmt_telem_read()
|
| A D | xe_device_types.h | 561 } pmt; member
|
| /drivers/net/ethernet/samsung/sxgbe/ |
| A D | sxgbe_core.c | 261 .pmt = sxgbe_core_pmt,
|
| A D | sxgbe_common.h | 330 void (*pmt)(void __iomem *ioaddr, unsigned long mode); member
|
| /drivers/net/ethernet/calxeda/ |
| 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()
|