Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dslcan.c290 pos = hex_byte_pack_upper(pos, cf->data[i]); in slc_encaps()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h631 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() function
/OK3568_Linux_fs/kernel/kernel/
H A Daudit.c2035 ptr = hex_byte_pack_upper(ptr, buf[i]); in audit_log_n_hex()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c1741 p = hex_byte_pack_upper(p, addr[index[i]]); in uuid_string()