Searched refs:buffer_end (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/sound/sh/ |
D | sh_dac_audio.c | 62 char *data_buffer, *buffer_begin, *buffer_end; member 83 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset() 122 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open() 175 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger() 203 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_copy() 230 chip->buffer_end = chip->data_buffer + b_pos + b_count; in snd_sh_dac_pcm_silence() 334 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
|
/linux-4.4.14/drivers/staging/speakup/ |
D | buffers.c | 13 static u_char *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1; variable 77 if (buff_in > buffer_end) in synth_buffer_add() 88 if (buff_out > buffer_end) in synth_buffer_getc()
|
/linux-4.4.14/drivers/platform/x86/ |
D | dell-wmi.c | 174 u16 *buffer_entry, *buffer_end; in dell_wmi_notify() local 212 buffer_end = buffer_entry + buffer_size; in dell_wmi_notify() 214 while (buffer_entry < buffer_end) { in dell_wmi_notify() 222 if (buffer_entry + len > buffer_end) { in dell_wmi_notify()
|
/linux-4.4.14/lib/ |
D | decompress_unlzma.c | 71 uint8_t *buffer_end; member 97 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_read() 111 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_init() 123 if (rc->ptr >= rc->buffer_end) in rc_init_code() 133 if (rc->ptr >= rc->buffer_end) in rc_do_normalize() 581 if (rc.ptr >= rc.buffer_end) in unlzma()
|
/linux-4.4.14/sound/pci/nm256/ |
D | nm256.c | 220 u32 buffer_end; /* end offset */ member 1350 unsigned long pointer_found = chip->buffer_end - 0x1400; in snd_nm256_peek_for_sig() 1353 temp = ioremap_nocache(chip->buffer_addr + chip->buffer_end - 0x400, 16); in snd_nm256_peek_for_sig() 1369 pointer > chip->buffer_end) { in snd_nm256_peek_for_sig() 1383 chip->buffer_end = pointer_found; in snd_nm256_peek_for_sig() 1544 chip->buffer_end = 2560 * 1024; in snd_nm256_create() 1551 chip->buffer_end = 6144 * 1024; in snd_nm256_create() 1553 chip->buffer_end = 4096 * 1024; in snd_nm256_create() 1567 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end) in snd_nm256_create() 1568 chip->buffer_end = buffer_top; in snd_nm256_create() [all …]
|
/linux-4.4.14/fs/pstore/ |
D | ram_core.c | 159 uint8_t *buffer_end = buffer->data + prz->buffer_size; in persistent_ram_update_ecc() local 173 if (block + ecc_block_size > buffer_end) in persistent_ram_update_ecc() 174 size = buffer_end - block; in persistent_ram_update_ecc()
|
/linux-4.4.14/drivers/usb/storage/ |
D | sddr09.c | 1208 unsigned char *buffer, *buffer_end, *ptr; in sddr09_read_map() local 1232 buffer_end = buffer + alloc_len; in sddr09_read_map() 1254 ptr = buffer_end; in sddr09_read_map() 1257 if (ptr >= buffer_end) { in sddr09_read_map()
|
/linux-4.4.14/drivers/firewire/ |
D | core-cdev.c | 1065 unsigned long payload, buffer_end, transmit_header_bytes = 0; in ioctl_queue_iso() local 1086 buffer_end = client->buffer.page_count << PAGE_SHIFT; in ioctl_queue_iso() 1088 payload >= buffer_end) { in ioctl_queue_iso() 1090 buffer_end = 0; in ioctl_queue_iso() 1142 if (payload + u.packet.payload_length > buffer_end) in ioctl_queue_iso()
|
D | ohci.c | 961 void *buffer_end = ctx->buffer + AR_BUFFERS * PAGE_SIZE; in ar_context_tasklet() local 962 p = handle_ar_packets(ctx, p, buffer_end); in ar_context_tasklet() 963 if (p < buffer_end) in ar_context_tasklet()
|
/linux-4.4.14/drivers/atm/ |
D | ambassador.h | 505 __be32 buffer_end; member
|
D | ambassador.c | 2004 a.rec_struct[pool].buffer_end = bus_addr (dev->rxq[pool].in.limit); in amb_talk()
|