Home
last modified time | relevance | path

Searched defs:hex (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_fabric_lib.c262 char hex[17] = {}; in sas_parse_pr_out_transport_id() local
270 char hex[33] = {}; in srp_parse_pr_out_transport_id() local
283 char hex[17] = {}; in sbp_parse_pr_out_transport_id() local
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c28 bool hex = false; in vcap_debugfs_show_rule_keyfield() local
123 bool hex = false; in vcap_debugfs_show_rule_actionfield() local
/linux/drivers/bus/
H A Dmoxtet.c468 u8 hex[sizeof(bin) * 2 + 1]; in input_read() local
493 u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; in output_read() local
514 u8 hex[sizeof(bin) * 2 + 1]; in output_write() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_synproxy.c23 static const char *hex = "0123456789ABCDEF"; in escape_str() local
/linux/drivers/mfd/
H A Djanz-cmodio.c49 u8 hex; member
/linux/tools/firmware/
H A Dihex2fw.c46 static uint8_t hex(const uint8_t *data, uint8_t *crc) in hex() function
/linux/arch/powerpc/platforms/powernv/
H A Dsetup.c377 static void pnv_progress(char *s, unsigned short hex) in pnv_progress()
/linux/arch/powerpc/platforms/pasemi/
H A Dsetup.c307 static void __init pas_progress(char *s, unsigned short hex) in pas_progress()
/linux/tools/perf/tests/
H A Dapi-io.c140 __u64 hex; in do_test_get_hex() local
/linux/lib/
H A Dseq_buf.c267 unsigned char hex[HEX_CHARS]; local
/linux/arch/parisc/boot/compressed/
H A Dmisc.c156 const char hex[] = "0123456789abcdef"; in print_num() local
/linux/drivers/isdn/capi/
H A Dcapiutil.c426 unsigned hex = 0; in printstructlen() local
/linux/tools/perf/util/
H A Ddemangle-rust-v0.c1264 struct buf hex; in printer_print_const_uint() local
1286 struct buf hex; in printer_print_const_str_literal() local
1340 struct buf hex; in printer_print_const() local
H A Ddata-convert-bt.c1432 static struct bt_ctf_field_type *create_int_type(int size, bool sign, bool hex) in create_int_type()
1473 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
/linux/arch/powerpc/kernel/
H A Drtas-proc.c314 unsigned long hex; in ppc_rtas_progress_write() local
H A Drtas.c825 void rtas_progress(char *s, unsigned short hex) in rtas_progress()
/linux/include/linux/
H A Dtrace_events.h150 trace_print_func hex; member
/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1221 static u8 tbl_to_dec_pwr_by_rate(struct rtw_dev *rtwdev, u32 hex, u8 i) in tbl_to_dec_pwr_by_rate()
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c2836 static void check_optarg(char *option, int hex) in check_optarg()