| /drivers/target/ |
| A D | target_core_fabric_lib.c | 262 char hex[17] = {}; in sas_parse_pr_out_transport_id() local 264 bin2hex(hex, buf + 4, 8); in sas_parse_pr_out_transport_id() 265 snprintf(i_str, TRANSPORT_IQN_LEN, "naa.%s", hex); in sas_parse_pr_out_transport_id() 270 char hex[33] = {}; in srp_parse_pr_out_transport_id() local 272 bin2hex(hex, buf + 8, 16); in srp_parse_pr_out_transport_id() 273 snprintf(i_str, TRANSPORT_IQN_LEN, "0x%s", hex); in srp_parse_pr_out_transport_id() 283 char hex[17] = {}; in sbp_parse_pr_out_transport_id() local 285 bin2hex(hex, buf + 8, 8); in sbp_parse_pr_out_transport_id() 286 snprintf(i_str, TRANSPORT_IQN_LEN, "%s", hex); in sbp_parse_pr_out_transport_id()
|
| /drivers/net/ethernet/microchip/vcap/ |
| A D | vcap_api_debugfs.c | 28 bool hex = false; in vcap_debugfs_show_rule_keyfield() local 49 hex = true; in vcap_debugfs_show_rule_keyfield() 66 hex = true; in vcap_debugfs_show_rule_keyfield() 71 hex = true; in vcap_debugfs_show_rule_keyfield() 76 hex = true; in vcap_debugfs_show_rule_keyfield() 81 hex = true; in vcap_debugfs_show_rule_keyfield() 86 hex = true; in vcap_debugfs_show_rule_keyfield() 100 hex = true; in vcap_debugfs_show_rule_keyfield() 104 if (hex) { in vcap_debugfs_show_rule_keyfield() 146 hex = true; in vcap_debugfs_show_rule_actionfield() [all …]
|
| /drivers/bus/ |
| A D | moxtet.c | 468 u8 hex[sizeof(bin) * 2 + 1]; in input_read() local 476 bin2hex(hex, bin, n); in input_read() 478 hex[2*n] = '\n'; in input_read() 480 return simple_read_from_buffer(buf, len, ppos, hex, 2*n + 1); in input_read() 493 u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; in output_read() local 494 u8 *p = hex; in output_read() 506 return simple_read_from_buffer(buf, len, ppos, hex, p - hex); in output_read() 514 u8 hex[sizeof(bin) * 2 + 1]; in output_write() local 522 res = simple_write_to_buffer(hex, sizeof(hex), &dummy, buf, len); in output_write() 526 if (len % 2 == 1 && hex[len - 1] != '\n') in output_write() [all …]
|
| /drivers/usb/serial/ |
| A D | Makefile-keyspan_pda_fw | 12 %.hex: %.asm 16 %_fw.h: %.hex ezusb_convert.pl
|
| /drivers/isdn/capi/ |
| A D | capiutil.c | 426 unsigned hex = 0; in printstructlen() local 432 if (hex) in printstructlen() 435 hex = 0; in printstructlen() 437 if (!hex) in printstructlen() 441 hex = 1; in printstructlen() 443 if (hex) in printstructlen()
|
| /drivers/media/cec/usb/rainshadow/ |
| A D | rainshadow-cec.c | 286 char hex[3]; in rain_cec_adap_transmit() local 291 snprintf(hex, sizeof(hex), "%02x", msg->msg[i]); in rain_cec_adap_transmit() 292 strlcat(cmd, hex, sizeof(cmd)); in rain_cec_adap_transmit()
|
| /drivers/mfd/ |
| A D | janz-cmodio.c | 49 u8 hex; member 157 return sysfs_emit(buf, "%x\n", priv->hex); in modulbus_number_show() 211 priv->hex = ioread8(&priv->ctrl->int_enable); in cmodio_pci_probe()
|
| /drivers/media/radio/ |
| A D | Kconfig | 250 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" 287 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)" 370 hex "RadioTrack II i/o port (0x20c or 0x30c)" 378 hex "RadioTrack i/o port (0x20f or 0x30f)" 438 hex "Trust i/o port (usually 0x350 or 0x358)" 474 hex "Typhoon I/O port (0x316 or 0x336)" 497 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
|
| /drivers/accessibility/speakup/ |
| A D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value.
|
| /drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| A D | extron-da-hd-4k-plus.c | 803 static void extron_add_edid(struct extron_port *port, const char *hex) in extron_add_edid() argument 809 while (extron->edid_bytes_read < sizeof(port->edid) && *hex) { in extron_add_edid() 810 int err = hex2bin(&port->edid[extron->edid_bytes_read], hex, 1); in extron_add_edid() 818 hex += 2; in extron_add_edid() 829 if (!*hex) in extron_add_edid()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_dbg.c | 198 dr_dump_hex_print(char hex[DR_HEX_SIZE], char *src, u32 size) in dr_dump_hex_print() 203 bin2hex(hex, src, size); in dr_dump_hex_print() 204 hex[2 * size] = 0; /* NULL-terminate */ in dr_dump_hex_print()
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | Kconfig | 82 To set a value, simply echo an 8-byte hex value to the same file:
|
| /drivers/message/fusion/ |
| A D | Kconfig | 117 The debug level can be programmed on the fly via SysFS (hex values)
|
| /drivers/gpu/drm/ |
| A D | Kconfig | 70 hex "Drm panic screen foreground color, in RGB" 75 hex "Drm panic screen background color, in RGB"
|
| /drivers/mtd/maps/ |
| A D | Kconfig | 38 hex "Physical start address of flash mapping" 48 hex "Physical length of flash mapping"
|
| /drivers/net/wireless/intel/iwlwifi/ |
| A D | Kconfig | 120 To set a value, simply echo an 8-byte hex value to the same file:
|
| /drivers/scsi/ |
| A D | 53c700.scr | 41 ; The following represent status interrupts we use 3 hex digits for
|
| A D | 53c700_d.h_shipped | 44 ; The following represent status interrupts we use 3 hex digits for
|
| /drivers/net/wireless/realtek/rtw88/ |
| A D | phy.c | 1221 static u8 tbl_to_dec_pwr_by_rate(struct rtw_dev *rtwdev, u32 hex, u8 i) in tbl_to_dec_pwr_by_rate() argument 1224 return bcd_to_dec_pwr_by_rate(hex, i); in tbl_to_dec_pwr_by_rate() 1226 return (hex >> (i * 8)) & 0xFF; in tbl_to_dec_pwr_by_rate()
|
| /drivers/pci/controller/ |
| A D | Kconfig | 39 hex
|
| /drivers/gpu/drm/msm/registers/ |
| A D | gen_header.py | 751 print("\t%s," % hex(offset))
|
| /drivers/mtd/nand/raw/ |
| A D | Kconfig | 518 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
| /drivers/edac/ |
| A D | Kconfig | 128 - inject_ecc_vector (hex ecc vector: select bits of inject word)
|
| /drivers/auxdisplay/ |
| A D | Kconfig | 389 hex "Parallel port where the LCD is connected"
|