Home
last modified time | relevance | path

Searched refs:fct (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/macintosh/
H A Dwindfarm_smu_controls.c113 kfree(fct); in smu_fan_release()
121 value = fct->min; in smu_fan_set()
126 return smu_set_fan(fct->fan_type, fct->reg, value); in smu_fan_set()
139 return fct->min; in smu_fan_min()
145 return fct->max; in smu_fan_max()
166 if (fct == NULL) in smu_fan_create()
235 fct->min = *v; in smu_fan_create()
239 fct->max = *v; in smu_fan_create()
245 fct->reg = *reg; in smu_fan_create()
250 return fct; in smu_fan_create()
[all …]
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dsar.c118 cfg_mac = fct > fct_mac ? in rtw89_txpwr_sar_to_mac()
119 cfg >> (fct - fct_mac) : cfg << (fct_mac - fct); in rtw89_txpwr_sar_to_mac()
131 if (fct > RTW89_TAS_FACTOR) in rtw89_txpwr_tas_to_sar()
132 return cfg << (fct - RTW89_TAS_FACTOR); in rtw89_txpwr_tas_to_sar()
142 if (fct > RTW89_TAS_FACTOR) in rtw89_txpwr_sar_to_tas()
187 u8 fct; in rtw89_query_sar() local
214 fct = sar_hdl->txpwr_factor_sar; in rtw89_query_sar()
229 u8 fct; in rtw89_print_sar() local
250 fct = sar_hdl->txpwr_factor_sar; in rtw89_print_sar()
253 BIT(fct)); in rtw89_print_sar()
[all …]
H A Ddebug.c815 u8 fct = rtwdev->chip->txpwr_factor_mac; in __print_txpwr_map() local
846 bufp[cur + i] = tmp >> fct; in __print_txpwr_map()
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dsar.c41 static s8 rtw_sar_to_phy(struct rtw_dev *rtwdev, u8 fct, s32 sar, in rtw_sar_to_phy() argument
50 tmp = fct > txgi ? sar >> (fct - txgi) : sar << (txgi - fct); in rtw_sar_to_phy()
/linux-6.15/samples/trace_events/
H A Dtrace_custom_sched.c38 static void fct(struct tracepoint *tp, void *priv) in fct() function
46 for_each_kernel_tracepoint(fct, NULL); in trace_sched_init()
/linux-6.15/kernel/
H A Dtracepoint.c512 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
520 fct(tracepoint_ptr_deref(iter), priv); in for_each_tracepoint_range()
699 void (*fct)(struct tracepoint *tp, in for_each_tracepoint_in_module()
714 fct(tracepoint_ptr_deref(iter), mod, priv); in for_each_tracepoint_in_module()
722 void for_each_module_tracepoint(void (*fct)(struct tracepoint *tp, in for_each_module_tracepoint()
730 for_each_tracepoint_in_module(tp_mod->mod, fct, priv); in for_each_module_tracepoint()
740 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
744 __stop___tracepoints_ptrs, fct, priv); in for_each_kernel_tracepoint()
/linux-6.15/include/linux/
H A Dtracepoint.h54 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
66 void for_each_module_tracepoint(void (*fct)(struct tracepoint *,
70 void (*fct)(struct tracepoint *,
89 void for_each_module_tracepoint(void (*fct)(struct tracepoint *, in for_each_module_tracepoint()
96 void (*fct)(struct tracepoint *, in for_each_tracepoint_in_module()
/linux-6.15/drivers/net/wwan/iosm/
H A Diosm_ipc_mux_codec.c388 struct ipc_mem_lite_gen_tbl *fct = (struct ipc_mem_lite_gen_tbl *)block; in ipc_mux_dl_fcth_decode() local
393 if (fct->vfl_length != sizeof(fct->vfl.nr_of_bytes)) { in ipc_mux_dl_fcth_decode()
395 fct->vfl_length); in ipc_mux_dl_fcth_decode()
399 if_id = fct->if_id; in ipc_mux_dl_fcth_decode()
413 ul_credits = le32_to_cpu(fct->vfl.nr_of_bytes); in ipc_mux_dl_fcth_decode()