/Linux-v6.1/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() 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() [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 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 [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() local 55 struct snd_ff *ff = hwdep->private_data; in hwdep_poll() local 70 static int hwdep_get_info(struct snd_ff *ff, void __user *arg) in hwdep_get_info() 89 static int hwdep_lock(struct snd_ff *ff) in hwdep_lock() 107 static int hwdep_unlock(struct snd_ff *ff) in hwdep_unlock() 127 struct snd_ff *ff = hwdep->private_data; in hwdep_release() local 140 struct snd_ff *ff = hwdep->private_data; in hwdep_ioctl() local 165 int snd_ff_create_hwdep_devices(struct snd_ff *ff) in snd_ff_create_hwdep_devices()
|
D | ff-protocol-former.c | 71 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() 121 static void dump_clock_config(struct snd_ff *ff, struct snd_info_buffer *buffer) in dump_clock_config() 159 static void dump_sync_status(struct snd_ff *ff, struct snd_info_buffer *buffer) in dump_sync_status() 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() [all …]
|
D | ff-midi.c | 18 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()
|
D | ff.c | 16 static void name_card(struct snd_ff *ff) in name_card() 41 struct snd_ff *ff = card->private_data; in ff_card_free() local 53 struct snd_ff *ff; in snd_ff_probe() local 109 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_update() local 118 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_remove() local
|
D | ff-protocol-latter.c | 141 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, in latter_handle_midi_msg() 486 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() 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()
|
/Linux-v6.1/tools/perf/util/ |
D | header.c | 95 static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size) in __do_write_fd() 104 static int __do_write_buf(struct feat_fd *ff, const void *buf, size_t size) in __do_write_buf() 133 int do_write(struct feat_fd *ff, const void *buf, size_t size) in do_write() 141 static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size) in do_write_bitmap() 160 int write_padded(struct feat_fd *ff, const void *bf, in write_padded() 176 static int do_write_string(struct feat_fd *ff, const char *str) in do_write_string() 192 static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_fd() 201 static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_buf() 213 static int __do_read(struct feat_fd *ff, void *addr, ssize_t size) in __do_read() 220 static int do_read_u32(struct feat_fd *ff, u32 *addr) in do_read_u32() [all …]
|
/Linux-v6.1/drivers/input/ |
D | ff-core.c | 21 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
|
D | ff-memless.c | 195 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
|
/Linux-v6.1/fs/fuse/ |
D | file.c | 59 struct fuse_file *ff; in fuse_file_alloc() local 84 void fuse_file_free(struct fuse_file *ff) in fuse_file_free() 91 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get() 106 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put() 131 struct fuse_file *ff; in fuse_file_open() local 172 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_open() local 185 struct fuse_file *ff = file->private_data; in fuse_link_write_file() local 198 struct fuse_file *ff = file->private_data; in fuse_finish_open() local 258 struct fuse_file *ff = file->private_data; in fuse_open_common() local 274 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release() [all …]
|
D | ioctl.c | 161 struct fuse_file *ff = file->private_data; in fuse_do_ioctl() local 370 static int fuse_priv_ioctl(struct inode *inode, struct fuse_file *ff, in fuse_priv_ioctl() 428 static void fuse_priv_ioctl_cleanup(struct inode *inode, struct fuse_file *ff) in fuse_priv_ioctl_cleanup() 436 struct fuse_file *ff; in fuse_fileattr_get() local 474 struct fuse_file *ff; in fuse_fileattr_set() local
|
D | readdir.c | 117 struct fuse_file *ff = file->private_data; in fuse_emit() local 357 struct fuse_file *ff = file->private_data; in fuse_readdir_uncached() local 382 static enum fuse_parse_result fuse_parse_cache(struct fuse_file *ff, in fuse_parse_cache() 438 struct fuse_file *ff = file->private_data; in fuse_readdir_cached() local 578 struct fuse_file *ff = file->private_data; in fuse_readdir() local
|
D | cuse.c | 146 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
|
D | dir.c | 543 struct fuse_file *ff; in fuse_create_open() local 1106 struct fuse_file *ff = file->private_data; in fuse_do_getattr() local 1630 int fuse_flush_times(struct inode *inode, struct fuse_file *ff) in fuse_flush_times() 1747 struct fuse_file *ff = file->private_data; in fuse_do_setattr() local
|
/Linux-v6.1/drivers/clk/mediatek/ |
D | clk-mtk.c | 144 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local 167 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local 189 const struct mtk_fixed_factor *ff = &clks[i - 1]; in mtk_clk_unregister_factors() local
|
/Linux-v6.1/drivers/clk/pistachio/ |
D | clk.c | 108 struct pistachio_fixed_factor *ff, in pistachio_clk_register_fixed_factor()
|
/Linux-v6.1/drivers/hid/ |
D | hid-lgff.c | 28 const signed short *ff; member
|
/Linux-v6.1/block/ |
D | blk-merge.c | 719 blk_opf_t ff = rq->cmd_flags & REQ_FAILFAST_MASK; in blk_rq_set_mixed_merge() local 935 const blk_opf_t ff = bio->bi_opf & REQ_FAILFAST_MASK; in bio_attempt_back_merge() local 959 const blk_opf_t ff = bio->bi_opf & REQ_FAILFAST_MASK; in bio_attempt_front_merge() local
|
/Linux-v6.1/drivers/media/platform/samsung/exynos4-is/ |
D | fimc-capture.c | 1013 struct fimc_frame *ff = &ctx->d_frame; in __fimc_capture_set_format() local 1129 struct fimc_frame *ff = &vc->ctx->s_frame; in fimc_pipeline_validate() local 1474 struct fimc_frame *ff = &ctx->s_frame; in fimc_subdev_get_fmt() local 1517 struct fimc_frame *ff; in fimc_subdev_set_fmt() local
|
/Linux-v6.1/drivers/input/joystick/iforce/ |
D | iforce-main.c | 215 struct ff_device *ff; in iforce_init_device() local
|
D | iforce.h | 72 signed short *ff; member
|
/Linux-v6.1/drivers/video/fbdev/ |
D | pxa168fb.h | 408 #define DMA_FF_UNDERFLOW_ENA(ff) ((ff) << 29) argument 414 #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
|