Home
last modified time | relevance | path

Searched refs:ctrlval (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/iio/accel/
A Dsca3000.c641 int ret, base_freq, ctrlval; in sca3000_write_raw_samp_freq() local
651 ctrlval = ret & ~SCA3000_REG_OUT_CTRL_BUF_DIV_MASK; in sca3000_write_raw_samp_freq()
654 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_2; in sca3000_write_raw_samp_freq()
656 ctrlval |= SCA3000_REG_OUT_CTRL_BUF_DIV_4; in sca3000_write_raw_samp_freq()
661 ctrlval); in sca3000_write_raw_samp_freq()
1187 int ret, ctrlval; in sca3000_motion_detect_set_state() local
1196 ctrlval = ret; in sca3000_motion_detect_set_state()
1198 if (state && !(ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
1201 ctrlval | in sca3000_motion_detect_set_state()
1206 } else if (!state && (ctrlval & sca3000_addresses[axis][2])) { in sca3000_motion_detect_set_state()
[all …]
/linux-6.3-rc2/include/linux/
A Dcpu.h219 extern int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval);
226 static inline int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) { return 0; } in cpuhp_smt_disable() argument
/linux-6.3-rc2/kernel/
A Dcpu.c2258 int cpuhp_smt_disable(enum cpuhp_smt_control ctrlval) in cpuhp_smt_disable() argument
2285 cpu_smt_control = ctrlval; in cpuhp_smt_disable()
2482 int ctrlval, ret; in __store_smt_control() local
2485 ctrlval = CPU_SMT_ENABLED; in __store_smt_control()
2487 ctrlval = CPU_SMT_DISABLED; in __store_smt_control()
2489 ctrlval = CPU_SMT_FORCE_DISABLED; in __store_smt_control()
2503 if (ctrlval != cpu_smt_control) { in __store_smt_control()
2504 switch (ctrlval) { in __store_smt_control()
2510 ret = cpuhp_smt_disable(ctrlval); in __store_smt_control()

Completed in 12 milliseconds