Searched refs:transition (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c27 data->transition[AUTO_TRANSITION_TO_PERFORMANCE].time_constant);
29 data->transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].time_constant);
31 data->transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].time_constant);
33 data->transition[AUTO_TRANSITION_TO_QUIET].time_constant);
42 data->transition[AUTO_TRANSITION_TO_PERFORMANCE].power_delta);
44 data->transition[AUTO_TRANSITION_FROM_PERFORMANCE_TO_BALANCE].power_delta);
46 data->transition[AUTO_TRANSITION_FROM_QUIET_TO_BALANCE].power_delta);
48 data->transition[AUTO_TRANSITION_TO_QUIET].power_delta);
160 if ((config_store.transition[i].shifting_up && avg_power >=
161 config_store.transition[
[all...]
H A Dpmf.h394 struct auto_mode_trans_params transition[AUTO_TRANSITION_MAX]; member in struct:auto_mode_mode_config
/linux-master/kernel/livepatch/
H A DMakefile4 livepatch-objs := core.o patch.o shadow.o state.o transition.o
H A Dtransition.c3 * transition.c - Kernel Live Patching transition functions
15 #include "transition.h"
51 * "straggler" tasks which failed to transition in the first attempt.
87 * The transition to the target patch state is complete. Clean up the data
97 pr_debug("'%s': completing %s transition\n",
116 * func->transition gets cleared, the handler may choose a
124 func->transition = false;
160 * This is called in the error path, to cancel a transition before it has
162 * klp_start_transition() hasn't. If the transition *ha
[all...]
H A Dpatch.c21 #include "transition.h"
75 * func->transition reads. The corresponding write barrier is in
80 * this handler, its TIF_PATCH_PENDING read and this func->transition
86 if (unlikely(func->transition)) {
89 * Enforce the order of the func->transition and
H A Dcore.c27 #include "transition.h"
41 * Actively used patches: enabled or in transition. Note that replaced
347 * /sys/kernel/livepatch/<patch>/transition
377 * Allow to reverse a pending transition in both ways. It might be
378 * necessary to complete the transition without forcing and breaking
447 static struct kobj_attribute transition_kobj_attr = __ATTR_RO(transition);
775 func->transition = false;
983 * Enforce the order of the func->transition writes in
987 * this ensures the handler sees that func->transition is set.
1014 * Enforce the order of the func->transition write
[all...]
/linux-master/include/linux/
H A Dlivepatch.h39 * @transition: the func is currently being applied or reverted
41 * The patched and transition variables define the func's patching state. When
44 * patched=0 transition=0: unpatched
45 * patched=0 transition=1: unpatched, temporary starting state
46 * patched=1 transition=1: patched, may be visible to some tasks
47 * patched=1 transition=0: patched, visible to all tasks
51 * patched=1 transition=0: patched, visible to all tasks
52 * patched=1 transition=1: patched, may be visible to some tasks
53 * patched=0 transition=1: unpatched, temporary ending state
54 * patched=0 transition
77 bool transition; member in struct:klp_func
[all...]
/linux-master/drivers/thermal/
H A Dthermal_debugfs.c31 * The cooling device transition list is stored in a hash table where
47 * Every transition updates the current_state and the timestamp. The
73 * @id: identifier of the value which can be a state or a transition
321 * string for a transition would be "1024->1024\0"
397 * Computes a transition and the duration of the previous state residency.
408 int transition, old_state; local
436 transition = (old_state << 16) | new_state;
439 * Get the transition in the transitions list. If this one
441 * Increment the occurrence of this transition which is stored
446 transition);
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S105 str r5, [r4] @ Force transition to L1
200 str r8, [r10] @ Force transition to L1
H A Dsram243x.S105 str r5, [r4] @ Force transition to L1
200 str r8, [r10] @ Force transition to L1
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c102 /* initialize transition input */
127 static enum mod_hdcp_status transition(struct mod_hdcp *hdcp, function
546 /* execute and transition */
548 trans_status = transition(
/linux-master/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c1371 struct b43legacy_lopair transition; local
1409 transition.high = tmp_pair.high +
1411 transition.low = tmp_pair.low + transitions[j - 1].low;
1412 if ((abs(transition.low) < 9)
1413 && (abs(transition.high) < 9)) {
1414 b43legacy_lo_write(dev, &transition);
1423 transition.high;
1424 lowest_transition.low = transition.low;
/linux-master/security/tomoyo/
H A Ddomain.c112 * Domain transition preference is allowed for only
285 * tomoyo_scan_transition - Try to find specific domain transition type.
329 * tomoyo_transition_type - Get domain transition type.
336 * domain transition across namespaces, TOMOYO_TRANSITION_CONTROL_INITIALIZE if
337 * executing @program reinitializes domain transition within that namespace,
534 * that domain. Do not perform domain transition if
551 * by automatically creating requested domain upon domain transition.
767 * Check for domain transition preference if "file execute" matched.
768 * If preference is given, make execve() fail if domain transition
769 * has failed, for domain transition preferenc
[all...]
H A Dfile.c248 * To be able to use wildcard for domain transition, this function sets
607 * profile mode settings in order to check for domain transition
616 r->ee->transition = r->matched_acl && r->matched_acl->cond ?
H A Dcommon.h183 * More than one process continued execve() without domain transition.
215 /* Index numbers for domain transition control keywords. */
625 const struct tomoyo_path_info *transition; member in struct:tomoyo_execve
/linux-master/drivers/perf/
H A Dfsl_imx8_ddr_perf.c272 IMX8_DDR_PMU_EVENT_ATTR(read-write-transition, 0x30),
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c3383 * results in maximum transition time for data and clock lanes to enter and
3392 int transition; local
3395 * If DDR_CLK_ALWAYS_ON is set, we need to consider HS mode transition
3397 * transition time of both data and clock lanes. HS transition time
3401 transition = enter_hs + exit_hs + max(enter_hs, 2) + 1;
3407 transition = max(trans1, trans2);
3410 return blank > transition ? blank - transition : 0;
3415 * results in maximum transition tim
[all...]
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c2578 * results in maximum transition time for data and clock lanes to enter and
2587 int transition; local
2590 * If DDR_CLK_ALWAYS_ON is set, we need to consider HS mode transition
2592 * transition time of both data and clock lanes. HS transition time
2596 transition = enter_hs + exit_hs + max(enter_hs, 2) + 1;
2602 transition = max(trans1, trans2);
2605 return blank > transition ? blank - transition : 0;
2610 * results in maximum transition tim
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dresource_tracker.c3186 enum qp_transition transition, u8 slave)
3210 switch (transition) {
3245 if (transition == QP_TRANS_INIT2RTR &&
3183 verify_qp_parameters(struct mlx4_dev *dev, struct mlx4_vhcr *vhcr, struct mlx4_cmd_mailbox *inbox, enum qp_transition transition, u8 slave) argument
/linux-master/net/core/
H A Drtnetlink.c858 static void set_operstate(struct net_device *dev, unsigned char transition) argument
862 switch (transition) {
3831 * the driver just did a carrier off->on transition, we can

Completed in 311 milliseconds