Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-6.6/sound/firewire/fireface/
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()
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 …]
Dff-pcm.c104 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 …]
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 …]
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()
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()
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 …]
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
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()
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()
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()
/kernel/linux/linux-5.10/sound/firewire/fireface/
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()
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()
227 void snd_ff_stream_stop_duplex(struct snd_ff *ff) in snd_ff_stream_stop_duplex()
238 void snd_ff_stream_update_duplex(struct snd_ff *ff) in snd_ff_stream_update_duplex()
247 void snd_ff_stream_lock_changed(struct snd_ff *ff) in snd_ff_stream_lock_changed()
[all …]
Dff-pcm.c104 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 …]
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
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 …]
Dff-hwdep.c21 struct snd_ff *ff = hwdep->private_data; in hwdep_read() local
57 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()
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
49 struct snd_ff *ff = container_of(work, struct snd_ff, dwork.work); in do_registration() local
102 struct snd_ff *ff; in snd_ff_probe() local
126 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_update() local
140 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_remove() local
Dff-protocol-former.c73 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 …]
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()
Dff-protocol-latter.c143 static int latter_get_clock(struct snd_ff *ff, unsigned int *rate, in latter_get_clock()
159 static int latter_switch_fetching_mode(struct snd_ff *ff, bool enable) in latter_switch_fetching_mode()
174 static int latter_allocate_resources(struct snd_ff *ff, unsigned int rate) in latter_allocate_resources()
250 static int latter_begin_session(struct snd_ff *ff, unsigned int rate) in latter_begin_session()
305 static void latter_finish_session(struct snd_ff *ff) in latter_finish_session()
314 static void latter_dump_status(struct snd_ff *ff, struct snd_info_buffer *buffer) in latter_dump_status()
398 static void latter_handle_midi_msg(struct snd_ff *ff, unsigned int offset, in latter_handle_midi_msg()
488 static int latter_fill_midi_msg(struct snd_ff *ff, in latter_fill_midi_msg()
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()
/kernel/linux/linux-6.6/tools/perf/util/
Dheader.c101 static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size) in __do_write_fd()
110 static int __do_write_buf(struct feat_fd *ff, const void *buf, size_t size) in __do_write_buf()
139 int do_write(struct feat_fd *ff, const void *buf, size_t size) in do_write()
147 static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size) in do_write_bitmap()
166 int write_padded(struct feat_fd *ff, const void *bf, in write_padded()
182 static int do_write_string(struct feat_fd *ff, const char *str) in do_write_string()
198 static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_fd()
207 static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_buf()
219 static int __do_read(struct feat_fd *ff, void *addr, ssize_t size) in __do_read()
226 static int do_read_u32(struct feat_fd *ff, u32 *addr) in do_read_u32()
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dheader.c91 static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size) in __do_write_fd()
100 static int __do_write_buf(struct feat_fd *ff, const void *buf, size_t size) in __do_write_buf()
129 int do_write(struct feat_fd *ff, const void *buf, size_t size) in do_write()
137 static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size) in do_write_bitmap()
156 int write_padded(struct feat_fd *ff, const void *bf, in write_padded()
172 static int do_write_string(struct feat_fd *ff, const char *str) in do_write_string()
188 static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_fd()
197 static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size) in __do_read_buf()
209 static int __do_read(struct feat_fd *ff, void *addr, ssize_t size) in __do_read()
216 static int do_read_u32(struct feat_fd *ff, u32 *addr) in do_read_u32()
[all …]
/kernel/linux/linux-5.10/drivers/input/
Dff-core.c24 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
/kernel/linux/linux-6.6/drivers/input/
Dff-core.c23 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access()
50 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect()
94 struct ff_device *ff = dev->ff; in input_ff_upload() local
174 struct ff_device *ff = dev->ff; in erase_effect() local
212 struct ff_device *ff = dev->ff; in input_ff_erase() local
237 struct ff_device *ff = dev->ff; in input_ff_flush() local
263 struct ff_device *ff = dev->ff; in input_ff_event() local
306 struct ff_device *ff; in input_ff_create() local
365 struct ff_device *ff = dev->ff; in input_ff_destroy() local
/kernel/linux/linux-6.6/fs/fuse/
Dfile.c60 struct fuse_file *ff; in fuse_file_alloc() local
85 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
92 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
107 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
132 struct fuse_file *ff; in fuse_file_open() local
173 struct fuse_file *ff = fuse_file_open(fm, nodeid, file->f_flags, isdir); in fuse_do_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
259 struct fuse_file *ff = file->private_data; in fuse_open_common() local
275 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release()
[all …]
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
/kernel/linux/linux-5.10/fs/fuse/
Dfile.c65 struct fuse_file *ff; in fuse_file_alloc() local
90 void fuse_file_free(struct fuse_file *ff) in fuse_file_free()
97 static struct fuse_file *fuse_file_get(struct fuse_file *ff) in fuse_file_get()
112 static void fuse_file_put(struct fuse_file *ff, bool sync, bool isdir) in fuse_file_put()
137 struct fuse_file *ff; in fuse_do_open() local
181 struct fuse_file *ff = file->private_data; in fuse_link_write_file() local
194 struct fuse_file *ff = file->private_data; in fuse_finish_open() local
255 struct fuse_file *ff = file->private_data; in fuse_open_common() local
272 static void fuse_prepare_release(struct fuse_inode *fi, struct fuse_file *ff, in fuse_prepare_release()
305 struct fuse_file *ff = file->private_data; in fuse_release_common() local
[all …]

1234