Home
last modified time | relevance | path

Searched defs:ff (Results 1 – 25 of 52) sorted by relevance

123

/openbmc/linux/sound/firewire/fireface/
H A Dff-stream.c33 static inline void finish_session(struct snd_ff *ff) in finish_session()
39 static int init_stream(struct snd_ff *ff, struct amdtp_stream *s) in init_stream()
64 static void destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) in destroy_stream()
74 int snd_ff_stream_init_duplex(struct snd_ff *ff) in snd_ff_stream_init_duplex()
101 void snd_ff_stream_destroy_duplex(struct snd_ff *ff) in snd_ff_stream_destroy_duplex()
168 int snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate) in snd_ff_stream_start_duplex()
228 void snd_ff_stream_stop_duplex(struct snd_ff *ff) in snd_ff_stream_stop_duplex()
239 void snd_ff_stream_update_duplex(struct snd_ff *ff) in snd_ff_stream_update_duplex()
248 void snd_ff_stream_lock_changed(struct snd_ff *ff) in snd_ff_stream_lock_changed()
254 int snd_ff_stream_lock_try(struct snd_ff *ff) in snd_ff_stream_lock_try()
[all …]
H A Dff-pcm.c141 struct snd_ff *ff = substream->private_data; in pcm_open() local
220 struct snd_ff *ff = substream->private_data; in pcm_close() local
230 struct snd_ff *ff = substream->private_data; in pcm_hw_params() local
251 struct snd_ff *ff = substream->private_data; in pcm_hw_free() local
267 struct snd_ff *ff = substream->private_data; in pcm_capture_prepare() local
284 struct snd_ff *ff = substream->private_data; in pcm_playback_prepare() local
301 struct snd_ff *ff = substream->private_data; in pcm_capture_trigger() local
319 struct snd_ff *ff = substream->private_data; in pcm_playback_trigger() local
337 struct snd_ff *ff = sbstrm->private_data; in pcm_capture_pointer() local
344 struct snd_ff *ff = sbstrm->private_data; in pcm_playback_pointer() local
[all …]
H A Dff-transaction.c10 static void finish_transmit_midi_msg(struct snd_ff *ff, unsigned int port, in finish_transmit_midi_msg()
39 struct snd_ff *ff = in finish_transmit_midi0_msg() local
48 struct snd_ff *ff = in finish_transmit_midi1_msg() local
53 static void transmit_midi_msg(struct snd_ff *ff, unsigned int port) in transmit_midi_msg()
116 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[0]); in transmit_midi0_msg() local
123 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[1]); in transmit_midi1_msg() local
132 struct snd_ff *ff = callback_data; in handle_msg() local
146 static int allocate_own_address(struct snd_ff *ff, int i) in allocate_own_address()
177 int snd_ff_transaction_reregister(struct snd_ff *ff) in snd_ff_transaction_reregister()
194 int snd_ff_transaction_register(struct snd_ff *ff) in snd_ff_transaction_register()
[all …]
H A Dff-hwdep.c18 static bool has_msg(struct snd_ff *ff) in has_msg()
29 struct snd_ff *ff = hwdep->private_data; in hwdep_read() local
74 struct snd_ff *ff = hwdep->private_data; in hwdep_poll() local
89 static int hwdep_get_info(struct snd_ff *ff, void __user *arg) in hwdep_get_info()
108 static int hwdep_lock(struct snd_ff *ff) in hwdep_lock()
126 static int hwdep_unlock(struct snd_ff *ff) in hwdep_unlock()
146 struct snd_ff *ff = hwdep->private_data; in hwdep_release() local
159 struct snd_ff *ff = hwdep->private_data; in hwdep_ioctl() local
184 int snd_ff_create_hwdep_devices(struct snd_ff *ff) in snd_ff_create_hwdep_devices()
H A Dff-protocol-former.c71 static int former_get_clock(struct snd_ff *ff, unsigned int *rate, in former_get_clock()
87 static int former_switch_fetching_mode(struct snd_ff *ff, bool enable) in former_switch_fetching_mode()
257 static void former_dump_status(struct snd_ff *ff, in former_dump_status()
264 static int former_fill_midi_msg(struct snd_ff *ff, in former_fill_midi_msg()
294 static int allocate_tx_resources(struct snd_ff *ff) in allocate_tx_resources()
335 static int ff800_allocate_resources(struct snd_ff *ff, unsigned int rate) in ff800_allocate_resources()
373 static int ff800_begin_session(struct snd_ff *ff, unsigned int rate) in ff800_begin_session()
392 static void ff800_finish_session(struct snd_ff *ff) in ff800_finish_session()
486 static int ff400_begin_session(struct snd_ff *ff, unsigned int rate) in ff400_begin_session()
528 static void ff400_finish_session(struct snd_ff *ff) in ff400_finish_session()
[all …]
H A Dff.c16 static void name_card(struct snd_ff *ff) in name_card()
41 struct snd_ff *ff = card->private_data; in ff_card_free() local
55 struct snd_ff *ff; in snd_ff_probe() local
119 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_update() local
128 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_remove() local
H A Dff-midi.c18 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_open() local
37 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_close() local
48 struct snd_ff *ff = substream->rmidi->private_data; in midi_capture_trigger() local
65 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_trigger() local
87 int snd_ff_create_midi_devices(struct snd_ff *ff) in snd_ff_create_midi_devices()
H A Dff-protocol-latter.c141 static int latter_get_clock(struct snd_ff *ff, unsigned int *rate, in latter_get_clock()
157 static int latter_switch_fetching_mode(struct snd_ff *ff, bool enable) in latter_switch_fetching_mode()
172 static int latter_allocate_resources(struct snd_ff *ff, unsigned int rate) in latter_allocate_resources()
248 static int latter_begin_session(struct snd_ff *ff, unsigned int rate) in latter_begin_session()
303 static void latter_finish_session(struct snd_ff *ff) in latter_finish_session()
312 static void latter_dump_status(struct snd_ff *ff, struct snd_info_buffer *buffer) in latter_dump_status()
396 static void latter_handle_midi_msg(struct snd_ff *ff, unsigned int offset, const __le32 *buf, in latter_handle_midi_msg()
486 static int latter_fill_midi_msg(struct snd_ff *ff, in latter_fill_midi_msg()
H A Dff-proc.c30 struct snd_ff *ff = entry->private_data; in proc_dump_status() local
35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node()
47 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init()
/openbmc/linux/tools/perf/util/
H A Dheader.c368 static int write_arch(struct feat_fd *ff, in write_arch()
381 static int write_version(struct feat_fd *ff, in write_version()
478 static int write_nrcpus(struct feat_fd *ff, in write_nrcpus()
864 static int write_cpuid(struct feat_fd *ff, in write_cpuid()
3457 struct feat_fd ff; in perf_file_section__fprintf_info() local
3527 struct feat_fd *ff; member
3590 struct feat_fd ff; in perf_header__adds_write() local
3635 struct feat_fd ff; in perf_header__write_pipe() local
3663 struct feat_fd ff; in perf_session__do_write_header() local
4044 struct feat_fd ff = { in perf_file_header__read_pipe() local
[all …]
/openbmc/linux/drivers/input/
H A Dff-core.c21 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access()
48 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect()
92 struct ff_device *ff = dev->ff; in input_ff_upload() local
172 struct ff_device *ff = dev->ff; in erase_effect() local
210 struct ff_device *ff = dev->ff; in input_ff_erase() local
235 struct ff_device *ff = dev->ff; in input_ff_flush() local
261 struct ff_device *ff = dev->ff; in input_ff_event() local
304 struct ff_device *ff; in input_ff_create() local
364 struct ff_device *ff = dev->ff; in input_ff_destroy() local
H A Dff-memless.c195 static int get_compatible_type(struct ff_device *ff, int effect_type) in get_compatible_type()
485 static void ml_ff_destroy(struct ff_device *ff) in ml_ff_destroy()
511 struct ff_device *ff; in input_ff_create_memless() local
/openbmc/linux/fs/fuse/
H A Dfile.c60 struct fuse_file *ff; in fuse_file_alloc() local
85 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
132 struct fuse_file *ff; in fuse_file_open() local
186 struct fuse_file *ff = file->private_data; in fuse_link_write_file() local
199 struct fuse_file *ff = file->private_data; in fuse_finish_open() local
1872 struct fuse_file *ff; in __fuse_write_file_get() local
1894 struct fuse_file *ff; in fuse_write_inode() local
2043 struct fuse_file *ff; member
2759 struct fuse_file *ff; in fuse_find_polled_node() local
2784 struct fuse_file *ff) in fuse_register_polled_file()
[all …]
H A Dioctl.c170 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() local
377 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl()
439 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup()
447 struct fuse_file *ff; in fuse_fileattr_get() local
485 struct fuse_file *ff; in fuse_fileattr_set() local
H A Dreaddir.c117 struct fuse_file *ff = file->private_data; in fuse_emit() local
365 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() local
390 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache()
446 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() local
586 struct fuse_file *ff = file->private_data; in fuse_readdir() local
H A Dcuse.c146 struct fuse_file *ff = file->private_data; in cuse_release() local
158 struct fuse_file *ff = file->private_data; in cuse_file_ioctl() local
171 struct fuse_file *ff = file->private_data; in cuse_file_compat_ioctl() local
/openbmc/u-boot/drivers/clk/
H A Dclk_fixed_factor.c25 struct clk_fixed_factor *ff = to_clk_fixed_factor(clk->dev); in clk_fixed_factor_get_rate() local
47 struct clk_fixed_factor *ff = to_clk_fixed_factor(dev); in clk_fixed_factor_ofdata_to_platdata() local
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c24 uint32_t ff; member
41 static void dump_mmx(int n, const uint64_t *r, int ff) in dump_mmx()
52 static void dump_xmm(const char *name, int n, const v2di *r, int ff) in dump_xmm()
64 static void dump_regs(reg_state *s, int ff) in dump_regs()
H A Dtest-avx.c17 uint32_t ff; member
35 static void dump_ymm(const char *name, int n, const v4di *r, int ff) in dump_ymm()
/openbmc/u-boot/arch/x86/cpu/
H A Dstart16.S49 ff: label
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.c162 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local
185 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local
207 const struct mtk_fixed_factor *ff = &clks[i - 1]; in mtk_clk_unregister_factors() local
/openbmc/qemu/disas/
H A Dalpha.c604 #define OPR_(oo,ff) (OP(oo) | (((ff) & 0x7F) << 5)) argument
605 #define OPRL_(oo,ff) (OPR_((oo),(ff)) | 0x1000) argument
607 #define OPR(oo,ff) OPR_(oo,ff), OPR_MASK argument
608 #define OPRL(oo,ff) OPRL_(oo,ff), OPR_MASK argument
/openbmc/linux/drivers/clk/pistachio/
H A Dclk.c108 struct pistachio_fixed_factor *ff, in pistachio_clk_register_fixed_factor()
/openbmc/linux/drivers/hid/
H A Dhid-lgff.c28 const signed short *ff; member
/openbmc/linux/block/
H A Dblk-merge.c735 blk_opf_t ff = rq->cmd_flags & REQ_FAILFAST_MASK; in blk_rq_set_mixed_merge() local
982 const blk_opf_t ff = bio_failfast(bio); in bio_attempt_back_merge() local
1008 const blk_opf_t ff = bio_failfast(bio); in bio_attempt_front_merge() local

123