Home
last modified time | relevance | path

Searched full:dsm (Results 1 – 25 of 105) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c71 struct resource *dsm) in i915_adjust_stolen() argument
77 if (dsm->start == 0 || dsm->end <= dsm->start) in i915_adjust_stolen()
88 struct resource stolen[2] = {*dsm, *dsm}; in i915_adjust_stolen()
110 *dsm = stolen[0]; in i915_adjust_stolen()
112 *dsm = stolen[1]; in i915_adjust_stolen()
120 dsm); in i915_adjust_stolen()
130 r = devm_request_mem_region(i915->drm.dev, dsm->start, in i915_adjust_stolen()
131 resource_size(dsm), in i915_adjust_stolen()
143 r = devm_request_mem_region(i915->drm.dev, dsm->start + 1, in i915_adjust_stolen()
144 resource_size(dsm) - 2, in i915_adjust_stolen()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drv1106-evb-v10.dtsi26 dsm_sound: dsm-sound {
31 simple-audio-card,name = "rockchip,dsm-sound";
38 sound-dai = <&dsm>;
77 &dsm {
H A Darmada-370-synology-ds213j.dts11 * DSM software provided by Synology. Nonetheless, some earlier boards
16 * by upgrading to latest version of DSM, or building a new one and
H A Darmada-xp-synology-ds414.dts11 * DSM software provided by Synology. Nonetheless, some earlier boards
16 * by upgrading to latest version of DSM, or building a new one and
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-ata129 (RO) Shows the DSM TRIM mode currently used by the device. Valid
132 unsupported: Drive does not support DSM TRIM
134 unqueued: Drive supports unqueued DSM TRIM only
136 queued: Drive supports queued DSM TRIM
138 forced_unqueued: Drive's queued DSM support is known to
/OK3568_Linux_fs/kernel/arch/arm/mach-ixp4xx/
H A Ddsmg600-setup.c3 * DSM-G600 board-setup
43 /* DSM-G600 Timer Setting */
243 IRQF_TRIGGER_LOW, "DSM-G600 reset button", NULL) < 0) { in dsmg600_gpio_init()
250 * The power button on the D-Link DSM-G600 is on GPIO 15, but in dsmg600_gpio_init()
281 /* The UART is required on the DSM-G600 (Redboot cannot use the in dsmg600_init()
292 MACHINE_START(DSMG600, "D-Link DSM-G600 RevA")
H A DKconfig131 prompt "D-Link DSM-G600 RevA"
135 DSM-G600 RevA device. For more information on this platform,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_acpi.c283 /* now do DSM detection */ in nouveau_dsm_detect()
298 /* find the optimus DSM or the old v1 DSM */ in nouveau_dsm_detect()
303 pr_info("VGA switcheroo: detected Optimus DSM method %s handle\n", in nouveau_dsm_detect()
306 pr_info("nouveau: detected PR support, will not use DSM\n"); in nouveau_dsm_detect()
315 pr_info("VGA switcheroo: detected DSM switching method %s handle\n", in nouveau_dsm_detect()
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3562-iotest-lp3-v10-linux.dts45 dsm_sound: dsm-sound {
50 simple-audio-card,name = "rockchip,dsm-sound";
57 sound-dai = <&dsm>;
H A Drk3588-evb5-lp4.dtsi12 dsm_sound: dsm-sound {
16 simple-audio-card,name = "rockchip,dsm-sound";
H A Drk3562-iotest-lp3-v10-dsm.dts9 &dsm {
H A Drk3562-iotest-lp3-v10.dts102 dsm_sound: dsm-sound {
107 simple-audio-card,name = "rockchip,dsm-sound";
114 sound-dai = <&dsm>;
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_adxl.c3 * Address translation interface via ACPI DSM.
46 pr_info("DSM call failed for cmd=%d\n", cmd); in adxl_dsm()
152 pr_info("No DSM method\n"); in adxl_init()
159 pr_info("DSM method does not support forward translate\n"); in adxl_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dselftest_reset.c22 const struct resource *dsm = &gt->i915->dsm; in __igt_reset_stolen() local
36 num_pages = resource_size(dsm) >> PAGE_SHIFT; in __igt_reset_stolen()
82 dma_addr_t dma = (dma_addr_t)dsm->start + (page << PAGE_SHIFT); in __igt_reset_stolen()
122 dma_addr_t dma = (dma_addr_t)dsm->start + (page << PAGE_SHIFT); in __igt_reset_stolen()
H A Dintel_rc6.c282 paddr = i915->dsm.end + 1 - pctx_size; in chv_rc6_init()
306 pcbr_offset = (pcbr & ~4095) - i915->dsm.start; in vlv_rc6_init()
334 i915->dsm.start, in vlv_rc6_init()
337 pctx_paddr = i915->dsm.start + pctx->stolen->start; in vlv_rc6_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c118 * method (DSM) interface. The returned acpi object must be freed by calling
130 "ACPI: DSM method invocation failed (rev: %d, func:%d)\n", in iwl_acpi_get_dsm_object()
138 * Evaluate a DSM with no arguments and a single u8 return value (inside a
152 "ACPI: DSM method did not return a valid object, type=%d\n", in iwl_acpi_get_dsm_u8()
160 "ACPI: DSM method returned invalid buffer, length=%d\n", in iwl_acpi_get_dsm_u8()
168 "ACPI: DSM method evaluated: func=%d, ret=%d\n", in iwl_acpi_get_dsm_u8()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/mutter/
H A Dmutter_42.0.bb59 PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dbase.c109 nvkm_debug(subdev, "DSM MXMS failed\n"); in mxm_shadow_dsm()
117 nvkm_debug(subdev, "DSM MXMS returned 0x%llx\n", in mxm_shadow_dsm()
204 { "DSM", mxm_shadow_dsm },
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dmax98390.c661 SOC_SINGLE_EXT("DSM Rdc", SND_SOC_NOPM, 0, 0xffffff, 0,
663 SOC_SINGLE_EXT("DSM Ambient Temp", SND_SOC_NOPM, 0, 0xffff, 0,
665 SOC_SINGLE_EXT("DSM Adaptive Rdc", SND_SOC_NOPM, 0, 0xffff, 0,
667 SOC_SINGLE_EXT("DSM Calibration", SND_SOC_NOPM, 0, 1, 0,
872 /* Update dsm bin param */ in max98390_probe()
875 /* Dsm Setting */ in max98390_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/selftests/
H A Di915_gem.c45 const resource_size_t size = resource_size(&i915->dsm); in trash_stolen()
54 const dma_addr_t dma = i915->dsm.start + page; in trash_stolen()
/OK3568_Linux_fs/kernel/include/linux/
H A Dadxl.h3 * Address translation interface via ACPI DSM.
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-samsung-dcphy.h35 long dsm; member
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Darmada-xp-synology-ds414.dts15 * DSM software provided by Synology. Nonetheless, some earlier boards
20 * by upgrading to latest version of DSM, or building a new one and
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c1148 "Failed to evaluate DSM function ENABLE_INDONESIA_5G2, ret=%d\n", in iwl_mvm_eval_dsm_indonesia_5g2()
1153 "DSM function ENABLE_INDONESIA_5G2 return invalid value, ret=%d\n", in iwl_mvm_eval_dsm_indonesia_5g2()
1158 "Evaluated DSM function ENABLE_INDONESIA_5G2: Enabling 5g2\n"); in iwl_mvm_eval_dsm_indonesia_5g2()
1172 "Failed to evaluate DSM function DISABLE_SRD, ret=%d\n", in iwl_mvm_eval_dsm_disable_srd()
1177 "DSM function DISABLE_SRD return invalid value, ret=%d\n", in iwl_mvm_eval_dsm_disable_srd()
1182 "Evaluated DSM function DISABLE_SRD: setting SRD to passive\n"); in iwl_mvm_eval_dsm_disable_srd()
1187 "Evaluated DSM function DISABLE_SRD: disabling SRD\n"); in iwl_mvm_eval_dsm_disable_srd()
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/
H A Dclk-regmap-pll.c192 * If DSMPD = 1 (DSM is disabled, "integer mode") in clk_pll_round_rate()
196 * If DSMPD = 0 (DSM is enabled, "fractional mode") in clk_pll_round_rate()

12345