Home
last modified time | relevance | path

Searched refs:tocopy (Results 1 – 2 of 2) sorted by relevance

/sound/usb/bcd2000/
Dbcd2000.c108 unsigned int payload_length, tocopy; in bcd2000_midi_handle_input() local
126 tocopy = min(payload_length, buf_len-1); in bcd2000_midi_handle_input()
129 &buf[1], tocopy); in bcd2000_midi_handle_input()
132 &buf[1], tocopy); in bcd2000_midi_handle_input()
/sound/pci/asihpi/
Dhpicmn.c482 unsigned int tocopy; in hpi_check_control_cache_single() local
505 tocopy = pad_string_len - offset; in hpi_check_control_cache_single()
506 if (tocopy > sizeof(phr->u.cu.chars8.sz_data)) in hpi_check_control_cache_single()
507 tocopy = sizeof(phr->u.cu.chars8. in hpi_check_control_cache_single()
511 &pad_string[offset], tocopy); in hpi_check_control_cache_single()
514 pad_string_len - offset - tocopy; in hpi_check_control_cache_single()