| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/ |
| H A D | i915_gem_stolen.c | 71 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 D | rv1106-evb-v10.dtsi | 26 dsm_sound: dsm-sound { 31 simple-audio-card,name = "rockchip,dsm-sound"; 38 sound-dai = <&dsm>; 77 &dsm {
|
| H A D | armada-370-synology-ds213j.dts | 11 * 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 D | armada-xp-synology-ds414.dts | 11 * 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 D | sysfs-ata | 129 (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 D | dsmg600-setup.c | 3 * 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 D | Kconfig | 131 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 D | nouveau_acpi.c | 283 /* 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 D | rk3562-iotest-lp3-v10-linux.dts | 45 dsm_sound: dsm-sound { 50 simple-audio-card,name = "rockchip,dsm-sound"; 57 sound-dai = <&dsm>;
|
| H A D | rk3588-evb5-lp4.dtsi | 12 dsm_sound: dsm-sound { 16 simple-audio-card,name = "rockchip,dsm-sound";
|
| H A D | rk3562-iotest-lp3-v10-dsm.dts | 9 &dsm {
|
| H A D | rk3562-iotest-lp3-v10.dts | 102 dsm_sound: dsm-sound { 107 simple-audio-card,name = "rockchip,dsm-sound"; 114 sound-dai = <&dsm>;
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_adxl.c | 3 * 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 D | selftest_reset.c | 22 const struct resource *dsm = >->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 D | intel_rc6.c | 282 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 D | acpi.c | 118 * 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 D | mutter_42.0.bb | 59 PACKAGECONFIG[sm] = "-Dsm=true, -Dsm=false, libsm"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
| H A D | base.c | 109 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 D | max98390.c | 661 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 D | i915_gem.c | 45 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 D | adxl.h | 3 * Address translation interface via ACPI DSM.
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-samsung-dcphy.h | 35 long dsm; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | armada-xp-synology-ds414.dts | 15 * 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 D | fw.c | 1148 "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 D | clk-regmap-pll.c | 192 * 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()
|