/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
D | mp2975.c | 157 return max_t(int, DIV_ROUND_CLOSEST(ret, data->info.phases[page]), in mp2975_read_phase() 354 for (i = 0 ; i < info->phases[0]; i++) in mp2975_set_phase_rail1() 383 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 393 if (info->phases[0] > MP2975_MAX_PHASE_RAIL1) in mp2975_identify_multiphase() 397 num_phases2 = min(MP2975_MAX_PHASE_RAIL1 - info->phases[0], in mp2975_identify_multiphase() 399 if (info->phases[1] && info->phases[1] <= num_phases2) in mp2975_identify_multiphase() 449 if (info->phases[1]) in mp2975_identify_rails_vid() 705 data->info.phases[1] = ret; in mp2975_probe()
|
D | tps53679.c | 80 info->phases[0] = (ret & 0x07) + 1; in tps53679_identify_phases() 216 info->phases[0] = 6; in tps53679_probe()
|
D | max16601.c | 219 .phases[0] = 8,
|
D | pmbus.h | 414 u8 phases[PMBUS_PAGES]; /* Number of phases per page */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | hwmgr_ppt.h | 41 uint8_t phases; member 68 uint8_t phases; member
|
D | smu_helper.c | 705 dep_table->entries[i].phases = allowed_dep_table->entries[i].phases; in smu_get_voltage_dependency_table_ppt_v1()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_pm.c | 45 struct list_head *phases[] = { in i915_gem_suspend_late() local 75 for (phase = phases; *phase; phase++) { in i915_gem_suspend_late()
|
D | i915_gem_shrinker.c | 104 } phases[] = { in i915_gem_shrink() local 162 for (phase = phases; phase->list; phase++) { in i915_gem_shrink()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 | 1470 phases = self.sortedPhases() 1471 tgtdev = self.sourceDevice(phases, start, end, pid, 'device') 1478 tgtdev = self.sourceDevice(phases, start, end, pid, 'thread') 1672 phases = self.dmesg.keys() 1674 count = len(phases) if order < 0 else order 1676 while phase in phases: 1726 def phaseOverlap(self, phases): argument 1730 for phase in phases: 1743 phases = self.sortedPhases() 1748 for phase in phases: [all …]
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | pmbus-core.rst | 169 support multiple phases, the phase parameter can be ignored. If the chip 170 supports multiple phases, a phase value of 0xff indicates all phases. 210 If the chip does not support multiple phases, the phase parameter is 211 ignored. Otherwise, a phase value of 0xff selects all phases. 220 not support multiple phases, the phase parameter is ignored. Otherwise, a phase 221 value of 0xff selects all phases.
|
D | mp2975.rst | 60 - 'k' is number of configured phases (from 1 to 8); 63 - indexes 2*n+1 ... 2*n + k for phases.
|
D | tps53679.rst | 56 output channels and up to 8 phases per channel.
|
/kernel/linux/linux-5.10/Documentation/driver-api/pm/ |
D | devices.rst | 134 they are called in phases for every device, respecting the parent-child 269 Suspending or resuming the system is done in several phases. Different phases 274 callbacks. The various phases always run after tasks have been frozen and 275 before they are unfrozen. Furthermore, the ``*_noirq`` phases run at a time 279 All phases use PM domain, bus, type, class or driver callbacks (that is, methods 316 the phases are: ``prepare``, ``suspend``, ``suspend_late``, ``suspend_noirq``. 323 suspend-related phases, during the ``prepare`` phase the device 342 ``suspend_noirq`` phases as well as all of the corresponding phases of 389 "quiesce device" and "save device state" phases, in which cases 406 At the end of these phases, drivers should have stopped all I/O transactions [all …]
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | pci.rst | 431 management callbacks for this purpose. They are executed in phases such that 433 belonging to the given subsystem before the next phase begins. These phases 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 …]
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
D | vfio_pci_config.c | 1229 int ret, evcc, phases, vc_arb; in vfio_vc_cap_len() local 1242 phases = 128; in vfio_vc_cap_len() 1244 phases = 64; in vfio_vc_cap_len() 1246 phases = 32; in vfio_vc_cap_len() 1248 phases = 0; in vfio_vc_cap_len() 1250 vc_arb = phases * 4; in vfio_vc_cap_len()
|
/kernel/linux/linux-5.10/Documentation/crypto/ |
D | intro.rst | 57 following phases that are reflected in the API calls applicable to such
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | NCR5380.c | 329 } phases[] = { variable 356 for (i = 0; (phases[i].value != PHASE_UNKNOWN) && in NCR5380_print_phase() 357 (phases[i].value != (status & PHASE_MASK)); ++i) in NCR5380_print_phase() 359 shost_printk(KERN_DEBUG, instance, "phase %s\n", phases[i].name); in NCR5380_print_phase()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
D | selftest_timeline.c | 117 } phases[] = { in mock_hwsp_freelist() local 147 for (p = phases; p->name; p++) { in mock_hwsp_freelist()
|
D | selftest_hangcheck.c | 990 } phases[] = { in igt_reset_engines() local 1006 typeof(*phases) *p; in igt_reset_engines() 1009 for (p = phases; p->name; p++) { in igt_reset_engines()
|
/kernel/linux/linux-5.10/Documentation/driver-api/driver-model/ |
D | overview.rst | 69 The above abstraction prevents unnecessary pain during transitional phases.
|
/kernel/linux/linux-5.10/Documentation/admin-guide/pm/ |
D | suspend-flows.rst | 79 Devices are suspended in four phases called *prepare*, *suspend*, 139 Devices are resumed in four phases called *noirq resume*, *early resume*,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
D | i915_vma.c | 706 } phases[] = { in igt_vma_partial() local 723 for (p = phases; p->name; p++) { /* exercise both create/lookup */ in igt_vma_partial()
|