Searched refs:strtomem_pad (Results 1 - 5 of 5) sorted by last modified time

/linux-master/lib/
H A Dstring_kunit.c562 strtomem_pad(wrap.output, input, 0xAA);
/linux-master/include/linux/
H A Dstring.h383 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
396 #define strtomem_pad(dest, src, pad) do { \ macro
414 * without trailing padding. If padding is required, use strtomem_pad().
/linux-master/drivers/soc/qcom/
H A Dcmd-db.c156 strtomem_pad(query, id, 0);
/linux-master/drivers/auxdisplay/
H A Dpanel.c1452 strtomem_pad(key->u.kbd.press_str, press, '\0');
1453 strtomem_pad(key->u.kbd.repeat_str, repeat, '\0');
1454 strtomem_pad(key->u.kbd.release_str, release, '\0');
/linux-master/arch/x86/coco/tdx/
H A Dtdx.c146 strtomem_pad(message.str, msg, '\0');

Completed in 165 milliseconds