/Linux-v4.19/drivers/tty/vt/ |
D | keyboard.c | 1111 void setledstate(struct kbd_struct *kb, unsigned int led) in setledstate() argument 1117 kb->ledmode = LED_SHOW_IOCTL; in setledstate() 1119 kb->ledmode = LED_SHOW_FLAGS; in setledstate() 1127 struct kbd_struct *kb = kbd_table + fg_console; in getleds() local 1129 if (kb->ledmode == LED_SHOW_IOCTL) in getleds() 1132 return kb->ledflagstate; in getleds() 1144 struct kbd_struct *kb = kbd_table + console; in vt_get_leds() local 1149 ret = vc_kbd_led(kb, flag); in vt_get_leds() 1166 struct kbd_struct *kb = kbd_table + console; in vt_set_led_state() local 1167 setledstate(kb, leds); in vt_set_led_state() [all …]
|
/Linux-v4.19/fs/dlm/ |
D | user.c | 87 static void compat_input(struct dlm_write_request *kb, in compat_input() argument 91 kb->version[0] = kb32->version[0]; in compat_input() 92 kb->version[1] = kb32->version[1]; in compat_input() 93 kb->version[2] = kb32->version[2]; in compat_input() 95 kb->cmd = kb32->cmd; in compat_input() 96 kb->is64bit = kb32->is64bit; in compat_input() 97 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input() 98 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input() 99 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input() 100 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input() [all …]
|
/Linux-v4.19/drivers/w1/slaves/ |
D | Kconfig | 77 tristate "1kb EEPROM family support (DS2431)" 80 1kb EEPROM family device (DS2431) 83 tristate "4kb EEPROM family support (DS2433)" 86 4kb EEPROM family device (DS2433). 135 4kb EEPROM with PIO family device (DS28E04).
|
/Linux-v4.19/arch/mips/sgi-ip22/ |
D | Platform | 8 # address by 8kb. 24 # be 16kb aligned or the handling of the current variable will break.
|
/Linux-v4.19/Documentation/serial/ |
D | moxa-smartio | 469 spd_hi Use 57.6kb when the application requests 38.4kb. 470 spd_vhi Use 115.2kb when the application requests 38.4kb. 471 spd_shi Use 230.4kb when the application requests 38.4kb. 472 spd_warp Use 460.8kb when the application requests 38.4kb. 473 spd_normal Use 38.4kb when the application requests 38.4kb. 475 application requests 38.4kb.
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-firmware-opal-elog | 51 <16kb, often just hundreds of bytes and 52 "average" 2kb.
|
/Linux-v4.19/arch/mips/sgi-ip27/ |
D | Platform | 6 # be 16kb aligned or the handling of the current variable will break.
|
/Linux-v4.19/Documentation/networking/ |
D | cxacru.txt | 100 [2635357.696901] ATM dev 0: ADSL line: up (8128 kb/s down | 832 kb/s up)
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head-xscale.S | 23 add r3, r2, #0x10000 @ 64 kb is quite enough...
|
/Linux-v4.19/net/ieee802154/ |
D | Kconfig | 7 devices. Maximum allowed data rate is 250 kb/s and typical personal
|
/Linux-v4.19/fs/fscache/ |
D | cookie.c | 115 const void *ka, *kb; in fscache_compare_cookie() local 128 kb = &b->inline_key; in fscache_compare_cookie() 131 kb = b->key; in fscache_compare_cookie() 133 return memcmp(ka, kb, a->key_len); in fscache_compare_cookie()
|
/Linux-v4.19/drivers/scsi/libsas/ |
D | Kconfig | 49 N here if you want to save the few kb this consumes.
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_av.c | 448 u8 *kb; in ts_play() local 454 kb = av7110->kbuf[type]; in ts_play() 456 if (!kb) in ts_play() 469 if (copy_from_user(kb, buf, TS_SIZE)) in ts_play() 471 write_ts_to_decoder(av7110, type, kb, TS_SIZE); in ts_play()
|
/Linux-v4.19/fs/proc/ |
D | Kconfig | 89 interfaces will reduce the size of the kernel by approximately 4kb.
|
/Linux-v4.19/Documentation/usb/ |
D | rio.txt | 28 replace it with a fresh one. In my case, what happened is I lost two 16kb
|
/Linux-v4.19/include/linux/ceph/ |
D | ceph_fs.h | 177 __le64 kb, kb_used, kb_avail; member
|
/Linux-v4.19/tools/power/pm-graph/ |
D | sleepgraph.py | 3005 kb, ke = e['begin'], e['end'] 3006 if kb == ke or tlb > kb or tle <= kb: 3009 data.newActionGlobal(e['name'], kb, ke, pid, color) 3017 kb, ke = e['begin'], e['end'] 3018 if kb == ke or tlb > kb or tle <= kb: 3020 data.addDeviceFunctionCall(e['name'], name, e['proc'], pid, kb,
|
/Linux-v4.19/fs/ceph/ |
D | super.c | 87 buf->f_blocks = le64_to_cpu(st.kb) >> (CEPH_BLOCK_SHIFT-10); in ceph_statfs()
|
/Linux-v4.19/drivers/rtc/ |
D | Kconfig | 989 This chip features 2kb of extended NV-SRAM. It may possibly be 998 This chip features 4kb of extended NV-SRAM. 1006 This chip features 8kb of extended NV-SRAM.
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 5040 int link, tc, kb, marker; in ixgbe_hpbthresh() local 5072 kb = IXGBE_BT2KB(dv_id); in ixgbe_hpbthresh() 5075 marker = rx_pba - kb; in ixgbe_hpbthresh()
|
/Linux-v4.19/Documentation/filesystems/ |
D | proc.txt | 181 VmPTE: 20 kb
|
/Linux-v4.19/Documentation/sound/ |
D | alsa-configuration.rst | 2191 max wavetable size in kB (4-?kb)
|