Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 25 of 63) sorted by relevance

123

/sound/soc/uniphier/
Daio-dma.c31 int bytes = runtime->period_size * in aiodma_pcm_irq() local
51 int bytes = runtime->fragment_size; in aiodma_compr_irq() local
114 int bytes = runtime->period_size * in uniphier_aiodma_prepare() local
142 int bytes = runtime->period_size * in uniphier_aiodma_trigger() local
177 int bytes = runtime->period_size * in uniphier_aiodma_pointer() local
Daio-compress.c190 int bytes = runtime->fragment_size; in uniphier_aio_compr_prepare() local
230 int bytes = runtime->fragment_size, ret = 0; in uniphier_aio_compr_trigger() local
263 int bytes = runtime->fragment_size; in uniphier_aio_compr_pointer() local
339 int bytes = runtime->fragment_size; in uniphier_aio_compr_copy() local
/sound/i2c/other/
Dpt2258.c34 unsigned char bytes[2]; in snd_pt2258_reset() local
97 unsigned char bytes[2]; in pt2258_stereo_volume_put() local
146 unsigned char bytes[2]; in pt2258_switch_put() local
/sound/i2c/
Di2c.c132 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_sendbytes()
139 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in snd_i2c_readbytes()
262 unsigned char *bytes, int count) in snd_i2c_bit_sendbytes()
288 unsigned char *bytes, int count) in snd_i2c_bit_readbytes()
Dtea6330t.c98 unsigned char bytes[3]; in snd_tea6330t_put_master_volume() local
149 unsigned char bytes[3]; in snd_tea6330t_put_master_switch() local
200 unsigned char bytes[2]; in snd_tea6330t_put_bass() local
247 unsigned char bytes[2]; in snd_tea6330t_put_treble() local
285 unsigned char bytes[7]; in snd_tea6330t_update_mixer() local
/sound/soc/intel/common/
Dsst-dsp.c195 void sst_dsp_outbox_write(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_outbox_write()
208 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_outbox_read()
221 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_inbox_write()
234 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_inbox_read()
/sound/pci/echoaudio/
Dmidi.c60 static int write_midi(struct echoaudio *chip, u8 *data, int bytes) in write_midi()
206 int bytes, sent, time; in snd_echo_midi_output_write() local
/sound/soc/sof/
Dutils.c54 void *message, size_t bytes) in sof_mailbox_write()
63 void *message, size_t bytes) in sof_mailbox_read()
Dprobe.c78 size_t bytes; in sof_ipc_probe_info() local
Dops.h266 u32 offset, void *dest, size_t bytes) in snd_sof_dsp_block_read()
272 u32 offset, void *src, size_t bytes) in snd_sof_dsp_block_write()
/sound/core/
Dpcm_memory.c34 static void __update_allocated_size(struct snd_card *card, ssize_t bytes) in __update_allocated_size()
39 static void update_allocated_size(struct snd_card *card, ssize_t bytes) in update_allocated_size()
46 static void decrease_allocated_size(struct snd_card *card, size_t bytes) in decrease_allocated_size()
Dpcm_misc.c436 unsigned int bytes = samples * width / 8; in snd_pcm_format_set_silence() local
Dpcm_lib.c1933 void *buf, unsigned long bytes) in default_write_copy()
1944 void *buf, unsigned long bytes) in default_write_copy_kernel()
1955 unsigned long hwoff, void *buf, unsigned long bytes) in fill_silence()
1974 void *buf, unsigned long bytes) in default_read_copy()
1986 void *buf, unsigned long bytes) in default_read_copy_kernel()
/sound/usb/
Dpcm.c1597 unsigned int stride, frames, bytes, oldptr; in retire_capture_urb() local
1670 struct urb *urb, unsigned int bytes) in fill_playback_urb_dsd_dop()
1727 int offset, int stride, unsigned int bytes) in copy_to_urb()
1750 unsigned int bytes) in copy_to_urb_quirk()
1780 unsigned int counts, frames, bytes; in prepare_playback_urb() local
Dhelper.c16 unsigned int snd_usb_combine_bytes(unsigned char *bytes, int size) in snd_usb_combine_bytes()
/sound/firewire/
Diso-resources.c50 unsigned int bytes, s400_bytes; in packet_bandwidth() local
/sound/pci/ice1712/
Ddelta.c123 static int ap_cs8427_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in ap_cs8427_sendbytes()
140 static int ap_cs8427_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count) in ap_cs8427_readbytes()
Dews.c221 unsigned char bytes[2]; in snd_ice1712_ews_cs8404_spdif_write() local
833 unsigned char bytes[2]; in snd_ice1712_6fire_write_pca() local
/sound/firewire/tascam/
Dtascam-transaction.c257 int bytes; in handle_midi_tx() local
/sound/soc/intel/atom/sst/
Dsst_stream.c172 struct snd_sst_bytes_v2 *bytes) in sst_send_byte_stream_mrfld()
Dsst_drv_interface.c242 unsigned long bytes) in sst_cdev_ack()
641 struct snd_sst_bytes_v2 *bytes) in sst_send_byte_stream()
/sound/soc/intel/atom/
Dsst-mfld-platform-compress.c219 size_t bytes) in sst_platform_compr_ack()
/sound/atmel/
Dac97c.c419 unsigned long bytes; in atmel_ac97c_playback_pointer() local
436 unsigned long bytes; in atmel_ac97c_capture_pointer() local
/sound/core/oss/
Dpcm_oss.c589 long bytes = frames_to_bytes(runtime, frames); in snd_pcm_oss_bytes() local
602 static long snd_pcm_alsa_frames(struct snd_pcm_substream *substream, long bytes) in snd_pcm_alsa_frames()
1359 …d_pcm_oss_write2(struct snd_pcm_substream *substream, const char *buf, size_t bytes, int in_kernel) in snd_pcm_oss_write2()
1392 …ize_t snd_pcm_oss_write1(struct snd_pcm_substream *substream, const char __user *buf, size_t bytes) in snd_pcm_oss_write1()
1469 static ssize_t snd_pcm_oss_read2(struct snd_pcm_substream *substream, char *buf, size_t bytes, int … in snd_pcm_oss_read2()
1502 …atic ssize_t snd_pcm_oss_read1(struct snd_pcm_substream *substream, char __user *buf, size_t bytes) in snd_pcm_oss_read1()
/sound/usb/line6/
Dpcm.h103 unsigned bytes; member

123