/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | hwmgr_ppt.h | 41 uint8_t phases; member 68 uint8_t phases; member
|
D | smu_helper.c | 696 dep_table->entries[i].phases = allowed_dep_table->entries[i].phases; in smu_get_voltage_dependency_table_ppt_v1()
|
/Linux-v5.4/Documentation/devicetree/bindings/mmc/ |
D | rockchip-dw-mshc.txt | 30 to control the clock phases, "ciu-sample" is required for tuning high- 34 probing, low speeds or in case where all phases work at tuning time. 37 * rockchip,desired-num-phases: The desired number of times that the host
|
/Linux-v5.4/drivers/nfc/pn544/ |
D | pn544.c | 336 u8 phases = 0; in pn544_hci_start_poll() local 367 phases |= 1; /* Type A */ in pn544_hci_start_poll() 369 phases |= (1 << 2); /* Type F 212 */ in pn544_hci_start_poll() 370 phases |= (1 << 3); /* Type F 424 */ in pn544_hci_start_poll() 373 phases |= (1 << 5); /* NFC active */ in pn544_hci_start_poll() 376 PN544_PL_RDPHASES, &phases, 1); in pn544_hci_start_poll()
|
/Linux-v5.4/tools/power/pm-graph/ |
D | bootgraph.py | 221 phases = ['kernel', 'user'] variable in Data 255 for p in data.phases: 279 for phase in self.phases: 382 for p in data.phases: 544 for p in data.phases: 555 for p in data.phases: 567 for phase in data.phases: 624 for phase in data.phases: 671 for p in data.phases:
|
D | sleepgraph.py | 1373 phases = self.sortedPhases() 1374 tgtdev = self.sourceDevice(phases, start, end, pid, 'device') 1381 tgtdev = self.sourceDevice(phases, start, end, pid, 'thread') 1560 phases = self.dmesg.keys() 1562 count = len(phases) if order < 0 else order 1564 while phase in phases: 1614 def phaseOverlap(self, phases): argument 1618 for phase in phases: 1631 phases = self.sortedPhases() 1636 for phase in phases: [all …]
|
/Linux-v5.4/Documentation/driver-api/pm/ |
D | devices.rst | 142 they are called in phases for every device, respecting the parent-child 277 Suspending or resuming the system is done in several phases. Different phases 282 callbacks. The various phases always run after tasks have been frozen and 283 before they are unfrozen. Furthermore, the ``*_noirq`` phases run at a time 287 All phases use PM domain, bus, type, class or driver callbacks (that is, methods 324 the phases are: ``prepare``, ``suspend``, ``suspend_late``, ``suspend_noirq``. 331 suspend-related phases, during the ``prepare`` phase the device 350 ``suspend_noirq`` phases as well as all of the corresponding phases of 393 "quiesce device" and "save device state" phases, in which cases 410 At the end of these phases, drivers should have stopped all I/O transactions [all …]
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/ |
D | i915_gem_pm.c | 182 struct list_head *phases[] = { in i915_gem_suspend_late() local 210 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
|
D | i915_gem_shrinker.c | 154 } phases[] = { in i915_gem_shrink() local 211 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
|
/Linux-v5.4/drivers/vfio/pci/ |
D | vfio_pci_config.c | 1192 int ret, evcc, phases, vc_arb; in vfio_vc_cap_len() local 1205 phases = 128; in vfio_vc_cap_len() 1207 phases = 64; in vfio_vc_cap_len() 1209 phases = 32; in vfio_vc_cap_len() 1211 phases = 0; in vfio_vc_cap_len() 1213 vc_arb = phases * 4; in vfio_vc_cap_len()
|
/Linux-v5.4/Documentation/power/ |
D | pci.rst | 431 callbacks for this purpose. They are executed in phases such that each phase 433 to the given subsystem before the next phase begins. These phases always run 440 be preserved, such as one of the ACPI sleep states S1-S3, the phases are: 444 The following PCI bus type's callbacks, respectively, are used in these phases:: 509 S1-S3, into the working state (ACPI S0), the phases are: 514 phases:: 562 to be free) in the following three phases: 573 The other two phases, however, are different. 591 back to the fully functional state and this is done in the following phases: 617 three phases: [all …]
|
D | suspend-and-interrupts.rst | 38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
|
/Linux-v5.4/Documentation/crypto/ |
D | intro.rst | 57 following phases that are reflected in the API calls applicable to such
|
/Linux-v5.4/drivers/scsi/ |
D | NCR5380.c | 313 } phases[] = { variable 340 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase() 341 (phases[i].value != (status & PHASE_MASK)); ++i) in NCR5380_print_phase() 343 shost_printk(KERN_DEBUG, instance, "phase %s\n", phases[i].name); in NCR5380_print_phase()
|
/Linux-v5.4/drivers/scsi/arm/ |
D | fas216.c | 249 static const char *phases[] = { in fas216_bus_phase() local 256 return phases[stat & STAT_BUSMASK]; in fas216_bus_phase() 261 static const char *phases[] = { in fas216_drv_phase() local 275 if (info->scsi.phase < ARRAY_SIZE(phases) && in fas216_drv_phase() 276 phases[info->scsi.phase]) in fas216_drv_phase() 277 return phases[info->scsi.phase]; in fas216_drv_phase()
|
/Linux-v5.4/drivers/gpu/drm/i915/gt/ |
D | selftest_timeline.c | 111 } phases[] = { in mock_hwsp_freelist() local 140 for (p = phases; p->name; p++) { in mock_hwsp_freelist()
|
D | selftest_hangcheck.c | 1004 } phases[] = { in igt_reset_engines() local 1020 typeof(*phases) *p; in igt_reset_engines() 1023 for (p = phases; p->name; p++) { in igt_reset_engines()
|
/Linux-v5.4/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_context.c | 1022 } *phase, phases[] = { in igt_ctx_sseu() local 1033 for (i = 0, phase = phases; ret == 0 && i < ARRAY_SIZE(phases); in igt_ctx_sseu()
|
/Linux-v5.4/Documentation/driver-api/driver-model/ |
D | overview.rst | 69 The above abstraction prevents unnecessary pain during transitional phases.
|
/Linux-v5.4/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 703 } phases[] = { in igt_vma_partial() local 720 for (p = phases; p->name; p++) { /* exercise both create/lookup */ in igt_vma_partial()
|
D | i915_gem_gtt.c | 370 } phases[] = { in fill_hole() local 386 for (p = phases; p->name; p++) { in fill_hole()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 45 There are 2 phases in Memory Hotplug: 74 phases can be execute in seamless way.)
|
/Linux-v5.4/Documentation/devicetree/bindings/arm/ |
D | idle-states.txt | 46 The following diagram depicts the CPU execution phases and related timing 59 Diagram 1: CPU idle state execution phases
|
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 475 * Now determine what phases the host wants us 599 * Data phases on the bus are from the 656 * Main loop for information transfer phases. Wait for the 921 * As a target, we control the phases, 1344 * For data-in phases, wait for any pending acks from the 1346 * send Ignore Wide Residue messages for data-in phases.
|
/Linux-v5.4/Documentation/filesystems/ |
D | sharedsubtree.txt | 896 The overall algorithm breaks the operation into 3 phases: (look at 900 2. commit phases. 901 3. abort phases.
|