Home
last modified time | relevance | path

Searched full:dtb (Results 1 – 25 of 43) sorted by relevance

12

/drivers/of/unittest-data/
DMakefile55 # The overlays are applied on top of static_base_1.dtb and static_base_2.dtb to
56 # create static_test_1.dtb and static_test_2.dtb. If fdtoverlay detects an
57 # error than the kernel build will fail. static_test_1.dtb and
58 # static_test_2.dtb are not consumed by unittest.
97 static_test_1-dtbs := static_base_1.dtb $(apply_static_overlay_1)
98 static_test_2-dtbs := static_base_2.dtb $(apply_static_overlay_2)
100 dtb-$(CONFIG_OF_OVERLAY) += static_test_1.dtb static_test_2.dtb
/drivers/gpu/drm/ci/
Dbuild.sh18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
19 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dtb"
20 DEVICE_TREES+=" arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dtb"
21 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dtb"
22 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8016-sbc.dtb"
23 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8096-db820c.dtb"
24 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dtb"
25 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb"
26 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb"
27 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dtb"
[all …]
Dtest.yml93 DTB: sc7180-trogdor-lazor-limozeen-nots-r5
105 BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/apq8016-sbc.dtb
125 BM_DTB: https://${PIPELINE_ARTIFACTS_BASE}/arm64/apq8096-db820c.dtb
151 DTB: ${DEVICE_TYPE}
165 DTB: ${DEVICE_TYPE}
177 DTB: ""
250 DTB: ""
269 DTB: ${DEVICE_TYPE}
310 DTB: ${DEVICE_TYPE}
Dlava-submit.sh47 --dtb-filename "${DTB}" \
/drivers/virt/gunyah/
Dvm_mgr.c674 ghvm->dtb.parcel_start = ghvm->dtb.config.guest_phys_addr >> PAGE_SHIFT; in gunyah_vm_start()
675 ghvm->dtb.parcel_pages = ghvm->dtb.config.size >> PAGE_SHIFT; in gunyah_vm_start()
676 ret = gunyah_gup_share_parcel(ghvm, &ghvm->dtb.parcel, in gunyah_vm_start()
677 &ghvm->dtb.parcel_start, in gunyah_vm_start()
678 &ghvm->dtb.parcel_pages); in gunyah_vm_start()
681 "Failed to allocate parcel for DTB: %d\n", ret); in gunyah_vm_start()
698 ghvm->dtb.parcel.mem_handle, 0, 0, in gunyah_vm_start()
699 ghvm->dtb.config.guest_phys_addr - in gunyah_vm_start()
700 (ghvm->dtb.parcel_start in gunyah_vm_start()
702 ghvm->dtb.config.size); in gunyah_vm_start()
[all …]
Dvm_mgr.h95 * @dtb: For tracking dtb configuration when launching the VM
96 * @dtb.config: Location of the DTB in the guest memory
97 * @dtb.parcel_start: Guest frame number where the memory parcel that we lent to
98 * VM (DTB could start in middle of folio; we lend entire
100 * @dtb.parcel_pages: Number of pages lent for the memory parcel
101 * @dtb.parcel: Data for resource manager to lend the parcel
139 } dtb; member
/drivers/firmware/efi/libstub/
Dfdt.c246 * 'dtb=' unless UEFI Secure Boot is disabled. We assume that secure in allocate_new_fdt_and_exit_boot()
251 if (strstr(cmdline_ptr, "dtb=")) in allocate_new_fdt_and_exit_boot()
252 efi_err("Ignoring DTB from command line.\n"); in allocate_new_fdt_and_exit_boot()
263 efi_info("Using DTB from command line\n"); in allocate_new_fdt_and_exit_boot()
268 efi_info("Using DTB from configuration table\n"); in allocate_new_fdt_and_exit_boot()
272 efi_info("Generating empty DTB\n"); in allocate_new_fdt_and_exit_boot()
Defistub.h1020 return handle_cmdline_files(image, L"dtb=", sizeof(L"dtb=") - 2, in efi_load_dtb()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
Ddcn316_smu.c85 … 0x15 ///< Inform PMFW to turn on/off DTB clock arg = 1, turn DTB clock on 600MHz/ arg = 0…
312 /* Arg = 1: Turn DTB on; 0: Turn DTB CLK OFF. when it is on, it is 600MHZ */
/drivers/macintosh/
Dmacio-adb.c55 #define DTB 2 /* data to bus */ macro
228 out_8(&adb->ctrl.r, DTB + CRE); in macio_adb_interrupt()
230 out_8(&adb->ctrl.r, DTB); in macio_adb_interrupt()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/
Ddcn31_smu.c354 /* Arg = 1: Turn DTB on; 0: Turn DTB CLK OFF. when it is on, it is 600MHZ */
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/
Ddcn314_smu.c394 /* Arg = 1: Turn DTB on; 0: Turn DTB CLK OFF. when it is on, it is 600MHZ */
/drivers/firmware/efi/
DKconfig95 bool "Enable the DTB loader"
99 Select this config option to add support for the dtb= command
/drivers/remoteproc/
Dqcom_q6v5_pas.c283 "failed to authenticate dtb image and release reset\n"); in adsp_start()
382 dev_err(adsp->dev, "failed to shutdown dtb: %d\n", ret); in adsp_stop()
568 dev_err(adsp->dev, "no dtb memory-region specified\n"); in adsp_alloc_memory_region()
575 dev_err(adsp->dev, "unable to resolve dtb memory-region\n"); in adsp_alloc_memory_region()
583 dev_err(adsp->dev, "unable to map dtb memory region: %pa+%zx\n", in adsp_alloc_memory_region()
/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn315/
Ddcn315_smu.c88 #define VBIOSSMC_MSG_GetDtbclkFreq 0x09 ///< Get display dtb clock frequency in MHZ …
89 #define VBIOSSMC_MSG_SetDtbClk 0x0A ///< Set dtb clock frequency, return frequem…
/drivers/staging/pi433/Documentation/devicetree/
Dpi433.txt55 'linux/scripts/dtc/dtc -@ -I dts -O dtb -o pi433.dtbo pi433-overlay.dtso'
/drivers/mfd/
Dbcm2835-pm.c56 /* If no 'reg-names' property is found we can assume we're using old DTB. */ in bcm2835_pm_get_pdata()
/drivers/mtd/maps/
Dphysmap-bt1-rom.c117 /* Sanity check the device parameters retrieved from DTB. */ in of_flash_probe_bt1_rom()
/drivers/cpufreq/
Dimx6q-cpufreq.c451 /* use fixed soc opp volt if no valid soc opp info found in dtb */ in imx6q_cpufreq_probe()
453 …dev_warn(cpu_dev, "can NOT find valid fsl,soc-operating-points property in dtb, use default value!… in imx6q_cpufreq_probe()
/drivers/clocksource/
Dtimer-ti-dm-systimer.c646 pr_warn("Incomplete dtb for percpu dmtimer %pOF\n", np->parent); in dmtimer_percpu_timer_init()
821 pr_err("%s: unable to detect system timers, update dtb?\n", in dmtimer_systimer_init()
/drivers/watchdog/
Darmada_37xx_wdt.c294 /* default value, possibly override by module parameter or dtb */ in armada_37xx_wdt_probe()
/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-tpo-td028ttec1.c445 /* keep to not break older DTB */
/drivers/mmc/host/
Dsdhci-pxav3.c145 …, "conf-sdio3 register not found: disabling SDR50 and DDR50 modes.\nConsider updating your dtb\n"); in armada_38x_quirks()
/drivers/edac/
Dcpc925_edac.c283 /* Get total memory size from Open Firmware DTB */
769 * nodes in the Open Firmware DTB and we have to add platform
/drivers/bus/
Dmips_cdmm.c343 * dtb. Note that this won't work for early serial console.

12