Home
last modified time | relevance | path

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

/drivers/misc/cxl/
Dflash.c232 size_t mod, s_copy, len_chunk = 0; in handle_image() local
283 s_copy = CXL_AI_BUFFER_SIZE; in handle_image()
288 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image()
292 s_copy = mod; in handle_image()
295 if (copy_from_user(dest, from, s_copy)) in handle_image()
303 from += s_copy; in handle_image()
/drivers/usb/gadget/
Dconfigfs.c135 static int usb_string_copy(const char *s, char **s_copy) in usb_string_copy() argument
139 char *copy = *s_copy; in usb_string_copy()
154 *s_copy = str; in usb_string_copy()