Home
last modified time | relevance | path

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

12345

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
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 …]
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem_stolen.c84 struct resource *dsm) in i915_adjust_stolen() argument
89 if (dsm->start == 0 || dsm->end <= dsm->start) in i915_adjust_stolen()
100 struct resource stolen[2] = {*dsm, *dsm}; in i915_adjust_stolen()
122 *dsm = stolen[0]; in i915_adjust_stolen()
124 *dsm = stolen[1]; in i915_adjust_stolen()
129 DRM_DEBUG_DRIVER("Stolen memory adjusted to %pR\n", dsm); in i915_adjust_stolen()
139 r = devm_request_mem_region(dev_priv->drm.dev, dsm->start, in i915_adjust_stolen()
140 resource_size(dsm), in i915_adjust_stolen()
152 r = devm_request_mem_region(dev_priv->drm.dev, dsm->start + 1, in i915_adjust_stolen()
153 resource_size(dsm) - 2, in i915_adjust_stolen()
[all …]
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-ata128 (RO) Shows the DSM TRIM mode currently used by the device. Valid
131 unsupported: Drive does not support DSM TRIM
133 unqueued: Drive supports unqueued DSM TRIM only
135 queued: Drive supports queued DSM TRIM
137 forced_unqueued: Drive's queued DSM support is known to
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-ata128 (RO) Shows the DSM TRIM mode currently used by the device. Valid
131 unsupported: Drive does not support DSM TRIM
133 unqueued: Drive supports unqueued DSM TRIM only
135 queued: Drive supports queued DSM TRIM
137 forced_unqueued: Drive's queued DSM support is known to
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/
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")
DKconfig131 prompt "D-Link DSM-G600 RevA"
135 DSM-G600 RevA device. For more information on this platform,
Ddsmg600-pci.c3 * DSM-G600 board-level PCI initialization
/kernel/linux/linux-4.19/arch/arm/mach-ixp4xx/
Ddsmg600-setup.c3 * DSM-G600 board-setup
41 /* DSM-G600 Timer Setting */
241 IRQF_TRIGGER_LOW, "DSM-G600 reset button", NULL) < 0) { in dsmg600_gpio_init()
248 * The power button on the D-Link DSM-G600 is on GPIO 15, but in dsmg600_gpio_init()
282 /* The UART is required on the DSM-G600 (Redboot cannot use the in dsmg600_init()
293 MACHINE_START(DSMG600, "D-Link DSM-G600 RevA")
DKconfig118 prompt "D-Link DSM-G600 RevA"
122 DSM-G600 RevA device. For more information on this platform,
/kernel/linux/linux-5.10/drivers/acpi/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
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()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
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()
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/
Dnouveau_acpi.c308 /* now do DSM detection */ in nouveau_dsm_detect()
323 /* find the optimus DSM or the old v1 DSM */ in nouveau_dsm_detect()
328 pr_info("VGA switcheroo: detected Optimus DSM method %s handle\n", in nouveau_dsm_detect()
331 pr_info("nouveau: detected PR support, will not use DSM\n"); in nouveau_dsm_detect()
340 pr_info("VGA switcheroo: detected DSM switching method %s handle\n", in nouveau_dsm_detect()
/kernel/linux/linux-4.19/arch/arm/mach-ks8695/
DKconfig13 bool "DSM-320 Wireless Media Player"
16 DSM-320 Wireless Media Player.
Dboard-dsm320.c4 * DSM-320 D-Link Wireless Media Player, board support.
122 MACHINE_START(DSM320, "D-Link DSM-320 Wireless Media Player")
/kernel/linux/linux-4.19/drivers/nvme/target/
Dio-cmd-bdev.c155 for (i = 0; i <= le32_to_cpu(req->cmd->dsm.nr); i++) { in nvmet_bdev_execute_discard()
182 switch (le32_to_cpu(req->cmd->dsm.attributes)) { in nvmet_bdev_execute_dsm()
237 req->data_len = (le32_to_cpu(cmd->dsm.nr) + 1) * in nvmet_bdev_parse_io_cmd()
Dio-cmd-file.c242 for (i = 0; i <= le32_to_cpu(req->cmd->dsm.nr); i++) { in nvmet_file_execute_discard()
269 switch (le32_to_cpu(req->cmd->dsm.attributes)) { in nvmet_file_dsm_work()
335 req->data_len = (le32_to_cpu(cmd->dsm.nr) + 1) * in nvmet_file_parse_io_cmd()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
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()
/kernel/linux/linux-5.10/include/linux/
Dadxl.h3 * Address translation interface via ACPI DSM.
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
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 },
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
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 },
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/
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()
/kernel/linux/linux-5.10/sound/soc/codecs/
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()
/kernel/linux/linux-4.19/arch/arm/boot/dts/
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
/kernel/linux/linux-5.10/arch/arm/boot/dts/
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

12345