| /kernel/linux/linux-5.10/sound/firewire/fireface/ |
| H A 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() argument 47 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init() argument [all...] |
| H A 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 in midi_capture_trigger() local 65 struct snd_ff *ff = substream->rmidi->private_data; midi_playback_trigger() local 87 snd_ff_create_midi_devices(struct snd_ff *ff) snd_ff_create_midi_devices() argument [all...] |
| H A D | ff-hwdep.c | 21 struct snd_ff *ff = hwdep->private_data; in hwdep_read() local 57 struct snd_ff *ff = hwdep->private_data; hwdep_poll() local 72 hwdep_get_info(struct snd_ff *ff, void __user *arg) hwdep_get_info() argument 91 hwdep_lock(struct snd_ff *ff) hwdep_lock() argument 109 hwdep_unlock(struct snd_ff *ff) hwdep_unlock() argument 129 struct snd_ff *ff = hwdep->private_data; hwdep_release() local 142 struct snd_ff *ff = hwdep->private_data; hwdep_ioctl() local 167 snd_ff_create_hwdep_devices(struct snd_ff *ff) snd_ff_create_hwdep_devices() argument [all...] |
| H A D | ff.c | 16 static void name_card(struct snd_ff *ff) in name_card() argument 41 struct snd_ff *ff = card->private_data; ff_card_free() local 49 struct snd_ff *ff = container_of(work, struct snd_ff, dwork.work); do_registration() local 102 struct snd_ff *ff; snd_ff_probe() local 126 struct snd_ff *ff = dev_get_drvdata(&unit->device); snd_ff_update() local 140 struct snd_ff *ff = dev_get_drvdata(&unit->device); snd_ff_remove() local [all...] |
| H A D | ff-stream.c | 33 static inline void finish_session(struct snd_ff *ff) in finish_session() argument 39 static int init_stream(struct snd_ff *ff, struct amdtp_stream *s) in init_stream() argument 64 destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) destroy_stream() argument 74 snd_ff_stream_init_duplex(struct snd_ff *ff) snd_ff_stream_init_duplex() argument 101 snd_ff_stream_destroy_duplex(struct snd_ff *ff) snd_ff_stream_destroy_duplex() argument 109 snd_ff_stream_reserve_duplex(struct snd_ff *ff, unsigned int rate, unsigned int frames_per_period, unsigned int frames_per_buffer) snd_ff_stream_reserve_duplex() argument 168 snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate) snd_ff_stream_start_duplex() argument 227 snd_ff_stream_stop_duplex(struct snd_ff *ff) snd_ff_stream_stop_duplex() argument 238 snd_ff_stream_update_duplex(struct snd_ff *ff) snd_ff_stream_update_duplex() argument 247 snd_ff_stream_lock_changed(struct snd_ff *ff) snd_ff_stream_lock_changed() argument 253 snd_ff_stream_lock_try(struct snd_ff *ff) snd_ff_stream_lock_try() argument 274 snd_ff_stream_lock_release(struct snd_ff *ff) snd_ff_stream_lock_release() argument [all...] |
| H A D | ff-pcm.c | 104 static int pcm_init_hw_params(struct snd_ff *ff, in pcm_init_hw_params() argument 141 struct snd_ff *ff = substream->private_data; in pcm_open() local 220 struct snd_ff *ff = substream->private_data; pcm_close() local 230 struct snd_ff *ff = substream->private_data; pcm_hw_params() local 251 struct snd_ff *ff = substream->private_data; pcm_hw_free() local 267 struct snd_ff *ff = substream->private_data; pcm_capture_prepare() local 284 struct snd_ff *ff = substream->private_data; pcm_playback_prepare() local 301 struct snd_ff *ff = substream->private_data; pcm_capture_trigger() local 319 struct snd_ff *ff = substream->private_data; pcm_playback_trigger() local 337 struct snd_ff *ff = sbstrm->private_data; pcm_capture_pointer() local 344 struct snd_ff *ff = sbstrm->private_data; pcm_playback_pointer() local 351 struct snd_ff *ff = substream->private_data; pcm_capture_ack() local 358 struct snd_ff *ff = substream->private_data; pcm_playback_ack() local 363 snd_ff_create_pcm_devices(struct snd_ff *ff) snd_ff_create_pcm_devices() argument [all...] |
| H A D | ff-transaction.c | 10 static void finish_transmit_midi_msg(struct snd_ff *ff, unsigned int port, in finish_transmit_midi_msg() argument 39 struct snd_ff *ff = finish_transmit_midi0_msg() local 48 struct snd_ff *ff = finish_transmit_midi1_msg() local 53 transmit_midi_msg(struct snd_ff *ff, unsigned int port) transmit_midi_msg() argument 116 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[0]); transmit_midi0_msg() local 123 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[1]); transmit_midi1_msg() local 133 struct snd_ff *ff = callback_data; handle_midi_msg() local 143 allocate_own_address(struct snd_ff *ff, int i) allocate_own_address() argument 174 snd_ff_transaction_reregister(struct snd_ff *ff) snd_ff_transaction_reregister() argument 191 snd_ff_transaction_register(struct snd_ff *ff) snd_ff_transaction_register() argument 217 snd_ff_transaction_unregister(struct snd_ff *ff) snd_ff_transaction_unregister() argument [all...] |
| /kernel/linux/linux-6.6/sound/firewire/fireface/ |
| H A 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() argument 47 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init() argument [all...] |
| H A 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 in midi_capture_trigger() local 65 struct snd_ff *ff = substream->rmidi->private_data; midi_playback_trigger() local 87 snd_ff_create_midi_devices(struct snd_ff *ff) snd_ff_create_midi_devices() argument [all...] |
| H A D | ff-hwdep.c | 18 static bool has_msg(struct snd_ff *ff) in has_msg() argument 29 struct snd_ff *ff = hwdep->private_data; in hwdep_read() local 74 struct snd_ff *ff = hwdep->private_data; hwdep_poll() local 89 hwdep_get_info(struct snd_ff *ff, void __user *arg) hwdep_get_info() argument 108 hwdep_lock(struct snd_ff *ff) hwdep_lock() argument 126 hwdep_unlock(struct snd_ff *ff) hwdep_unlock() argument 146 struct snd_ff *ff = hwdep->private_data; hwdep_release() local 159 struct snd_ff *ff = hwdep->private_data; hwdep_ioctl() local 184 snd_ff_create_hwdep_devices(struct snd_ff *ff) snd_ff_create_hwdep_devices() argument [all...] |
| H A D | ff-stream.c | 33 static inline void finish_session(struct snd_ff *ff) in finish_session() argument 39 static int init_stream(struct snd_ff *ff, struct amdtp_stream *s) in init_stream() argument 64 destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) destroy_stream() argument 74 snd_ff_stream_init_duplex(struct snd_ff *ff) snd_ff_stream_init_duplex() argument 101 snd_ff_stream_destroy_duplex(struct snd_ff *ff) snd_ff_stream_destroy_duplex() argument 109 snd_ff_stream_reserve_duplex(struct snd_ff *ff, unsigned int rate, unsigned int frames_per_period, unsigned int frames_per_buffer) snd_ff_stream_reserve_duplex() argument 168 snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate) snd_ff_stream_start_duplex() argument 228 snd_ff_stream_stop_duplex(struct snd_ff *ff) snd_ff_stream_stop_duplex() argument 239 snd_ff_stream_update_duplex(struct snd_ff *ff) snd_ff_stream_update_duplex() argument 248 snd_ff_stream_lock_changed(struct snd_ff *ff) snd_ff_stream_lock_changed() argument 254 snd_ff_stream_lock_try(struct snd_ff *ff) snd_ff_stream_lock_try() argument 275 snd_ff_stream_lock_release(struct snd_ff *ff) snd_ff_stream_lock_release() argument [all...] |
| H A D | ff.c | 16 static void name_card(struct snd_ff *ff) in name_card() argument 41 struct snd_ff *ff = card->private_data; ff_card_free() local 55 struct snd_ff *ff; snd_ff_probe() local 119 struct snd_ff *ff = dev_get_drvdata(&unit->device); snd_ff_update() local 128 struct snd_ff *ff = dev_get_drvdata(&unit->device); snd_ff_remove() local [all...] |
| H A D | ff-pcm.c | 104 static int pcm_init_hw_params(struct snd_ff *ff, in pcm_init_hw_params() argument 141 struct snd_ff *ff = substream->private_data; in pcm_open() local 220 struct snd_ff *ff = substream->private_data; pcm_close() local 230 struct snd_ff *ff = substream->private_data; pcm_hw_params() local 251 struct snd_ff *ff = substream->private_data; pcm_hw_free() local 267 struct snd_ff *ff = substream->private_data; pcm_capture_prepare() local 284 struct snd_ff *ff = substream->private_data; pcm_playback_prepare() local 301 struct snd_ff *ff = substream->private_data; pcm_capture_trigger() local 319 struct snd_ff *ff = substream->private_data; pcm_playback_trigger() local 337 struct snd_ff *ff = sbstrm->private_data; pcm_capture_pointer() local 344 struct snd_ff *ff = sbstrm->private_data; pcm_playback_pointer() local 351 struct snd_ff *ff = substream->private_data; pcm_capture_ack() local 358 struct snd_ff *ff = substream->private_data; pcm_playback_ack() local 363 snd_ff_create_pcm_devices(struct snd_ff *ff) snd_ff_create_pcm_devices() argument [all...] |
| H A D | ff-transaction.c | 10 static void finish_transmit_midi_msg(struct snd_ff *ff, unsigned int port, in finish_transmit_midi_msg() argument 39 struct snd_ff *ff = finish_transmit_midi0_msg() local 48 struct snd_ff *ff = finish_transmit_midi1_msg() local 53 transmit_midi_msg(struct snd_ff *ff, unsigned int port) transmit_midi_msg() argument 116 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[0]); transmit_midi0_msg() local 123 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[1]); transmit_midi1_msg() local 132 struct snd_ff *ff = callback_data; handle_msg() local 146 allocate_own_address(struct snd_ff *ff, int i) allocate_own_address() argument 177 snd_ff_transaction_reregister(struct snd_ff *ff) snd_ff_transaction_reregister() argument 194 snd_ff_transaction_register(struct snd_ff *ff) snd_ff_transaction_register() argument 220 snd_ff_transaction_unregister(struct snd_ff *ff) snd_ff_transaction_unregister() argument [all...] |
| /kernel/linux/linux-5.10/drivers/clk/pistachio/ |
| H A D | clk.c | 107 pistachio_clk_register_fixed_factor(struct pistachio_clk_provider *p, struct pistachio_fixed_factor *ff, unsigned int num) pistachio_clk_register_fixed_factor() argument
|
| /kernel/linux/linux-6.6/drivers/clk/pistachio/ |
| H A D | clk.c | 107 pistachio_clk_register_fixed_factor(struct pistachio_clk_provider *p, struct pistachio_fixed_factor *ff, unsigned int num) pistachio_clk_register_fixed_factor() argument
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| H A D | hid-lgff.c | 28 const signed short *ff; member
|
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | ff-core.c | 24 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access() argument 51 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect() argument 95 struct ff_device *ff = dev->ff; in input_ff_upload() local 175 struct ff_device *ff = dev->ff; erase_effect() local 213 struct ff_device *ff = dev->ff; input_ff_erase() local 238 struct ff_device *ff = dev->ff; input_ff_flush() local 264 struct ff_device *ff = dev->ff; input_ff_event() local 307 struct ff_device *ff; input_ff_create() local 367 struct ff_device *ff = dev->ff; input_ff_destroy() local [all...] |
| /kernel/linux/linux-6.6/drivers/hid/ |
| H A D | hid-lgff.c | 28 const signed short *ff; member
|
| /kernel/linux/linux-6.6/drivers/input/ |
| H A D | ff-core.c | 21 static int check_effect_access(struct ff_device *ff, int effect_id, in check_effect_access() argument 48 static int compat_effect(struct ff_device *ff, struct ff_effect *effect) in compat_effect() argument 92 struct ff_device *ff = dev->ff; in input_ff_upload() local 172 struct ff_device *ff = dev->ff; erase_effect() local 210 struct ff_device *ff = dev->ff; input_ff_erase() local 235 struct ff_device *ff = dev->ff; input_ff_flush() local 261 struct ff_device *ff = dev->ff; input_ff_event() local 304 struct ff_device *ff; input_ff_create() local 364 struct ff_device *ff = dev->ff; input_ff_destroy() local [all...] |
| /kernel/linux/linux-5.10/drivers/clk/mediatek/ |
| H A D | clk-mtk.c | 78 const struct mtk_fixed_factor *ff = &clks[i]; in mtk_clk_register_factors() local
|
| /kernel/linux/linux-5.10/crypto/ |
| H A D | sm3_generic.c | 39 static inline u32 ff(unsigned int n, u32 a, u32 b, u32 c) in ff() function
|
| /kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 215 struct ff_device *ff; in iforce_init_device() local [all...] |
| H A D | iforce.h | 72 signed short *ff; member
|
| /kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
| H A D | iforce-main.c | 215 struct ff_device *ff; in iforce_init_device() local [all...] |