| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_parser.c | 144 struct ice_bst_keybuilder *kb) in ice_imem_bst_kb_dump() argument 149 dev_info(dev, "\tpriority = %d\n", kb->prio); in ice_imem_bst_kb_dump() 150 dev_info(dev, "\ttsr_ctrl = %d\n", kb->tsr_ctrl); in ice_imem_bst_kb_dump() 154 struct ice_np_keybuilder *kb) in ice_imem_np_kb_dump() argument 159 dev_info(dev, "\topc = %d\n", kb->opc); in ice_imem_np_kb_dump() 160 dev_info(dev, "\tstart_or_reg0 = %d\n", kb->start_reg0); in ice_imem_np_kb_dump() 161 dev_info(dev, "\tlen_or_reg1 = %d\n", kb->len_reg1); in ice_imem_np_kb_dump() 165 struct ice_pg_keybuilder *kb) in ice_imem_pg_kb_dump() argument 170 dev_info(dev, "\tflag0_ena = %d\n", kb->flag0_ena); in ice_imem_pg_kb_dump() 171 dev_info(dev, "\tflag1_ena = %d\n", kb->flag1_ena); in ice_imem_pg_kb_dump() [all …]
|
| H A D | ice_parser_rt.c | 174 struct ice_np_keybuilder *kb) in ice_pk_build() argument 176 if (kb->opc == ICE_NPKB_OPC_EXTRACT) in ice_pk_build() 177 return ice_hv_bit_sel(rt, kb->start_reg0, kb->len_reg1); in ice_pk_build() 178 else if (kb->opc == ICE_NPKB_OPC_BUILD) in ice_pk_build() 179 return rt->gpr[kb->start_reg0] | in ice_pk_build() 180 ((u32)rt->gpr[kb->len_reg1] << BITS_PER_TYPE(u16)); in ice_pk_build() 181 else if (kb->opc == ICE_NPKB_OPC_BYPASS) in ice_pk_build() 185 kb->opc); in ice_pk_build()
|
| /linux/drivers/tty/vt/ |
| H A D | keyboard.c | 1133 void setledstate(struct kbd_struct *kb, unsigned int led) in setledstate() argument 1138 kb->ledmode = LED_SHOW_IOCTL; in setledstate() 1140 kb->ledmode = LED_SHOW_FLAGS; in setledstate() 1147 struct kbd_struct *kb = kbd_table + fg_console; in getleds() local 1149 if (kb->ledmode == LED_SHOW_IOCTL) in getleds() 1152 return kb->ledflagstate; in getleds() 1164 struct kbd_struct *kb = &kbd_table[console]; in vt_get_leds() local 1167 return vc_kbd_led(kb, flag); in vt_get_leds() 1181 struct kbd_struct *kb = &kbd_table[console]; in vt_set_led_state() local 1182 setledstate(kb, leds); in vt_set_led_state() [all …]
|
| /linux/fs/dlm/ |
| H A D | user.c | 88 static void compat_input(struct dlm_write_request *kb, in compat_input() argument 92 kb->version[0] = kb32->version[0]; in compat_input() 93 kb->version[1] = kb32->version[1]; in compat_input() 94 kb->version[2] = kb32->version[2]; in compat_input() 96 kb->cmd = kb32->cmd; in compat_input() 97 kb->is64bit = kb32->is64bit; in compat_input() 98 if (kb->cmd == DLM_USER_CREATE_LOCKSPACE || in compat_input() 99 kb->cmd == DLM_USER_REMOVE_LOCKSPACE) { in compat_input() 100 kb->i.lspace.flags = kb32->i.lspace.flags; in compat_input() 101 kb->i.lspace.minor = kb32->i.lspace.minor; in compat_input() [all …]
|
| /linux/Documentation/driver-api/tty/ |
| H A D | moxa-smartio.rst | 172 spd_hi Use 57.6kb when the application requests 38.4kb. 173 spd_vhi Use 115.2kb when the application requests 38.4kb. 174 spd_shi Use 230.4kb when the application requests 38.4kb. 175 spd_warp Use 460.8kb when the application requests 38.4kb. 176 spd_normal Use 38.4kb when the application requests 38.4kb. 178 application requests 38.4kb.
|
| /linux/drivers/w1/slaves/ |
| H A D | Kconfig | 86 tristate "1kb EEPROM family support (DS2431)" 89 1kb EEPROM family device (DS2431) 92 tristate "4kb EEPROM family support (DS2433)" 95 4kb EEPROM family device (DS2433). 113 tristate "512b/1kb/16kb EPROM family support" 117 512b/1kb/16kb EPROM family device (DS250x). 151 4kb EEPROM with PIO family device (DS28E04).
|
| /linux/drivers/tty/ |
| H A D | n_tty.c | 2111 u8 *kb = kbuf; in n_tty_continue_cookie() local 2120 else if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_continue_cookie() 2121 return kb - kbuf; in n_tty_continue_cookie() 2123 if (copy_from_read_buf(tty, &kb, &nr)) in n_tty_continue_cookie() 2124 return kb - kbuf; in n_tty_continue_cookie() 2134 return kb - kbuf; in n_tty_continue_cookie() 2188 u8 *kb = kbuf; in n_tty_read() local 2237 if (kb != kbuf) in n_tty_read() 2243 *kb++ = cs; in n_tty_read() 2264 if (canon_copy_from_read_buf(tty, &kb, &nr)) in n_tty_read() [all …]
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-wp-mremap.c | 26 size_t kb; in detect_thp_sizes() local 39 kb = (pagesize >> 10) << i; in detect_thp_sizes() 40 sizes[count++] = kb * 1024; in detect_thp_sizes() 41 ksft_print_msg("[INFO] detected THP size: %zu KiB\n", kb); in detect_thp_sizes()
|
| H A D | vm_util.c | 325 size_t kb; in detect_hugetlb_page_sizes() local 331 if (sscanf(entry->d_name, "hugepages-%zukB", &kb) != 1) in detect_hugetlb_page_sizes() 333 sizes[count++] = kb * 1024; in detect_hugetlb_page_sizes() 335 kb); in detect_hugetlb_page_sizes()
|
| H A D | hugetlb_reparenting_test.sh | 43 kb=${hpz:14:-3} 44 mb=$(($kb / 1024))
|
| H A D | charge_reserved_hugetlb.sh | 86 kb=${hpz:14:-3} 87 mb=$(($kb / 1024))
|
| /linux/arch/mips/sgi-ip22/ |
| H A D | Platform | 8 # address by 8kb. 23 # be 16kb aligned or the handling of the current variable will break.
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-apalis-v1.2.dtsi | 878 kb-row10-ps2 { 1041 kb-row0-pr0 { 1048 kb-row1-pr1 { 1057 kb-row11-ps3 { 1066 kb-col5-pq5 { 1073 kb-col6-pq6 { 1080 kb-col7-pq7 { 1089 kb-col0-pq0 { 1096 kb-col1-pq1 { 1103 kb-col2-pq2 { [all …]
|
| H A D | tegra124-apalis.dtsi | 875 kb-row10-ps2 { 1038 kb-row0-pr0 { 1045 kb-row1-pr1 { 1054 kb-row11-ps3 { 1063 kb-col5-pq5 { 1070 kb-col6-pq6 { 1077 kb-col7-pq7 { 1086 kb-col0-pq0 { 1093 kb-col1-pq1 { 1100 kb-col2-pq2 { [all …]
|
| H A D | tegra30-apalis.dtsi | 169 kb-col0-pq0 { 337 kb-col2-pq2 { 347 kb-row0-pr0 { 357 kb-row5-pr5 { 489 kb-col5-pq5 { 496 kb-col6-pq6 {
|
| H A D | tegra30-apalis-v1.1.dtsi | 170 kb-col0-pq0 { 338 kb-col2-pq2 { 348 kb-row0-pr0 { 358 kb-row5-pr5 { 490 kb-col5-pq5 { 497 kb-col6-pq6 {
|
| H A D | tegra30-colibri.dtsi | 222 kb-row8-ps0 { 350 kb-row10-ps2 { 356 kb-row11-ps3 { 644 kb-col0-pq0 { 658 kb-row0-pr0 {
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-firmware-opal-elog | 52 <16kb, often just hundreds of bytes and 53 "average" 2kb.
|
| /linux/Documentation/networking/device_drivers/atm/ |
| H A D | cxacru.rst | 120 [2635357.696901] ATM dev 0: ADSL line: up (8128 kb/s down | 832 kb/s up)
|
| /linux/arch/mips/sgi-ip27/ |
| H A D | Platform | 6 # be 16kb aligned or the handling of the current variable will break.
|
| /linux/arch/arm/boot/compressed/ |
| H A D | head-xscale.S | 23 add r3, r2, #0x10000 @ 64 kb is quite enough...
|
| H A D | head-sa1100.S | 33 add r3, r2, #0x4000 @ 16 kb is quite enough...
|
| /linux/net/ieee802154/ |
| H A D | Kconfig | 8 devices. Maximum allowed data rate is 250 kb/s and typical personal
|
| /linux/drivers/scsi/libsas/ |
| H A D | Kconfig | 33 N here if you want to save the few kb this consumes.
|
| /linux/fs/netfs/ |
| H A D | fscache_cookie.c | 303 const void *ka, *kb; in fscache_cookie_same() local 312 kb = &b->inline_key; in fscache_cookie_same() 315 kb = b->key; in fscache_cookie_same() 317 return memcmp(ka, kb, a->key_len) == 0; in fscache_cookie_same()
|