Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/can/
Dslcan.c292 pos = hex_byte_pack_upper(pos, cf->data[i]); in slc_encaps()
/linux-4.4.14/include/linux/
Dkernel.h510 static inline char *hex_byte_pack_upper(char *buf, u8 byte) in hex_byte_pack_upper() function
/linux-4.4.14/kernel/
Daudit.c1541 ptr = hex_byte_pack_upper(ptr, buf[i]); in audit_log_n_hex()