Searched refs:kb (Results 1 – 7 of 7) sorted by relevance
/drivers/tty/vt/ |
D | keyboard.c | 1112 void setledstate(struct kbd_struct *kb, unsigned int led) in setledstate() argument 1118 kb->ledmode = LED_SHOW_IOCTL; in setledstate() 1120 kb->ledmode = LED_SHOW_FLAGS; in setledstate() 1128 struct kbd_struct *kb = kbd_table + fg_console; in getleds() local 1130 if (kb->ledmode == LED_SHOW_IOCTL) in getleds() 1133 return kb->ledflagstate; in getleds() 1145 struct kbd_struct *kb = kbd_table + console; in vt_get_leds() local 1150 ret = vc_kbd_led(kb, flag); in vt_get_leds() 1167 struct kbd_struct *kb = kbd_table + console; in vt_set_led_state() local 1168 setledstate(kb, leds); in vt_set_led_state() [all …]
|
/drivers/s390/crypto/ |
D | zcrypt_ccamisc.c | 769 } kb; in cca_gencipherkey() member 784 } kb; in cca_gencipherkey() member 822 preqparm->kb.len = sizeof(preqparm->kb); in cca_gencipherkey() 823 preqparm->kb.tlv1.len = sizeof(preqparm->kb.tlv1); in cca_gencipherkey() 824 preqparm->kb.tlv1.flag = 0x0030; in cca_gencipherkey() 825 preqparm->kb.tlv2.len = sizeof(preqparm->kb.tlv2); in cca_gencipherkey() 826 preqparm->kb.tlv2.flag = 0x0030; in cca_gencipherkey() 827 preqparm->kb.tlv3.len = sizeof(preqparm->kb.tlv3); in cca_gencipherkey() 828 preqparm->kb.tlv3.flag = 0x0030; in cca_gencipherkey() 829 memcpy(preqparm->kb.tlv3.gen_key_id_1, in cca_gencipherkey() [all …]
|
/drivers/w1/slaves/ |
D | Kconfig | 78 tristate "1kb EEPROM family support (DS2431)" 81 1kb EEPROM family device (DS2431) 84 tristate "4kb EEPROM family support (DS2433)" 87 4kb EEPROM family device (DS2433). 105 tristate "512b/1kb/16kb EPROM family support" 109 512b/1kb/16kb EPROM family device (DS250x). 143 4kb EEPROM with PIO family device (DS28E04).
|
/drivers/scsi/libsas/ |
D | Kconfig | 33 N here if you want to save the few kb this consumes.
|
/drivers/media/pci/ttpci/ |
D | av7110_av.c | 434 u8 *kb; in ts_play() local 440 kb = av7110->kbuf[type]; in ts_play() 442 if (!kb) in ts_play() 455 if (copy_from_user(kb, buf, TS_SIZE)) in ts_play() 457 write_ts_to_decoder(av7110, type, kb, TS_SIZE); in ts_play()
|
/drivers/rtc/ |
D | Kconfig | 1046 This chip features 2kb of extended NV-SRAM. It may possibly be 1055 This chip features 4kb of extended NV-SRAM. 1063 This chip features 8kb of extended NV-SRAM.
|
/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5104 int link, tc, kb, marker; in ixgbe_hpbthresh() local 5136 kb = IXGBE_BT2KB(dv_id); in ixgbe_hpbthresh() 5139 marker = rx_pba - kb; in ixgbe_hpbthresh()
|