Home
last modified time | relevance | path

Searched full:phases (Results 1 – 25 of 265) sorted by relevance

1234567891011

/kernel/linux/linux-4.19/Documentation/driver-api/pm/
Ddevices.rst136 they are called in phases for every device, respecting the parent-child
268 System Power Management Phases
271 Suspending or resuming the system is done in several phases. Different phases
276 callbacks. The various phases always run after tasks have been frozen and
277 before they are unfrozen. Furthermore, the ``*_noirq`` phases run at a time
281 All phases use PM domain, bus, type, class or driver callbacks (that is, methods
318 the phases are: ``prepare``, ``suspend``, ``suspend_late``, ``suspend_noirq``.
325 suspend-related phases, during the ``prepare`` phase the device
344 ``suspend_noirq`` phases as well as all of the corresponding phases of
387 "quiesce device" and "save device state" phases, in which cases
[all …]
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
Dtps53679.c35 #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()
Dmp2975.c151 * 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 …]
Ducd9200.c147 * 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()
Dpmbus.h378 #define PMBUS_PHASES 8 /* Maximum number of phases per page */
405 #define PMBUS_PHASE_VIRTUAL BIT(30) /* Phases on this page are virtual */
413 u8 phases[PMBUS_PAGES]; /* Number of phases per page */ member
/kernel/linux/linux-5.10/Documentation/driver-api/pm/
Ddevices.rst134 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-4.19/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
/kernel/linux/linux-5.10/Documentation/hwmon/
Dpmbus-core.rst169 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.
Dmp2975.rst60 - 'k' is number of configured phases (from 1 to 8);
63 - indexes 2*n+1 ... 2*n + k for phases.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.yaml75 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-4.19/drivers/mmc/host/
Ddw_mmc-rockchip.c67 /* Make sure we use phases which we can enumerate with */ in dw_mci_rk3288_set_ios()
190 * one since testing bad phases is slow. Skip in dw_mci_rk3288_execute_tuning()
204 dev_warn(host->dev, "All phases bad!"); in dw_mci_rk3288_execute_tuning()
217 dev_info(host->dev, "All phases work, using default phase %d.", in dw_mci_rk3288_execute_tuning()
274 if (of_property_read_u32(np, "rockchip,desired-num-phases", in dw_mci_rk3288_parse_dt()
/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc-rockchip.c63 /* 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()
/kernel/linux/linux-4.19/tools/power/pm-graph/
Dsleepgraph.py847 # phases {
848 # 10 sequential, non-overlapping phases of S/R
865 phases = [] # ordered list of phases variable in Data
891 self.phases = []
892 self.dmesg = { # fixed list of 10 phases
914 self.phases = self.sortedPhases()
916 for phase in self.phases:
959 for phase in self.phases:
976 for phase in self.phases:
1007 tgtdev = self.sourceDevice(self.phases, start, end, pid, 'device')
[all …]
Dbootgraph.py216 phases = ['kernel', 'user'] variable in Data
250 for p in data.phases:
274 for phase in self.phases:
377 for p in data.phases:
539 for p in data.phases:
550 for p in data.phases:
562 for phase in data.phases:
615 # draw a legend which describes the phases by color
619 for phase in data.phases:
666 for p in data.phases:
/kernel/linux/linux-4.19/drivers/gpu/drm/i915/
Di915_gem_evict.c130 struct list_head *phases[] = { in i915_gem_evict_something() local
174 phases[1] = NULL; in i915_gem_evict_something()
178 phase = phases; in i915_gem_evict_something()
392 struct list_head *phases[] = { in i915_gem_evict_vm() local
416 phase = phases; in i915_gem_evict_vm()
/kernel/linux/linux-5.10/Documentation/power/
Dpci.rst431 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-4.19/Documentation/power/
Dpci.txt422 callbacks for this purpose. They are executed in phases such that each phase
424 to the given subsystem before the next phase begins. These phases always run
430 be preserved, such as one of the ACPI sleep states S1-S3, the phases are:
434 The following PCI bus type's callbacks, respectively, are used in these phases:
498 S1-S3, into the working state (ACPI S0), the phases are:
503 phases:
550 to be free) in the following three phases:
561 The other two phases, however, are different.
579 back to the fully functional state and this is done in the following phases:
605 three phases:
[all …]
/kernel/linux/linux-4.19/drivers/hwmon/pmbus/
Ducd9200.c161 * specific commands will apply to all phases of a given page (rail). in ucd9200_probe()
163 * READ_IOUT will return the sum of currents of all phases of a rail, in ucd9200_probe()
165 * for the the phases of the rail. in ucd9200_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dhwmgr_ppt.h41 uint8_t phases; member
68 uint8_t phases; member
/kernel/linux/linux-4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dhwmgr_ppt.h41 uint8_t phases; member
68 uint8_t phases; member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/
Di915_gem_pm.c45 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/
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:
620 # draw a legend which describes the phases by color
624 for phase in data.phases:
671 for p in data.phases:
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
Dsc.h161 /* 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-4.19/drivers/media/platform/ti-vpe/
Dsc.h164 /* number of phases supported by the polyphase scalers */
184 * num phases x num sets(luma and chroma) x num taps(aligned) x coeff size
/kernel/linux/linux-5.10/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()

1234567891011