/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
D | tps53679.c | 35 #define TPS53681_MFR_SPECIFIC_20 0xe4 /* Number of phases, per page */ 80 info->phases[0] = (ret & 0x07) + 1; in tps53679_identify_phases() 150 * For reading the total output current (READ_IOUT) for all phases, in tps53681_read_word_data() 152 * FFh to access all phases simultaneously. PHASE may also be set to in tps53681_read_word_data() 155 * current for all phases if the phase is set to 0xff. Instead, it in tps53681_read_word_data() 156 * appears to report the current of one of the phases. Override phase in tps53681_read_word_data() 216 info->phases[0] = 6; in tps53679_probe()
|
D | mp2975.c | 151 * calculated above and total rail current divided by number phases. in mp2975_read_phase() 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() 363 /* Set phases for rail 2 from upper to lower. */ in mp2975_set_phase_rail2() 383 info->phases[0] = ret & GENMASK(3, 0); in mp2975_identify_multiphase() 388 * Rail 1 can be set to 8 phases, while rail 2 can only be set to 4 in mp2975_identify_multiphase() 389 * phases at most. When rail 1’s phase count is configured as 0, rail 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() [all …]
|
D | ucd9200.c | 147 * specific commands will apply to all phases of a given page (rail). in ucd9200_probe() 149 * READ_IOUT will return the sum of currents of all phases of a rail, in ucd9200_probe() 151 * for the the phases of the rail. in ucd9200_probe()
|
D | pmbus.h | 379 #define PMBUS_PHASES 8 /* Maximum number of phases per page */ 406 #define PMBUS_PHASE_VIRTUAL BIT(30) /* Phases on this page are virtual */ 414 u8 phases[PMBUS_PAGES]; /* Number of phases per page */ member
|
/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 266 System Power Management Phases 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 [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/devicetree/bindings/mmc/ |
D | rockchip-dw-mshc.yaml | 75 to control the clock phases, "ciu-sample" is required for tuning 85 low speeds or in case where all phases work at tuning time. 88 rockchip,desired-num-phases:
|
/kernel/linux/linux-5.10/drivers/mmc/host/ |
D | dw_mmc-rockchip.c | 63 /* Make sure we use phases which we can enumerate with */ in dw_mci_rk3288_set_ios() 186 * one since testing bad phases is slow. Skip in dw_mci_rk3288_execute_tuning() 200 dev_warn(host->dev, "All phases bad!"); in dw_mci_rk3288_execute_tuning() 213 dev_info(host->dev, "All phases work, using default phase %d.", in dw_mci_rk3288_execute_tuning() 270 if (of_property_read_u32(np, "rockchip,desired-num-phases", in dw_mci_rk3288_parse_dt()
|
D | dw_mmc-k3.c | 340 * A clock cycle is divided into 32 phases, in dw_mci_get_best_clksmpl() 390 dev_err(host->dev, "All phases bad!\n"); in dw_mci_hi3660_execute_tuning()
|
/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/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | hwmgr_ppt.h | 41 uint8_t phases; member 68 uint8_t phases; member
|
/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()
|
/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: 620 # draw a legend which describes the phases by color 624 for phase in data.phases: 671 for p in data.phases:
|
D | sleepgraph.py | 1262 # phases { 1263 # 10 sequential, non-overlapping phases of S/R 1344 # called when phases are all finished being added 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 [all …]
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
D | sc.h | 161 /* number of phases supported by the polyphase scalers */ 181 * num phases x num sets(luma and chroma) x num taps(aligned) x coeff size
|
/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/include/scsi/ |
D | scsi_transport_spi.h | 40 unsigned int support_dt:1; /* allows DT phases */ 41 unsigned int support_dt_only; /* disallows ST phases */
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
D | kcs_bmc.h | 11 /* Different phases of the KCS BMC module.
|
/kernel/linux/linux-5.10/kernel/time/ |
D | tick-sched.h | 32 * it is resetted during irq handling phases.
|
/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/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 42 Phases of memory hotplug 45 There are 2 phases in Memory Hotplug: 74 phases can be execute in seamless way.)
|
/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/gvt/ |
D | edid.h | 97 /* From hw specs, Other phases like START, ADDRESS, INDEX
|