Home
last modified time | relevance | path

Searched defs:fp (Results 251 – 275 of 488) sorted by relevance

1...<<11121314151617181920

/Linux-v6.6/drivers/net/ethernet/8390/
Dmac8390.c824 static void word_memcpy_tocard(unsigned long tp, const void *fp, int count) in word_memcpy_tocard()
836 static void word_memcpy_fromcard(void *tp, unsigned long fp, int count) in word_memcpy_fromcard()
/Linux-v6.6/sound/mips/
Dad1843.c217 const struct ad1843_bitfield *fp; in ad1843_read_multi() local
250 const struct ad1843_bitfield *fp; in ad1843_write_multi() local
/Linux-v6.6/net/sched/
Dsch_mqprio.c31 u32 fp[TC_QOPT_MAX_QUEUE]; member
210 u32 fp[TC_QOPT_MAX_QUEUE]; in mqprio_parse_tc_entries() local
Dcls_bpf.c343 struct bpf_prog *fp; in cls_bpf_prog_from_ops() local
379 struct bpf_prog *fp; in cls_bpf_prog_from_efd() local
/Linux-v6.6/security/selinux/ss/
Dpolicydb.h355 void *fp; member
358 static inline int next_entry(void *buf, struct policy_file *fp, size_t bytes) in next_entry()
369 static inline int put_entry(const void *buf, size_t bytes, size_t num, struct policy_file *fp) in put_entry()
/Linux-v6.6/kernel/trace/
Dtrace_fprobe.c44 struct fprobe fp; member
322 static int fentry_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fentry_dispatcher()
339 static void fexit_dispatcher(struct fprobe *fp, unsigned long entry_ip, in fexit_dispatcher()
/Linux-v6.6/sound/usb/
Dendpoint.c739 const struct audioformat *fp, in endpoint_compatible()
760 const struct audioformat *fp, in snd_usb_endpoint_compatible()
786 const struct audioformat *fp, in snd_usb_endpoint_open()
/Linux-v6.6/fs/gfs2/
Dfile.c626 struct gfs2_file *fp; in gfs2_open_common() local
1471 struct gfs2_file *fp = file->private_data; in do_flock() local
1531 struct gfs2_file *fp = file->private_data; in do_unflock() local
/Linux-v6.6/tools/power/x86/turbostat/
Dturbostat.c1930 FILE *fp; in snapshot_sysfs_counter() local
1980 FILE *fp; in get_epb() local
2054 FILE *fp; in get_core_throt_cnt() local
3028 FILE *fp; in for_all_proc_cpus() local
3113 static FILE *fp; in snapshot_proc_interrupts() local
3177 FILE *fp; in snapshot_gfx_rc6_ms() local
3201 static FILE *fp; in snapshot_gfx_mhz() local
3228 static FILE *fp; in snapshot_gfx_act_mhz() local
3253 FILE *fp; in snapshot_cpu_lpi_us() local
3278 FILE *fp; in snapshot_sys_lpi_us() local
[all …]
/Linux-v6.6/drivers/android/
Dbinder.c727 struct flat_binder_object *fp) in binder_init_node_ilocked()
782 struct flat_binder_object *fp) in binder_new_node()
1976 struct flat_binder_object *fp; in binder_transaction_buffer_release() local
1995 struct flat_binder_object *fp; in binder_transaction_buffer_release() local
2129 static int binder_translate_binder(struct flat_binder_object *fp, in binder_translate_binder()
2182 static int binder_translate_handle(struct flat_binder_object *fp, in binder_translate_handle()
3371 struct flat_binder_object *fp; in binder_transaction() local
3391 struct flat_binder_object *fp; in binder_transaction() local
3410 struct binder_fd_object *fp = to_binder_fd_object(hdr); in binder_transaction() local
/Linux-v6.6/drivers/scsi/qedi/
Dqedi_debugfs.c137 struct qedi_fastpath *fp = NULL; in qedi_gbl_ctx_show() local
/Linux-v6.6/drivers/char/
Dtoshiba.c244 static long tosh_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in tosh_ioctl()
/Linux-v6.6/arch/m68k/lib/
Dudivsi3.S82 #define fp REG (fp) macro
/Linux-v6.6/tools/testing/selftests/powerpc/tm/
Dtm-unavailable.c298 void test_fp_vec(int fp, int vec, pthread_attr_t *attr) in test_fp_vec()
/Linux-v6.6/arch/hexagon/include/asm/
Dprocessor.h123 unsigned long fp; member
/Linux-v6.6/drivers/platform/x86/amd/
Dhsmp.c258 static long hsmp_ioctl(struct file *fp, unsigned int cmd, unsigned long arg) in hsmp_ioctl()
/Linux-v6.6/arch/alpha/kernel/
Dprocess.c363 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc() local
/Linux-v6.6/tools/perf/util/
Dstrlist.c72 FILE *fp = fopen(filename, "r"); in strlist__load() local
/Linux-v6.6/tools/bpf/
Dbpf_exp.y646 void bpf_asm_compile(FILE *fp, bool cstyle) in bpf_asm_compile()
/Linux-v6.6/arch/loongarch/kernel/
Dperf_event.c31 user_backtrace(struct perf_callchain_entry_ctx *entry, unsigned long fp) in user_backtrace()
58 unsigned long fp; in perf_callchain_user() local
/Linux-v6.6/arch/m68k/kernel/
Dsignal.c643 void __user *fp) in mangle_kernel_stack()
677 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext()
/Linux-v6.6/arch/arc/include/asm/
Dptrace.h39 unsigned long fp; member
69 unsigned long fp; member
/Linux-v6.6/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c962 FILE *fp; in update_cpufreq_scaling_freq() local
1233 FILE *fp; in get_pkg_num() local
1281 FILE *fp; in for_all_proc_cpus() local
/Linux-v6.6/tools/perf/
Dbuiltin-trace.c1239 static size_t fprintf_duration(unsigned long t, bool calculated, FILE *fp) in fprintf_duration()
1313 static struct thread_trace *thread__trace(struct thread *thread, FILE *fp) in thread__trace()
1544 static size_t __trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in __trace__fprintf_tstamp()
1557 static size_t trace__fprintf_tstamp(struct trace *trace, u64 tstamp, FILE *fp) in trace__fprintf_tstamp()
1581 static size_t trace__fprintf_comm_tid(struct trace *trace, struct thread *thread, FILE *fp) in trace__fprintf_comm_tid()
1595 u64 duration, bool duration_calculated, u64 tstamp, FILE *fp) in trace__fprintf_entry_head()
2706 unsigned int val, void *extra __maybe_unused, FILE *fp)
4208 static size_t trace__fprintf_threads_header(FILE *fp)
4232 struct trace *trace, FILE *fp)
4284 static size_t trace__fprintf_thread(FILE *fp, struct thread *thread, struct trace *trace)
[all …]
/Linux-v6.6/drivers/opp/
Ddebugfs.c36 static ssize_t bw_name_read(struct file *fp, char __user *userbuf, in bw_name_read()

1...<<11121314151617181920