Home
last modified time | relevance | path

Searched full:infra (Results 1 – 25 of 116) sorted by relevance

12345

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0007-plat-corstone1000-Initialize-capsule-update-provider.patch14 .../se-proxy/infra/service_proxy_factory.h | 1 +
49 diff --git a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c b/deployments/se-proxy…
51 --- a/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c
52 +++ b/deployments/se-proxy/infra/corstone1000/service_proxy_factory.c
92 diff --git a/deployments/se-proxy/infra/service_proxy_factory.h b/deployments/se-proxy/infra/servic…
94 --- a/deployments/se-proxy/infra/service_proxy_factory.h
95 +++ b/deployments/se-proxy/infra/service_proxy_factory.h
H A D0001-Add-stub-capsule-update-service-components.patch21 .../se-proxy/infra/corstone1000/infra.cmake | 1 +
282 diff --git a/deployments/se-proxy/infra/corstone1000/infra.cmake b/deployments/se-proxy/infra/corst…
284 --- a/deployments/se-proxy/infra/corstone1000/infra.cmake
285 +++ b/deployments/se-proxy/infra/corstone1000/infra.cmake
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/infra/
H A Dactions.json6 "infra",
29 "infra",
52 "infra",
75 "infra",
98 "infra",
121 "infra",
144 "infra",
167 "infra",
190 "infra",
213 "infra",
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/
H A Dmelexis,mlx90632.yaml7 title: Melexis MLX90632 contactless Infra Red temperature sensor
15 There are various applications for the Infra Red contactless temperature
27 Since measured object emissivity effects Infra Red energy emitted,
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Dmediatek,iommu.yaml83 - mediatek,mt8188-iommu-infra # generation two
87 - mediatek,mt8195-iommu-infra # generation two
206 - mediatek,mt8188-iommu-infra
207 - mediatek,mt8195-iommu-infra
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h163 Caller Mode: Infra, Ad-HoC
172 Caller Mode: Infra, Ad-Hoc
184 Caller Mode: Infra, Ad-HoC(C)
207 Caller Mode: AP, Ad-HoC, Infra
230 Caller Mode: AP, Ad-HoC, Infra
263 Caller Mode: Infra
404 Infra: STA can use the info when sitesurveying
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfp.c410 * both Ad-Hoc and infra mode by printing the band and returning the
422 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
430 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
442 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
450 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
461 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
468 mwifiex_dbg(adapter, INFO, "info: infra band=%d\t" in mwifiex_get_supported_rates()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmt8192-afe-pcm.yaml46 - description: audio infra sys clock
47 - description: audio infra 26M clock
H A Dmt8186-afe-pcm.yaml42 - description: audio infra sys clock
43 - description: audio infra 26M clock
H A Dmt8195-afe-pcm.yaml60 - description: audio infra 26M clock
61 - description: infra bus clock
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_cmd.h104 * Caller Mode: Infra, Ad-HoC(C)
113 * Caller Mode: Infra, Ad-HoC(C)
122 * Caller Mode: AP, Ad-HoC, Infra
141 * Caller Mode: AP, Ad-HoC, Infra
164 * Caller Mode: Infra
342 * Infra: STA can use the info when sitesurveying
/openbmc/linux/include/soc/mediatek/
H A Dsmi.h16 IOMMU_ATF_CMD_CONFIG_INFRA_IOMMU, /* For infra master to enable iommu */
/openbmc/linux/include/dt-bindings/reset/
H A Dmt8192-resets.h34 /* INFRA resets */
H A Dmt8186-resets.h37 /* INFRA resets */
H A Dmt8188-resets.h36 /* INFRA resets */
H A Dmt8195-resets.h30 /* INFRA resets */
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_path.c91 regmap_update_bits(eth->infra, INFRA_MISC2, GEPHY_MAC_SEL, val); in set_mux_gmac2_gmac0_to_gephy()
122 regmap_update_bits(eth->infra, reg, mask, val); in set_mux_u3_gmac2_to_qphy()
/openbmc/linux/arch/mips/pic32/pic32mzda/
H A Dtime.c18 { .compatible = "microchip,pic32mzda-infra", },
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-btcvsd.c114 struct regmap *infra; member
195 regmap_update_bits(bt->infra, bt->infra_misc_offset, in mtk_btcvsd_snd_irq_enable()
201 regmap_update_bits(bt->infra, bt->infra_misc_offset, in mtk_btcvsd_snd_irq_disable()
1335 btcvsd->infra = syscon_regmap_lookup_by_phandle(dev->of_node, in mtk_btcvsd_snd_probe()
1337 if (IS_ERR(btcvsd->infra)) { in mtk_btcvsd_snd_probe()
1338 dev_err(dev, "cannot find infra controller: %ld\n", in mtk_btcvsd_snd_probe()
1339 PTR_ERR(btcvsd->infra)); in mtk_btcvsd_snd_probe()
1340 ret = PTR_ERR(btcvsd->infra); in mtk_btcvsd_snd_probe()
/openbmc/linux/Documentation/devicetree/bindings/soc/mediatek/
H A Ddevapc.yaml60 clock-names = "devapc-infra-clock";
/openbmc/openbmc/poky/meta/recipes-devtools/rust/
H A Drust-source.inc18 UPSTREAM_CHECK_URI = "https://forge.rust-lang.org/infra/other-installation-methods.html"
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mt6765.c560 /* INFRA PERI */
561 /* INFRA mode 0 */
581 /* INFRA mode 1 */
595 /* INFRA mode 2 */
615 /* INFRA mode 3 */
H A Dreset.h14 /* Infra global controller reset set register */
/openbmc/u-boot/test/py/
H A Du_boot_console_exec_attach.py16 to/from the physical hardware. This approach isolates the test infra-
/openbmc/u-boot/drivers/video/
H A Dhitachi_tx18d42vm_lcd.c14 * Very simple write only SPI support, this does not use the generic SPI infra

12345