Home
last modified time | relevance | path

Searched refs:hex_byte_pack_upper (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/can/
Dslcan.c291 pos = hex_byte_pack_upper(pos, cf->data[i]); in slc_encaps()
/Linux-v4.19/include/linux/
Dkernel.h626 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() function
/Linux-v4.19/kernel/
Daudit.c1928 ptr = hex_byte_pack_upper(ptr, buf[i]); in audit_log_n_hex()
/Linux-v4.19/lib/
Dvsprintf.c1342 p = hex_byte_pack_upper(p, addr[index[i]]); in uuid_string()