Home
last modified time | relevance | path

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

12345

/openbmc/linux/arch/arm64/net/
H A Dbpf_jit.h19 #define A64_VARIANT(sf) \ argument
106 #define A64_SIZE(sf) \ argument
108 #define A64_LSX(sf, Rt, Rn, Rs, type) \ argument
112 #define A64_LDXR(sf, Rt, Rn) \ argument
115 #define A64_STXR(sf, Rt, Rn, Rs) \ argument
118 #define A64_STLXR(sf, Rt, Rn, Rs) \ argument
128 #define A64_ST_OP(sf, Rn, Rs, op) \ argument
150 #define A64_CASAL(sf, Rt, Rn, Rs) \ argument
161 #define A64_ADDS_I(sf, Rd, Rn, imm12) \ argument
163 #define A64_SUBS_I(sf, Rd, Rn, imm12) \ argument
[all …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/sf/
H A Ddevlink.c43 struct mlx5_sf *sf; in mlx5_sf_lookup_by_function_id() local
67 struct mlx5_sf *sf; in mlx5_sf_alloc() local
112 static void mlx5_sf_free(struct mlx5_sf_table *table, struct mlx5_sf *sf) in mlx5_sf_free()
164 static bool mlx5_sf_is_active(const struct mlx5_sf *sf) in mlx5_sf_is_active()
176 struct mlx5_sf *sf; in mlx5_devlink_sf_port_fn_state_get() local
235 struct mlx5_sf *sf, in mlx5_sf_state_set()
261 struct mlx5_sf *sf; in mlx5_devlink_sf_port_fn_state_set() local
288 struct mlx5_sf *sf; in mlx5_sf_add() local
388 struct mlx5_sf *sf; in mlx5_devlink_sf_port_del() local
434 struct mlx5_sf *sf; in mlx5_sf_vhca_event() local
[all …]
/openbmc/linux/tools/perf/util/
H A Ds390-cpumsf.c183 struct s390_cpumsf *sf; member
196 static int s390_cpumcf_dumpctr(struct s390_cpumsf *sf, in s390_cpumcf_dumpctr()
433 static void s390_cpumsf_dump(struct s390_cpumsf *sf, in s390_cpumsf_dump()
602 struct s390_cpumsf *sf = sfq->sf; in s390_cpumsf_samples() local
799 static int s390_cpumsf_setup_queue(struct s390_cpumsf *sf, in s390_cpumsf_setup_queue()
917 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_event() local
965 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_auxtrace_event() local
1013 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free_queues() local
1040 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free() local
1097 struct s390_cpumsf *sf = cb; in s390_cpumsf__config() local
[all …]
H A Dsrccode.c77 static void free_srcfile(struct srcfile *sf) in free_srcfile()
159 struct srcfile *sf = find_srcfile(fn); in find_sourceline() local
/openbmc/linux/sound/synth/emux/
H A Dsoundfont.c223 struct snd_soundfont *sf; in open_patch() local
259 struct snd_soundfont *sf; in newsf() local
348 sf_zone_new(struct snd_sf_list *sflist, struct snd_soundfont *sf) in sf_zone_new()
417 struct snd_soundfont *sf; in load_map() local
514 struct snd_soundfont *sf; in load_info() local
677 find_sample(struct snd_soundfont *sf, int sample_id) in find_sample()
701 struct snd_soundfont *sf; in load_data() local
948 struct snd_soundfont *sf; in load_guspatch() local
1145 struct snd_soundfont *sf; in rebuild_presets() local
1368 struct snd_soundfont *sf, *nextsf; in snd_sf_clear() local
[all …]
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_debugfs.c79 static int mtu3_link_state_show(struct seq_file *sf, void *unused) in mtu3_link_state_show()
91 static int mtu3_ep_used_show(struct seq_file *sf, void *unused) in mtu3_ep_used_show()
173 static int mtu3_ep_info_show(struct seq_file *sf, void *unused) in mtu3_ep_info_show()
187 static int mtu3_fifo_show(struct seq_file *sf, void *unused) in mtu3_fifo_show()
219 static int mtu3_qmu_gpd_show(struct seq_file *sf, void *unused) in mtu3_qmu_gpd_show()
289 static int mtu3_probe_show(struct seq_file *sf, void *unused) in mtu3_probe_show()
318 struct seq_file *sf = file->private_data; in mtu3_probe_write() local
430 static int ssusb_mode_show(struct seq_file *sf, void *unused) in ssusb_mode_show()
449 struct seq_file *sf = file->private_data; in ssusb_mode_write() local
476 static int ssusb_vbus_show(struct seq_file *sf, void *unused) in ssusb_vbus_show()
[all …]
/openbmc/linux/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()
/openbmc/linux/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()
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()
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()
1383 static void d71_lpu_dump(struct d71_pipeline *pipe, struct seq_file *sf) in d71_lpu_dump()
1408 static void d71_dou_dump(struct d71_pipeline *pipe, struct seq_file *sf) in d71_dou_dump()
[all …]
/openbmc/linux/block/
H A Dbfq-cgroup.c1004 static int bfq_io_show_weight_legacy(struct seq_file *sf, void *v) in bfq_io_show_weight_legacy()
1018 static u64 bfqg_prfill_weight_device(struct seq_file *sf, in bfqg_prfill_weight_device()
1028 static int bfq_io_show_weight(struct seq_file *sf, void *v) in bfq_io_show_weight()
1158 static int bfqg_print_rwstat(struct seq_file *sf, void *v) in bfqg_print_rwstat()
1165 static u64 bfqg_prfill_rwstat_recursive(struct seq_file *sf, in bfqg_prfill_rwstat_recursive()
1183 static int bfqg_print_stat(struct seq_file *sf, void *v) in bfqg_print_stat()
1190 static u64 bfqg_prfill_stat_recursive(struct seq_file *sf, in bfqg_prfill_stat_recursive()
1215 static int bfqg_print_stat_recursive(struct seq_file *sf, void *v) in bfqg_print_stat_recursive()
1232 static int bfqg_print_stat_sectors(struct seq_file *sf, void *v) in bfqg_print_stat_sectors()
1239 static u64 bfqg_prfill_sectors_recursive(struct seq_file *sf, in bfqg_prfill_sectors_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()
/openbmc/linux/arch/arc/kernel/
H A Dsignal.c101 stash_usr_regs(struct rt_sigframe __user *sf, struct pt_regs *regs, in stash_usr_regs()
142 static int restore_usr_regs(struct pt_regs *regs, struct rt_sigframe __user *sf) in restore_usr_regs()
197 struct rt_sigframe __user *sf; in SYSCALL_DEFINE0() local
272 struct rt_sigframe __user *sf; in setup_rt_frame() local
/openbmc/linux/kernel/cgroup/
H A Dmisc.c206 static int misc_cg_max_show(struct seq_file *sf, void *v) in misc_cg_max_show()
295 static int misc_cg_current_show(struct seq_file *sf, void *v) in misc_cg_current_show()
320 static int misc_cg_capacity_show(struct seq_file *sf, void *v) in misc_cg_capacity_show()
334 static int misc_events_show(struct seq_file *sf, void *v) in misc_events_show()
/openbmc/linux/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
/openbmc/linux/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
/openbmc/linux/drivers/gpu/host1x/
H A Dfence.c35 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_syncpt_fence_enable_signaling() local
149 struct host1x_syncpt_fence *sf = to_host1x_fence(f); in host1x_fence_cancel() local
/openbmc/linux/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
/openbmc/linux/arch/s390/kernel/
H A Dunwind_bc.c55 struct stack_frame *sf; in unwind_next_frame() local
125 struct stack_frame *sf; in __unwind_start() local
/openbmc/linux/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.c85 struct signal_frame32 __user *sf; in do_sigreturn32() local
176 struct rt_signal_frame32 __user *sf; in do_rt_sigreturn32() local
355 struct signal_frame32 __user *sf; in setup_frame32() local
490 struct rt_signal_frame32 __user *sf; in setup_rt_frame32() local
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.h28 #define GET_SF_RESV_HEAD(sf) \ argument
31 #define GET_SF_RESV_SIZE(sf) \ argument
H A Dfake_sigreturn_misaligned_sp.c16 struct fake_sigframe sf; variable
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c108 int mrccache_update(struct udevice *sf, struct mrc_region *entry, in mrccache_update()
234 struct udevice *sf; in mrccache_save() local
/openbmc/linux/fs/kernfs/
H A Dfile.c135 static void kernfs_seq_stop_active(struct seq_file *sf, void *v) in kernfs_seq_stop_active()
145 static void *kernfs_seq_start(struct seq_file *sf, loff_t *ppos) in kernfs_seq_start()
169 static void *kernfs_seq_next(struct seq_file *sf, void *v, loff_t *ppos) in kernfs_seq_next()
190 static void kernfs_seq_stop(struct seq_file *sf, void *v) in kernfs_seq_stop()
199 static int kernfs_seq_show(struct seq_file *sf, void *v) in kernfs_seq_show()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_psfp.c118 const struct sparx5_psfp_sf *sf) in sparx5_psfp_sf_set()
203 int sparx5_psfp_sf_add(struct sparx5 *sparx5, const struct sparx5_psfp_sf *sf, in sparx5_psfp_sf_add()
219 const struct sparx5_psfp_sf sf = { 0 }; in sparx5_psfp_sf_del() local
/openbmc/linux/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()

12345