| /Linux-v5.4/sound/firewire/fireface/ | 
| D | ff-stream.c | 33 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()
 109 int snd_ff_stream_reserve_duplex(struct snd_ff *ff, unsigned int rate)  in snd_ff_stream_reserve_duplex()
 158 int snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate)  in snd_ff_stream_start_duplex()
 217 void snd_ff_stream_stop_duplex(struct snd_ff *ff)  in snd_ff_stream_stop_duplex()
 228 void snd_ff_stream_update_duplex(struct snd_ff *ff)  in snd_ff_stream_update_duplex()
 237 void snd_ff_stream_lock_changed(struct snd_ff *ff)  in snd_ff_stream_lock_changed()
 [all …]
 
 | 
| D | ff-pcm.c | 104 static int pcm_init_hw_params(struct snd_ff *ff,  in pcm_init_hw_params()141 	struct snd_ff *ff = substream->private_data;  in pcm_open()  local
 194 	struct snd_ff *ff = substream->private_data;  in pcm_close()  local
 204 	struct snd_ff *ff = substream->private_data;  in pcm_hw_params()  local
 227 	struct snd_ff *ff = substream->private_data;  in pcm_hw_free()  local
 243 	struct snd_ff *ff = substream->private_data;  in pcm_capture_prepare()  local
 260 	struct snd_ff *ff = substream->private_data;  in pcm_playback_prepare()  local
 277 	struct snd_ff *ff = substream->private_data;  in pcm_capture_trigger()  local
 295 	struct snd_ff *ff = substream->private_data;  in pcm_playback_trigger()  local
 313 	struct snd_ff *ff = sbstrm->private_data;  in pcm_capture_pointer()  local
 [all …]
 
 | 
| D | ff-transaction.c | 10 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
 133 	struct snd_ff *ff = callback_data;  in handle_midi_msg()  local
 143 static int allocate_own_address(struct snd_ff *ff, int i)  in allocate_own_address()
 174 int snd_ff_transaction_reregister(struct snd_ff *ff)  in snd_ff_transaction_reregister()
 191 int snd_ff_transaction_register(struct snd_ff *ff)  in snd_ff_transaction_register()
 [all …]
 
 | 
| D | ff-hwdep.c | 21 	struct snd_ff *ff = hwdep->private_data;  in hwdep_read()  local57 	struct snd_ff *ff = hwdep->private_data;  in hwdep_poll()  local
 72 static int hwdep_get_info(struct snd_ff *ff, void __user *arg)  in hwdep_get_info()
 91 static int hwdep_lock(struct snd_ff *ff)  in hwdep_lock()
 109 static int hwdep_unlock(struct snd_ff *ff)  in hwdep_unlock()
 129 	struct snd_ff *ff = hwdep->private_data;  in hwdep_release()  local
 142 	struct snd_ff *ff = hwdep->private_data;  in hwdep_ioctl()  local
 167 int snd_ff_create_hwdep_devices(struct snd_ff *ff)  in snd_ff_create_hwdep_devices()
 
 | 
| D | ff.c | 16 static void name_card(struct snd_ff *ff)  in name_card()31 	struct snd_ff *ff = card->private_data;  in ff_card_free()  local
 39 	struct snd_ff *ff = container_of(work, struct snd_ff, dwork.work);  in do_registration()  local
 92 	struct snd_ff *ff;  in snd_ff_probe()  local
 115 	struct snd_ff *ff = dev_get_drvdata(&unit->device);  in snd_ff_update()  local
 129 	struct snd_ff *ff = dev_get_drvdata(&unit->device);  in snd_ff_remove()  local
 
 | 
| D | ff-protocol-former.c | 73 static int former_get_clock(struct snd_ff *ff, unsigned int *rate,  in former_get_clock()89 static int former_switch_fetching_mode(struct snd_ff *ff, bool enable)  in former_switch_fetching_mode()
 123 static void dump_clock_config(struct snd_ff *ff, struct snd_info_buffer *buffer)  in dump_clock_config()
 161 static void dump_sync_status(struct snd_ff *ff, struct snd_info_buffer *buffer)  in dump_sync_status()
 259 static void former_dump_status(struct snd_ff *ff,  in former_dump_status()
 266 static int former_fill_midi_msg(struct snd_ff *ff,  in former_fill_midi_msg()
 296 static int allocate_tx_resources(struct snd_ff *ff)  in allocate_tx_resources()
 337 static int ff800_allocate_resources(struct snd_ff *ff, unsigned int rate)  in ff800_allocate_resources()
 375 static int ff800_begin_session(struct snd_ff *ff, unsigned int rate)  in ff800_begin_session()
 394 static void ff800_finish_session(struct snd_ff *ff)  in ff800_finish_session()
 [all …]
 
 | 
| D | ff-midi.c | 18 	struct snd_ff *ff = substream->rmidi->private_data;  in midi_playback_open()  local37 	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()
 
 | 
| D | ff-protocol-latter.c | 69 static int latter_get_clock(struct snd_ff *ff, unsigned int *rate,  in latter_get_clock()85 static int latter_switch_fetching_mode(struct snd_ff *ff, bool enable)  in latter_switch_fetching_mode()
 100 static int latter_allocate_resources(struct snd_ff *ff, unsigned int rate)  in latter_allocate_resources()
 176 static int latter_begin_session(struct snd_ff *ff, unsigned int rate)  in latter_begin_session()
 217 static void latter_finish_session(struct snd_ff *ff)  in latter_finish_session()
 226 static void latter_dump_status(struct snd_ff *ff, struct snd_info_buffer *buffer)  in latter_dump_status()
 296 static void latter_handle_midi_msg(struct snd_ff *ff, unsigned int offset,  in latter_handle_midi_msg()
 386 static int latter_fill_midi_msg(struct snd_ff *ff,  in latter_fill_midi_msg()
 
 | 
| D | ff-proc.c | 30 	struct snd_ff *ff = entry->private_data;  in proc_dump_status()  local35 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()
 
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | header.c | 90 static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size)  in __do_write_fd()99 static int __do_write_buf(struct feat_fd *ff,  const void *buf, size_t size)  in __do_write_buf()
 128 int do_write(struct feat_fd *ff, const void *buf, size_t size)  in do_write()
 136 static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size)  in do_write_bitmap()
 155 int write_padded(struct feat_fd *ff, const void *bf,  in write_padded()
 171 static int do_write_string(struct feat_fd *ff, const char *str)  in do_write_string()
 187 static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size)  in __do_read_fd()
 196 static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size)  in __do_read_buf()
 208 static int __do_read(struct feat_fd *ff, void *addr, ssize_t size)  in __do_read()
 215 static int do_read_u32(struct feat_fd *ff, u32 *addr)  in do_read_u32()
 [all …]
 
 | 
| /Linux-v5.4/drivers/input/ | 
| D | ff-core.c | 24 static int check_effect_access(struct ff_device *ff, int effect_id,  in check_effect_access()51 static int compat_effect(struct ff_device *ff, struct ff_effect *effect)  in compat_effect()
 95 	struct ff_device *ff = dev->ff;  in input_ff_upload()  local
 175 	struct ff_device *ff = dev->ff;  in erase_effect()  local
 213 	struct ff_device *ff = dev->ff;  in input_ff_erase()  local
 238 	struct ff_device *ff = dev->ff;  in input_ff_flush()  local
 264 	struct ff_device *ff = dev->ff;  in input_ff_event()  local
 307 	struct ff_device *ff;  in input_ff_create()  local
 367 	struct ff_device *ff = dev->ff;  in input_ff_destroy()  local
 
 | 
| D | ff-memless.c | 198 static int get_compatible_type(struct ff_device *ff, int effect_type)  in get_compatible_type()488 static void ml_ff_destroy(struct ff_device *ff)  in ml_ff_destroy()
 514 	struct ff_device *ff;  in input_ff_create_memless()  local
 
 | 
| /Linux-v5.4/fs/fuse/ | 
| D | file.c | 64 	struct fuse_file *ff;  in fuse_file_alloc()  local89 void fuse_file_free(struct fuse_file *ff)  in fuse_file_free()
 96 static struct fuse_file *fuse_file_get(struct fuse_file *ff)  in fuse_file_get()
 111 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir)  in fuse_file_put()
 135 	struct fuse_file *ff;  in fuse_do_open()  local
 179 	struct fuse_file *ff = file->private_data;  in fuse_link_write_file()  local
 192 	struct fuse_file *ff = file->private_data;  in fuse_finish_open()  local
 246 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff,  in fuse_prepare_release()
 279 	struct fuse_file *ff = file->private_data;  in fuse_release_common()  local
 324 void fuse_sync_release(struct fuse_inode *fi, struct fuse_file *ff, int flags)  in fuse_sync_release()
 [all …]
 
 | 
| D | readdir.c | 115 	struct fuse_file *ff = file->private_data;  in fuse_emit()  local352 			struct fuse_file *ff = file->private_data;  in fuse_readdir_uncached()  local
 377 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff,  in fuse_parse_cache()
 433 	struct fuse_file *ff = file->private_data;  in fuse_readdir_cached()  local
 567 	struct fuse_file *ff = file->private_data;  in fuse_readdir()  local
 
 | 
| D | cuse.c | 145 	struct fuse_file *ff = file->private_data;  in cuse_release()  local157 	struct fuse_file *ff = file->private_data;  in cuse_file_ioctl()  local
 170 	struct fuse_file *ff = file->private_data;  in cuse_file_compat_ioctl()  local
 
 | 
| D | dir.c | 437 	struct fuse_file *ff;  in fuse_create_open()  local930 		struct fuse_file *ff = file->private_data;  in fuse_do_getattr()  local
 1445 int fuse_flush_times(struct inode *inode, struct fuse_file *ff)  in fuse_flush_times()
 1549 		struct fuse_file *ff = file->private_data;  in fuse_do_setattr()  local
 
 | 
| /Linux-v5.4/drivers/clk/pistachio/ | 
| D | clk.c | 108 					 struct pistachio_fixed_factor *ff,  in pistachio_clk_register_fixed_factor()
 | 
| /Linux-v5.4/drivers/hid/ | 
| D | hid-lgff.c | 28 	const signed short *ff;  member
 | 
| /Linux-v5.4/block/ | 
| D | blk-core.c | 602 	const int ff = bio->bi_opf & REQ_FAILFAST_MASK;  in bio_attempt_back_merge()  local624 	const int ff = bio->bi_opf & REQ_FAILFAST_MASK;  in bio_attempt_front_merge()  local
 1283 	unsigned int ff = rq->cmd_flags & REQ_FAILFAST_MASK;  in blk_rq_err_bytes()  local
 
 | 
| /Linux-v5.4/drivers/input/joystick/iforce/ | 
| D | iforce-main.c | 214 	struct ff_device *ff;  in iforce_init_device()  local
 | 
| D | iforce.h | 72 	signed short *ff;  member
 | 
| /Linux-v5.4/drivers/media/platform/exynos4-is/ | 
| D | fimc-capture.c | 1023 	struct fimc_frame *ff = &ctx->d_frame;  in __fimc_capture_set_format()  local1139 			struct fimc_frame *ff = &vc->ctx->s_frame;  in fimc_pipeline_validate()  local
 1495 	struct fimc_frame *ff = &ctx->s_frame;  in fimc_subdev_get_fmt()  local
 1538 	struct fimc_frame *ff;  in fimc_subdev_set_fmt()  local
 
 | 
| /Linux-v5.4/crypto/ | 
| D | sm3_generic.c | 39 static inline u32 ff(unsigned int n, u32 a, u32 b, u32 c)  in ff()  function
 | 
| /Linux-v5.4/drivers/clk/mediatek/ | 
| D | clk-mtk.c | 78 		const struct mtk_fixed_factor *ff = &clks[i];  in mtk_clk_register_factors()  local
 | 
| /Linux-v5.4/drivers/video/fbdev/ | 
| D | pxa168fb.h | 408 #define     DMA_FF_UNDERFLOW_ENA(ff)		((ff) << 29)  argument414 #define     GRA_FF_UNDERFLOW_ENA(ff)		((ff) << 25)  argument
 441 #define     DMA_FF_UNDERFLOW(ff)		((ff) << 29)  argument
 447 #define     GRA_FF_UNDERFLOW(ff)		((ff) << 25)  argument
 
 |