Searched refs:hex_str (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm/boot/compressed/ |
| H A D | atags_to_fdt.c | 104 static void hex_str(char *out, uint32_t value) in hex_str() function 206 hex_str(serno, atag->u.serialnr.high); in atags_to_fdt() 207 hex_str(serno+8, atag->u.serialnr.low); in atags_to_fdt()
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_aux.c | 650 char hex_str[128] = {0}; in dce_aux_log_payload() local 651 char *hex_str_ptr = &hex_str[0]; in dce_aux_log_payload() 652 uint32_t hex_str_remaining = sizeof(hex_str); in dce_aux_log_payload() 684 hex_str, in dce_aux_log_payload()
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 146 hex_str = value.to_bytes(4, byteorder='little', signed=True) 147 return ' '.join(f'{byte:02x}' for byte in hex_str)
|
| /linux/drivers/target/ |
| H A D | target_core_transport.c | 1289 static const char hex_str[] = "0123456789abcdef"; in transport_set_vpd_ident() local 1301 hex_str[vpd->device_identifier_type]; in transport_set_vpd_ident() 1304 hex_str[(page_83[i] & 0xf0) >> 4]; in transport_set_vpd_ident() 1306 hex_str[page_83[i] & 0x0f]; in transport_set_vpd_ident()
|
| /linux/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 4872 unsigned char hex_str[16 * 3]; in ibmvnic_print_hex_dump() local 4876 hex_str, sizeof(hex_str), false); in ibmvnic_print_hex_dump() 4877 netdev_dbg(dev, "%s\n", hex_str); in ibmvnic_print_hex_dump()
|