Home
last modified time | relevance | path

Searched defs:sf (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit.h19 #define A64_VARIANT(sf) \ argument
23 #define A64_COMP_BRANCH(sf, Rt, offset, type) \ argument
26 #define A64_CBZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, ZERO) argument
27 #define A64_CBNZ(sf, Rt, imm19) A64_COMP_BRANCH(sf, Rt, (imm19) << 2, NONZERO) argument
80 #define A64_SIZE(sf) \ argument
82 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument
86 #define A64_LDXR(sf, Rt, Rn) \ argument
89 #define A64_STXR(sf, Rt, Rn, Rs) \ argument
93 #define A64_STADD(sf, Rn, Rs) \ argument
97 #define A64_ADDSUB_IMM(sf, Rd, Rn, imm12, type) \ argument
[all …]
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ds390-cpumsf.c182 struct s390_cpumsf *sf; member
195 static int s390_cpumcf_dumpctr(struct s390_cpumsf *sf, in s390_cpumcf_dumpctr()
432 static void s390_cpumsf_dump(struct s390_cpumsf *sf, in s390_cpumsf_dump()
493 static void s390_cpumsf_dump_event(struct s390_cpumsf *sf, unsigned char *buf, in s390_cpumsf_dump_event()
601 struct s390_cpumsf *sf = sfq->sf; in s390_cpumsf_samples() local
767 s390_cpumsf_alloc_queue(struct s390_cpumsf *sf, unsigned int queue_nr) in s390_cpumsf_alloc_queue()
798 static int s390_cpumsf_setup_queue(struct s390_cpumsf *sf, in s390_cpumsf_setup_queue()
819 static int s390_cpumsf_setup_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_setup_queues()
833 static int s390_cpumsf_update_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_update_queues()
842 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues()
[all …]
H A Dsrccode.c77 static void free_srcfile(struct srcfile *sf) in free_srcfile()
160 struct srcfile *sf = find_srcfile(fn); in find_sourceline() local
/OK3568_Linux_fs/kernel/sound/synth/emux/
H A Dsoundfont.c223 struct snd_soundfont *sf; in open_patch() local
259 struct snd_soundfont *sf; in newsf() local
292 is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name) in is_identical_font()
336 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_zone_counter()
348 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
368 set_sample_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, in set_sample_counter()
380 sf_sample_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_sample_new()
399 sf_sample_delete(struct snd_sf_list *sflist, struct snd_soundfont *sf, in sf_sample_delete()
415 struct snd_soundfont *sf; in load_map() local
477 remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf, in remove_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/mtu3/
H A Dmtu3_debugfs.c78 static int mtu3_link_state_show(struct seq_file *sf, void *unused) in mtu3_link_state_show()
90 static int mtu3_ep_used_show(struct seq_file *sf, void *unused) in mtu3_ep_used_show()
172 static int mtu3_ep_info_show(struct seq_file *sf, void *unused) in mtu3_ep_info_show()
186 static int mtu3_fifo_show(struct seq_file *sf, void *unused) in mtu3_fifo_show()
200 static int mtu3_qmu_ring_show(struct seq_file *sf, void *unused) in mtu3_qmu_ring_show()
218 static int mtu3_qmu_gpd_show(struct seq_file *sf, void *unused) in mtu3_qmu_gpd_show()
288 static int mtu3_probe_show(struct seq_file *sf, void *unused) in mtu3_probe_show()
317 struct seq_file *sf = file->private_data; in mtu3_probe_write() local
429 static int ssusb_mode_show(struct seq_file *sf, void *unused) in ssusb_mode_show()
448 struct seq_file *sf = file->private_data; in ssusb_mode_write() local
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsndfile.c81 priv_t * sf = (priv_t *)ft->priv; in drain_log_buffer() local
279 priv_t * sf = (priv_t *)ft->priv; in start() local
343 priv_t * sf = (priv_t *)ft->priv; in startread() local
392 priv_t * sf = (priv_t *)ft->priv; in read_samples() local
402 priv_t * sf = (priv_t *)ft->priv; in stopread() local
412 priv_t * sf = (priv_t *)ft->priv; in startwrite() local
464 priv_t * sf = (priv_t *)ft->priv; in write_samples() local
474 priv_t * sf = (priv_t *)ft->priv; in stopwrite() local
484 priv_t * sf = (priv_t *)ft->priv; in seek() local
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dspeedfax.c114 struct sfax_hw *sf = dev_id; in IOFUNC_IND() local
146 enable_hwirq(struct sfax_hw *sf) in enable_hwirq()
154 disable_hwirq(struct sfax_hw *sf) in disable_hwirq()
162 reset_speedfax(struct sfax_hw *sf) in reset_speedfax()
176 sfax_ctrl(struct sfax_hw *sf, u32 cmd, u_long arg) in sfax_ctrl()
208 channel_ctrl(struct sfax_hw *sf, struct mISDN_ctrl_req *cq) in channel_ctrl()
240 struct sfax_hw *sf = dch->hw; in sfax_dctrl() local
273 init_card(struct sfax_hw *sf) in init_card()
312 setup_speedfax(struct sfax_hw *sf) in setup_speedfax()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/d71/
H A Dd71_component.c88 static void dump_block_header(struct seq_file *sf, void __iomem *reg) in dump_block_header()
286 static void d71_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_layer_dump()
484 static void d71_wb_layer_dump(struct komeda_component *c, struct seq_file *sf) in d71_wb_layer_dump()
624 static void d71_compiz_dump(struct komeda_component *c, struct seq_file *sf) in d71_compiz_dump()
793 static void d71_scaler_dump(struct komeda_component *c, struct seq_file *sf) in d71_scaler_dump()
922 static void d71_splitter_dump(struct komeda_component *c, struct seq_file *sf) in d71_splitter_dump()
988 static void d71_merger_dump(struct komeda_component *c, struct seq_file *sf) in d71_merger_dump()
1091 static void d71_improc_dump(struct komeda_component *c, struct seq_file *sf) in d71_improc_dump()
1209 struct seq_file *sf) in d71_timing_ctrlr_dump()
1356 static void d71_gcu_dump(struct d71_dev *d71, struct seq_file *sf) in d71_gcu_dump()
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dbfq-cgroup.c90 static u64 blkg_prfill_stat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_stat()
984 static int bfq_io_show_weight_legacy(struct seq_file *sf, void *v) in bfq_io_show_weight_legacy()
998 static u64 bfqg_prfill_weight_device(struct seq_file *sf, in bfqg_prfill_weight_device()
1008 static int bfq_io_show_weight(struct seq_file *sf, void *v) in bfq_io_show_weight()
1136 static int bfqg_print_rwstat(struct seq_file *sf, void *v) in bfqg_print_rwstat()
1143 static u64 bfqg_prfill_rwstat_recursive(struct seq_file *sf, in bfqg_prfill_rwstat_recursive()
1152 static int bfqg_print_rwstat_recursive(struct seq_file *sf, void *v) in bfqg_print_rwstat_recursive()
1161 static int bfqg_print_stat(struct seq_file *sf, void *v) in bfqg_print_stat()
1168 static u64 bfqg_prfill_stat_recursive(struct seq_file *sf, in bfqg_prfill_stat_recursive()
1193 static int bfqg_print_stat_recursive(struct seq_file *sf, void *v) in bfqg_print_stat_recursive()
[all …]
H A Dblk-cgroup-rwstat.c42 u64 __blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in __blkg_prfill_rwstat()
79 u64 blkg_prfill_rwstat(struct seq_file *sf, struct blkg_policy_data *pd, in blkg_prfill_rwstat()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsignal.c100 stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, in stash_usr_regs()
141 static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) in restore_usr_regs()
196 struct rt_sigframe __user *sf; in SYSCALL_DEFINE0() local
271 struct rt_sigframe __user *sf; in setup_rt_frame() local
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Demc6w201.c183 int sf = to_sensor_dev_attr_2(devattr)->index; in in_show() local
195 int sf = to_sensor_dev_attr_2(devattr)->index; in in_store() local
222 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_show() local
234 int sf = to_sensor_dev_attr_2(devattr)->index; in temp_store() local
261 int sf = to_sensor_dev_attr_2(devattr)->index; in fan_show() local
278 int sf = to_sensor_dev_attr_2(devattr)->index; in fan_store() local
/OK3568_Linux_fs/kernel/arch/powerpc/perf/
H A Dcallchain_32.c81 struct signal_frame_32 __user *sf; in sane_signal_32_frame() local
92 struct rt_signal_frame_32 __user *sf; in sane_rt_signal_32_frame() local
105 struct signal_frame_32 __user *sf; in signal_frame_32_regs() local
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A Dftrace.c48 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_link() local
59 struct stm_ftrace *sf = container_of(data, struct stm_ftrace, data); in stm_ftrace_unlink() local
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsignal_32.c77 struct signal_frame __user *sf; in do_sigreturn() local
143 struct rt_signal_frame __user *sf; in do_rt_sigreturn() local
228 struct signal_frame __user *sf; in setup_frame() local
323 struct rt_signal_frame __user *sf; in setup_rt_frame() local
H A Dsignal32.c86 struct signal_frame32 __user *sf; in do_sigreturn32() local
177 struct rt_signal_frame32 __user *sf; in do_rt_sigreturn32() local
354 struct signal_frame32 __user *sf; in setup_frame32() local
489 struct rt_signal_frame32 __user *sf; in setup_rt_frame32() local
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h26 #define GET_SF_RESV_HEAD(sf) \ argument
29 #define GET_SF_RESV_SIZE(sf) \ argument
H A Dfake_sigreturn_misaligned_sp.c16 struct fake_sigframe sf; variable
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dunwind_bc.c55 struct stack_frame *sf; in unwind_next_frame() local
127 struct stack_frame *sf; in __unwind_start() local
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dfile.c93 static void kernfs_seq_stop_active(struct seq_file *sf, void *v) in kernfs_seq_stop_active()
103 static void *kernfs_seq_start(struct seq_file *sf, loff_t *ppos) in kernfs_seq_start()
132 static void *kernfs_seq_next(struct seq_file *sf, void *v, loff_t *ppos) in kernfs_seq_next()
153 static void kernfs_seq_stop(struct seq_file *sf, void *v) in kernfs_seq_stop()
162 static int kernfs_seq_show(struct seq_file *sf, void *v) in kernfs_seq_show()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmrccache.c109 int mrccache_update(struct udevice *sf, struct mrc_region *entry, in mrccache_update()
235 struct udevice *sf; in mrccache_save() local
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-pin-error-inj.c240 static void cec_pin_show_cmd(struct seq_file *sf, u32 cmd, u8 mode) in cec_pin_show_cmd()
262 int cec_pin_error_inj_show(struct cec_adapter *adap, struct seq_file *sf) in cec_pin_error_inj_show()
H A Dcec-core.c190 struct seq_file *sf = file->private_data; in cec_error_inj_write() local
214 static int cec_error_inj_show(struct seq_file *sf, void *unused) in cec_error_inj_show()
/OK3568_Linux_fs/kernel/arch/nds32/kernel/
H A Dsignal.c80 struct rt_sigframe __user * sf) in restore_sigframe()
171 setup_sigframe(struct rt_sigframe __user * sf, struct pt_regs *regs, in setup_sigframe()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dinode.c136 struct seq_file *sf = file->private_data; in pstore_file_read() local
157 struct seq_file *sf; in pstore_file_open() local
176 struct seq_file *sf = file->private_data; in pstore_file_llseek() local

12345