Home
last modified time | relevance | path

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

/linux/drivers/macintosh/
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/drivers/net/wireless/realtek/rtw89/
A Dsar.c157 cfg_mac = fct > fct_mac ? in rtw89_txpwr_sar_to_mac()
158 cfg >> (fct - fct_mac) : cfg << (fct_mac - fct); in rtw89_txpwr_sar_to_mac()
170 if (fct > RTW89_TAS_FACTOR) in rtw89_txpwr_tas_to_sar()
171 return cfg << (fct - RTW89_TAS_FACTOR); in rtw89_txpwr_tas_to_sar()
173 return cfg >> (RTW89_TAS_FACTOR - fct); in rtw89_txpwr_tas_to_sar()
181 if (fct > RTW89_TAS_FACTOR) in rtw89_txpwr_sar_to_tas()
196 u8 fct; in rtw89_query_sar() local
221 fct = sar_hdl->txpwr_factor_sar; in rtw89_query_sar()
234 u8 fct; in rtw89_print_sar() local
253 fct = sar_hdl->txpwr_factor_sar; in rtw89_print_sar()
[all …]
A Ddebug.c746 u8 fct = rtwdev->chip->txpwr_factor_mac; in __print_txpwr_map() local
775 buf[cur + i] = tmp >> fct; in __print_txpwr_map()
/linux/drivers/misc/cxl/
A Dtrace.h517 TP_PROTO(u64 unit_address, char *fct, u64 p1, u64 p2, u64 p3,
520 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc),
524 __field(char *, fct)
535 __entry->fct = fct;
546 __entry->fct,
600 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
648 TP_ARGS(unit_address, fct, p1, p2, p3, p4, r4, rc)
655 TP_ARGS(unit_address, fct, list_address, num, r4, rc),
659 __field(char *, fct)
668 __entry->fct = fct;
[all …]
A Dflash.c229 long (*fct)(u64, u64, u64, u64 *), in handle_image()
312 rc = fct(adapter->guest->handle, virt_to_phys(le), entries, in handle_image()
/linux/drivers/net/wireless/realtek/rtw88/
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/samples/trace_events/
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/kernel/
A Dtracepoint.c559 void (*fct)(struct tracepoint *tp, void *priv), in for_each_tracepoint_range()
567 fct(tracepoint_ptr_deref(iter), priv); in for_each_tracepoint_range()
746 void (*fct)(struct tracepoint *tp, in for_each_tracepoint_in_module()
761 fct(tracepoint_ptr_deref(iter), mod, priv); in for_each_tracepoint_in_module()
769 void for_each_module_tracepoint(void (*fct)(struct tracepoint *tp, in for_each_module_tracepoint()
777 for_each_tracepoint_in_module(tp_mod->mod, fct, priv); in for_each_module_tracepoint()
787 void for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv), in for_each_kernel_tracepoint()
791 __stop___tracepoints_ptrs, fct, priv); in for_each_kernel_tracepoint()
/linux/include/linux/
A Dtracepoint.h55 for_each_kernel_tracepoint(void (*fct)(struct tracepoint *tp, void *priv),
67 void for_each_module_tracepoint(void (*fct)(struct tracepoint *,
71 void (*fct)(struct tracepoint *,
90 void for_each_module_tracepoint(void (*fct)(struct tracepoint *, in for_each_module_tracepoint()
97 void (*fct)(struct tracepoint *, in for_each_tracepoint_in_module()
/linux/drivers/net/wwan/iosm/
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()

Completed in 34 milliseconds