Searched refs:buffer_end (Results 1 – 8 of 8) sorted by relevance
14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1; variable78 if (buff_in > buffer_end) in synth_buffer_add()93 if (buff_out > buffer_end) in synth_buffer_getc()113 if (buff_out > buffer_end) in synth_buffer_skip_nonlatin1()
46 char *data_buffer, *buffer_begin, *buffer_end; member67 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset()106 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open()147 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger()168 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy()186 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_silence()283 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
470 u16 *buffer_entry, *buffer_end; in dell_wmi_notify() local484 buffer_end = buffer_entry + buffer_size; in dell_wmi_notify()498 if (priv->interface_version == 0 && buffer_entry < buffer_end) in dell_wmi_notify()499 if (buffer_end > buffer_entry + buffer_entry[0] + 1) in dell_wmi_notify()500 buffer_end = buffer_entry + buffer_entry[0] + 1; in dell_wmi_notify()502 while (buffer_entry < buffer_end) { in dell_wmi_notify()510 if (buffer_entry + len > buffer_end) { in dell_wmi_notify()
73 uint8_t *buffer_end; member99 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_read()113 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_init()125 if (rc->ptr >= rc->buffer_end) in rc_init_code()135 if (rc->ptr >= rc->buffer_end) in rc_do_normalize()583 if (rc.ptr >= rc.buffer_end) in unlzma()
125 uint8_t *buffer_end = buffer->data + prz->buffer_size; in persistent_ram_update_ecc() 139 if (block + ecc_block_size > buffer_end) in persistent_ram_update_ecc() 140 size = buffer_end - block; in persistent_ram_update_ecc() 126 uint8_t *buffer_end = buffer->data + prz->buffer_size; persistent_ram_update_ecc() local
1202 unsigned char *buffer, *buffer_end, *ptr; in sddr09_read_map() local1229 buffer_end = buffer + alloc_len; in sddr09_read_map()1251 ptr = buffer_end; in sddr09_read_map()1254 if (ptr >= buffer_end) { in sddr09_read_map()
1120 unsigned long payload, buffer_end, transmit_header_bytes = 0; in ioctl_queue_iso() local1138 buffer_end = client->buffer.page_count << PAGE_SHIFT; in ioctl_queue_iso()1140 payload >= buffer_end) { in ioctl_queue_iso()1142 buffer_end = 0; in ioctl_queue_iso()1192 if (payload + u->payload_length > buffer_end) in ioctl_queue_iso()
823 void *buffer_end = ctx->buffer + AR_BUFFERS * PAGE_SIZE; in ohci_ar_context_work() local824 p = handle_ar_packets(ctx, p, buffer_end); in ohci_ar_context_work()825 if (p < buffer_end) in ohci_ar_context_work()