Home
last modified time | relevance | path

Searched refs:phases (Results 1 – 25 of 42) sorted by relevance

12

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr_ppt.h41 uint8_t phases; member
68 uint8_t phases; member
Dsmu_helper.c696 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/
Drockchip-dw-mshc.txt30 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/
Dpn544.c336 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/
Dbootgraph.py221 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:
Dsleepgraph.py1373 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/
Ddevices.rst142 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/
Di915_gem_pm.c182 struct list_head *phases[] = { in i915_gem_suspend_late() local
210 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
Di915_gem_shrinker.c154 } phases[] = { in i915_gem_shrink() local
211 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_config.c1192 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/
Dpci.rst431 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 …]
Dsuspend-and-interrupts.rst38 suspend-resume cycle, including the "noirq" phases of suspending and resuming
/Linux-v5.4/Documentation/crypto/
Dintro.rst57 following phases that are reflected in the API calls applicable to such
/Linux-v5.4/drivers/scsi/
DNCR5380.c313 } 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/
Dfas216.c249 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/
Dselftest_timeline.c111 } phases[] = { in mock_hwsp_freelist() local
140 for (p = phases; p->name; p++) { in mock_hwsp_freelist()
Dselftest_hangcheck.c1004 } 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/
Di915_gem_context.c1022 } *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/
Doverview.rst69 The above abstraction prevents unnecessary pain during transitional phases.
/Linux-v5.4/drivers/gpu/drm/i915/selftests/
Di915_vma.c703 } phases[] = { in igt_vma_partial() local
720 for (p = phases; p->name; p++) { /* exercise both create/lookup */ in igt_vma_partial()
Di915_gem_gtt.c370 } phases[] = { in fill_hole() local
386 for (p = phases; p->name; p++) { in fill_hole()
/Linux-v5.4/Documentation/admin-guide/mm/
Dmemory-hotplug.rst45 There are 2 phases in Memory Hotplug:
74 phases can be execute in seamless way.)
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Didle-states.txt46 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/
Daic7xxx.seq475 * 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/
Dsharedsubtree.txt896 The overall algorithm breaks the operation into 3 phases: (look at
900 2. commit phases.
901 3. abort phases.

12