/drivers/tty/serial/pkvm-pl011/ |
D | Kconfig | 9 hex 14 hex 19 hex 24 hex 29 hex
|
/drivers/net/ethernet/microchip/vcap/ |
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() 123 bool hex = false; in vcap_debugfs_show_rule_actionfield() local [all …]
|
/drivers/bus/ |
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() 494 u8 hex[TURRIS_MOX_MAX_MODULES * 2 + 1]; in output_read() local 495 u8 *p = hex; in output_read() 507 return simple_read_from_buffer(buf, len, ppos, hex, p - hex); in output_read() 515 u8 hex[sizeof(bin) * 2 + 1]; in output_write() local 523 res = simple_write_to_buffer(hex, sizeof(hex), &dummy, buf, len); in output_write() 527 if (len % 2 == 1 && hex[len - 1] != '\n') in output_write() [all …]
|
/drivers/usb/serial/ |
D | Makefile-keyspan_pda_fw | 12 %.hex: %.asm 16 %_fw.h: %.hex ezusb_convert.pl
|
/drivers/isdn/capi/ |
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/ |
D | rainshadow-cec.c | 285 char hex[3]; in rain_cec_adap_transmit() local 290 snprintf(hex, sizeof(hex), "%02x", msg->msg[i]); in rain_cec_adap_transmit() 291 strlcat(cmd, hex, sizeof(cmd)); in rain_cec_adap_transmit()
|
/drivers/mfd/ |
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/ |
D | Kconfig | 254 hex "Aztech/Packard Bell I/O port (0x350 or 0x358)" 291 hex "Fixed I/O port (0x20c, 0x30c, 0x24c, 0x34c, 0x248 or 0x28c)" 374 hex "RadioTrack II i/o port (0x20c or 0x30c)" 382 hex "RadioTrack i/o port (0x20f or 0x30f)" 442 hex "Trust i/o port (usually 0x350 or 0x358)" 478 hex "Typhoon I/O port (0x316 or 0x336)" 501 hex "ZOLTRIX I/O port (0x20c or 0x30c)"
|
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_dbg.c | 97 dr_dump_hex_print(char hex[DR_HEX_SIZE], char *src, u32 size) in dr_dump_hex_print() 102 bin2hex(hex, src, size); in dr_dump_hex_print() 103 hex[2 * size] = 0; /* NULL-terminate */ in dr_dump_hex_print()
|
/drivers/accessibility/speakup/ |
D | DefaultKeyAssignments | 28 InsKeyPad-minus Say character hex and decimal value.
|
/drivers/message/fusion/ |
D | Kconfig | 117 The debug level can be programmed on the fly via SysFS (hex values)
|
/drivers/net/wireless/intel/iwlegacy/ |
D | Kconfig | 82 To set a value, simply echo an 8-byte hex value to the same file:
|
/drivers/mtd/maps/ |
D | Kconfig | 38 hex "Physical start address of flash mapping" 48 hex "Physical length of flash mapping"
|
/drivers/net/wireless/intel/iwlwifi/ |
D | Kconfig | 99 To set a value, simply echo an 8-byte hex value to the same file:
|
/drivers/scsi/ |
D | 53c700.scr | 41 ; The following represent status interrupts we use 3 hex digits for
|
D | 53c700_d.h_shipped | 44 ; The following represent status interrupts we use 3 hex digits for
|
/drivers/net/wireless/realtek/rtw88/ |
D | phy.c | 1135 static u8 tbl_to_dec_pwr_by_rate(struct rtw_dev *rtwdev, u32 hex, u8 i) in tbl_to_dec_pwr_by_rate() argument 1138 return bcd_to_dec_pwr_by_rate(hex, i); in tbl_to_dec_pwr_by_rate() 1140 return (hex >> (i * 8)) & 0xFF; in tbl_to_dec_pwr_by_rate()
|
/drivers/pci/controller/ |
D | Kconfig | 33 hex
|
/drivers/edac/ |
D | Kconfig | 98 - inject_ecc_vector (hex ecc vector: select bits of inject word)
|
/drivers/mtd/nand/raw/ |
D | Kconfig | 497 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
|
/drivers/auxdisplay/ |
D | Kconfig | 74 hex "Parallel port where the LCD is connected"
|