Home
last modified time | relevance | path

Searched refs:data_copy (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Ddriver.c605 char *data_copy; in line6_hwdep_write() local
612 data_copy = memdup_user(data, count); in line6_hwdep_write()
613 if (IS_ERR(data_copy)) in line6_hwdep_write()
614 return PTR_ERR(data_copy); in line6_hwdep_write()
616 rv = line6_send_raw_message(line6, data_copy, count); in line6_hwdep_write()
618 kfree(data_copy); in line6_hwdep_write()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Drecipeutils.py1137 data_copy = bb.data.init()
1139 data_copy.setVar(var, data.getVar(var))
1142 data_copy.setVar(k, data.getVar(k))
1144 data_copy_list.append(data_copy)
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmove_extent.c330 goto data_copy; in move_extent_per_page()
347 data_copy: in move_extent_per_page()