Home
last modified time | relevance | path

Searched refs:p_param (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/tools/thermal/tmon/
Dpid.c44 struct pid_params p_param; variable
60 p_param.ts = ticktime; in init_thermal_controller()
62 p_param.kp = .36; in init_thermal_controller()
63 p_param.ki = 5.0; in init_thermal_controller()
64 p_param.kd = 0.19; in init_thermal_controller()
66 p_param.t_target = target_temp_user; in init_thermal_controller()
75 p_param.y_k = 0.0; in controller_reset()
92 ek = p_param.t_target - xk; /* error */ in controller_handler()
95 xk, p_param.t_target); in controller_handler()
101 p_term = -p_param.kp * (xk - xk_1); in controller_handler()
[all …]
Dtui.c335 p_param.kp, p_param.ki, p_param.kd, p_param.y_k); in show_control_w()
339 p_param.t_target, target_thermal_zone, ctrl_cdev); in show_control_w()
424 p_param.t_target = val; in handle_input_val()
Dtmon.h140 extern struct pid_params p_param;
Dsysfs.c497 fprintf(tmon_log, "%3.1f ", p_param.t_target); in update_thermal_data()
/kernel/linux/linux-5.10/drivers/scsi/
Dgdth_proc.c131 gdtcmd.u.ioctl.p_param = ha->scratch_phys; in gdth_set_asc_info()
248 gdtcmd->u.ioctl.p_param = paddr + GDTH_SCRATCH/4; in gdth_show_info()
271 gdtcmd->u.ioctl.p_param = paddr; in gdth_show_info()
317 gdtcmd->u.ioctl.p_param = paddr; in gdth_show_info()
352 gdtcmd->u.ioctl.p_param = paddr; in gdth_show_info()
429 gdtcmd->u.ioctl.p_param = paddr; in gdth_show_info()
486 gdtcmd->u.ioctl.p_param = paddr; in gdth_show_info()
Dgdth_ioctl.h70 u64 p_param; /* buffer */ member
Dgdth.c1111 cmd_ptr->u.ioctl.p_param = ha->scratch_phys; in gdth_internal_cmd()
2320 GDTOFFSOF(gdth_cmd_str,u.ioctl.p_param) + sizeof(u64); in gdth_special_cmd()
3586 gen.command.u.ioctl.p_param = paddr; in ioc_general()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
Dqed_vf.h978 struct qed_filter_ucast *p_param);
1172 struct qed_filter_ucast *p_param) in qed_vf_pf_filter_ucast() argument
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0009_linux_sound.patch8262 + u32 num_param, void *p_param)
8268 + struct xf_set_param_msg *param = (struct xf_set_param_msg *)p_param;
8314 + u32 num_param, void *p_param)
8321 + struct xf_get_param_msg *param = (struct xf_get_param_msg *)p_param;
8815 + u32 num_param, void *p_param);
8817 + u32 num_param, void *p_param);