Searched full:mpe (Results 1 – 25 of 30) sorted by relevance
12
/Linux-v5.15/drivers/media/common/siano/ |
D | smscoreapi.h | 721 u32 num_of_rows; /* Number of rows in MPE table, 723 u32 num_of_padd_cols; /* Number of padding columns in MPE table, 725 u32 num_of_punct_cols; /* Number of puncturing columns in MPE table, 730 u32 num_of_valid_mpe_tlbs; /* Number of MPE tables which do not include 731 errors after MPE RS decoding */ 732 u32 num_of_invalid_mpe_tlbs;/* Number of MPE tables which include errors 733 after MPE RS decoding */ 734 u32 num_of_corrected_mpe_tlbs;/* Number of MPE tables which were 735 corrected by MPE RS decoding */ 750 Time Slicing indicator, bit 0 - MPE-FEC indicator */ [all …]
|
/Linux-v5.15/drivers/thermal/st/ |
D | st_thermal_memmap.c | 25 * According to the STIH416 MPE temp sensor data sheet - 145 /* Compatible device data stih416 mpe thermal sensor */ 164 { .compatible = "st,stih416-mpe-thermal", .data = &st_416mpe_cdata },
|
D | st_thermal_syscfg.c | 112 /* Compatible device data for stih415 mpe thermal sensor */ 144 { .compatible = "st,stih415-mpe-thermal", .data = &st_415mpe_cdata },
|
/Linux-v5.15/Documentation/devicetree/bindings/display/tegra/ |
D | nvidia,tegra20-host1x.txt | 30 - mpe: video encoder 33 - compatible: "nvidia,tegra<chip>-mpe" 41 - mpe 44 - interconnects: Must contain entry for the MPE memory clients. 417 mpe { 418 compatible = "nvidia,tegra20-mpe"; 423 reset-names = "mpe";
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | net-add-if.rst | 35 contains a TCP/IP traffic, the type of encapsulation to be used (MPE or
|
D | net.rst | 15 - `Multi Protocol Encapsulation (MPE) <http://en.wikipedia.org/wiki/Multiprotocol_Encapsulation>`__
|
/Linux-v5.15/include/uapi/linux/dvb/ |
D | net.h | 42 * - %DVB_NET_FEEDTYPE_MPE for MPE encoding
|
/Linux-v5.15/arch/parisc/include/asm/ |
D | pdc.h | 99 case OS_ID_MPEXL: return "MPE-iX"; in os_id_to_string()
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | tegra20.dtsi | 51 mpe@54040000 { 52 compatible = "nvidia,tegra20-mpe"; 57 reset-names = "mpe";
|
D | tegra30.dtsi | 133 mpe@54040000 { 134 compatible = "nvidia,tegra30-mpe"; 139 reset-names = "mpe";
|
/Linux-v5.15/Documentation/admin-guide/media/ |
D | faq.rst | 191 the MPE standard (EN 301 192, http://www.etsi.org/). You can
|
/Linux-v5.15/drivers/media/usb/as102/ |
D | as10x_cmd.h | 185 /* stream type (MPE, PSI/SI or PES )*/
|
/Linux-v5.15/drivers/media/dvb-core/ |
D | dvbdev.c | 321 * We should be creating entities for the MPE/ULE in dvb_create_media_entity() 324 * However, the number of for the MPE/ULE decaps may not be in dvb_create_media_entity()
|
D | dvb_net.c | 902 pr_warn("%s: IP/MPE packet length = %d too small.\n", 937 * 12 byte MPE header; 4 byte checksum; + 2 byte alignment, 8 byte LLC/SNAP
|
/Linux-v5.15/Documentation/devicetree/bindings/arm/tegra/ |
D | nvidia,tegra20-pmc.yaml | 194 mpe MPEG Encode All
|
/Linux-v5.15/drivers/memory/tegra/ |
D | tegra30.c | 1146 { .name = "mpe", .swgroup = TEGRA_SWGROUP_MPE, .reg = 0x264 }, 1210 TEGRA30_MC_RESET(MPE, 0x200, 0x204, 11),
|
D | tegra114.c | 1096 TEGRA114_MC_RESET(MPE, 0x200, 0x204, 11),
|
/Linux-v5.15/drivers/soc/tegra/ |
D | pmc.c | 2971 [TEGRA_POWERGATE_MPE] = "mpe", 3078 [TEGRA_POWERGATE_MPE] = "mpe", 3136 [TEGRA_POWERGATE_MPE] = "mpe", 3193 [TEGRA_POWERGATE_MPE] = "mpe", 3308 [TEGRA_POWERGATE_MPE] = "mpe",
|
/Linux-v5.15/arch/parisc/include/uapi/asm/ |
D | pdc.h | 339 #define OS_ID_MPEXL 2 /* MPE XL OS */
|
/Linux-v5.15/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 1342 PutByte(XIRCREG42_SWC1, value | 0x06); /* set MPE and PME */ in set_multicast_list() 1344 PutByte(XIRCREG42_SWC1, value | 0x02); /* set MPE */ in set_multicast_list()
|
/Linux-v5.15/drivers/clk/tegra/ |
D | clk-tegra-periph.c | 619 INT("mpe", mux_pllm_pllc_pllp_plla, CLK_SOURCE_MPE, 60, 0, tegra_clk_mpe),
|
D | clk-tegra20.c | 486 { .dev_id = "mpe", .dt_id = TEGRA20_CLK_MPE },
|
D | clk-tegra30.c | 648 { .dev_id = "mpe", .dt_id = TEGRA30_CLK_MPE },
|
/Linux-v5.15/drivers/net/ethernet/cadence/ |
D | macb_main.c | 929 macb_writel(bp, NCR, MACB_BIT(MPE)); in macb_mii_init() 5011 macb_writel(bp, NCR, MACB_BIT(MPE)); in macb_resume()
|
/Linux-v5.15/drivers/net/ethernet/intel/e1000/ |
D | e1000_main.c | 1828 /* UPE and MPE will be handled by normal PROMISC logic in e1000_setup_rctl()
|
12