Home
last modified time | relevance | path

Searched refs:hex (Results 1 – 21 of 21) sorted by relevance

/drivers/tty/serial/pkvm-pl011/
DKconfig9 hex
14 hex
19 hex
24 hex
29 hex
/drivers/net/ethernet/microchip/vcap/
Dvcap_api_debugfs.c28 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/
Dmoxtet.c468 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/
DMakefile-keyspan_pda_fw12 %.hex: %.asm
16 %_fw.h: %.hex ezusb_convert.pl
/drivers/isdn/capi/
Dcapiutil.c426 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/
Drainshadow-cec.c285 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/
Djanz-cmodio.c49 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/
DKconfig254 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/
Ddr_dbg.c97 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/
DDefaultKeyAssignments28 InsKeyPad-minus Say character hex and decimal value.
/drivers/message/fusion/
DKconfig117 The debug level can be programmed on the fly via SysFS (hex values)
/drivers/net/wireless/intel/iwlegacy/
DKconfig82 To set a value, simply echo an 8-byte hex value to the same file:
/drivers/mtd/maps/
DKconfig38 hex "Physical start address of flash mapping"
48 hex "Physical length of flash mapping"
/drivers/net/wireless/intel/iwlwifi/
DKconfig99 To set a value, simply echo an 8-byte hex value to the same file:
/drivers/scsi/
D53c700.scr41 ; The following represent status interrupts we use 3 hex digits for
D53c700_d.h_shipped44 ; The following represent status interrupts we use 3 hex digits for
/drivers/net/wireless/realtek/rtw88/
Dphy.c1135 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/
DKconfig33 hex
/drivers/edac/
DKconfig98 - inject_ecc_vector (hex ecc vector: select bits of inject word)
/drivers/mtd/nand/raw/
DKconfig497 hex "Physical address of DiskOnChip" if MTD_NAND_DISKONCHIP_PROBE_ADVANCED
/drivers/auxdisplay/
DKconfig74 hex "Parallel port where the LCD is connected"