/linux-5.19.10/drivers/net/ethernet/micrel/ |
D | ks8851_common.c | 36 static void ks8851_lock(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock() argument 38 ks->lock(ks, flags); in ks8851_lock() 48 static void ks8851_unlock(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock() argument 50 ks->unlock(ks, flags); in ks8851_unlock() 61 static void ks8851_wrreg16(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16() argument 64 ks->wrreg16(ks, reg, val); in ks8851_wrreg16() 74 static unsigned int ks8851_rdreg16(struct ks8851_net *ks, in ks8851_rdreg16() argument 77 return ks->rdreg16(ks, reg); in ks8851_rdreg16() 93 static void ks8851_soft_reset(struct ks8851_net *ks, unsigned op) in ks8851_soft_reset() argument 95 ks8851_wrreg16(ks, KS_GRR, op); in ks8851_soft_reset() [all …]
|
D | ks8851_spi.c | 58 #define to_ks8851_spi(ks) container_of((ks), struct ks8851_net_spi, ks8851) argument 80 static void ks8851_lock_spi(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock_spi() argument 82 struct ks8851_net_spi *kss = to_ks8851_spi(ks); in ks8851_lock_spi() 94 static void ks8851_unlock_spi(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock_spi() argument 96 struct ks8851_net_spi *kss = to_ks8851_spi(ks); in ks8851_unlock_spi() 116 static void ks8851_wrreg16_spi(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16_spi() argument 119 struct ks8851_net_spi *kss = to_ks8851_spi(ks); in ks8851_wrreg16_spi() 134 netdev_err(ks->netdev, "spi_sync() failed\n"); in ks8851_wrreg16_spi() 147 static void ks8851_rdreg(struct ks8851_net *ks, unsigned int op, in ks8851_rdreg() argument 150 struct ks8851_net_spi *kss = to_ks8851_spi(ks); in ks8851_rdreg() [all …]
|
D | ks8851_par.c | 53 #define to_ks8851_par(ks) container_of((ks), struct ks8851_net_par, ks8851) argument 62 static void ks8851_lock_par(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock_par() argument 64 struct ks8851_net_par *ksp = to_ks8851_par(ks); in ks8851_lock_par() 76 static void ks8851_unlock_par(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock_par() argument 78 struct ks8851_net_par *ksp = to_ks8851_par(ks); in ks8851_unlock_par() 91 static int ks_check_endian(struct ks8851_net *ks) in ks_check_endian() argument 93 struct ks8851_net_par *ksp = to_ks8851_par(ks); in ks_check_endian() 122 netdev_err(ks->netdev, "incorrect EESK endian strap setting\n"); in ks_check_endian() 135 static void ks8851_wrreg16_par(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16_par() argument 138 struct ks8851_net_par *ksp = to_ks8851_par(ks); in ks8851_wrreg16_par() [all …]
|
D | ks8851.h | 409 void (*lock)(struct ks8851_net *ks, 411 void (*unlock)(struct ks8851_net *ks, 413 unsigned int (*rdreg16)(struct ks8851_net *ks, 415 void (*wrreg16)(struct ks8851_net *ks, 417 void (*rdfifo)(struct ks8851_net *ks, u8 *buff, 419 void (*wrfifo)(struct ks8851_net *ks, 423 void (*rx_skb)(struct ks8851_net *ks, 425 void (*flush_tx_work)(struct ks8851_net *ks); 442 static void __maybe_unused ks8851_done_tx(struct ks8851_net *ks, in ks8851_done_tx() argument 445 struct net_device *dev = ks->netdev; in ks8851_done_tx()
|
/linux-5.19.10/drivers/net/phy/ |
D | spi_ks8995.c | 191 static inline __be16 create_spi_cmd(struct ks8995_switch *ks, int cmd, in create_spi_cmd() argument 197 result <<= ks->chip->addr_width + ks->chip->addr_shift; in create_spi_cmd() 199 result |= address << ks->chip->addr_shift; in create_spi_cmd() 204 static int ks8995_read(struct ks8995_switch *ks, char *buf, in ks8995_read() argument 212 cmd = create_spi_cmd(ks, KS8995_CMD_READ, offset); in ks8995_read() 225 mutex_lock(&ks->lock); in ks8995_read() 226 err = spi_sync(ks->spi, &m); in ks8995_read() 227 mutex_unlock(&ks->lock); in ks8995_read() 232 static int ks8995_write(struct ks8995_switch *ks, char *buf, in ks8995_write() argument 240 cmd = create_spi_cmd(ks, KS8995_CMD_WRITE, offset); in ks8995_write() [all …]
|
/linux-5.19.10/kernel/debug/ |
D | gdbstub.c | 477 static void gdb_cmd_status(struct kgdb_state *ks) in gdb_cmd_status() argument 488 hex_byte_pack(&remcom_out_buffer[1], ks->signo); in gdb_cmd_status() 491 static void gdb_get_regs_helper(struct kgdb_state *ks) in gdb_get_regs_helper() argument 499 thread = kgdb_info[ks->cpu].task; in gdb_get_regs_helper() 500 local_debuggerinfo = kgdb_info[ks->cpu].debuggerinfo; in gdb_get_regs_helper() 535 static void gdb_cmd_getregs(struct kgdb_state *ks) in gdb_cmd_getregs() argument 537 gdb_get_regs_helper(ks); in gdb_cmd_getregs() 542 static void gdb_cmd_setregs(struct kgdb_state *ks) in gdb_cmd_setregs() argument 549 gdb_regs_to_pt_regs(gdb_regs, ks->linux_regs); in gdb_cmd_setregs() 555 static void gdb_cmd_memread(struct kgdb_state *ks) in gdb_cmd_memread() argument [all …]
|
D | debug_core.c | 527 static int kgdb_reenter_check(struct kgdb_state *ks) in kgdb_reenter_check() argument 536 addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check() 547 kgdb_skipexception(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check() 555 kgdb_skipexception(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check() 583 static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, in kgdb_cpu_enter() argument 594 kgdb_info[ks->cpu].enter_kgdb++; in kgdb_cpu_enter() 595 kgdb_info[ks->cpu].exception_state |= exception_state; in kgdb_cpu_enter() 613 cpu = ks->cpu; in kgdb_cpu_enter() 698 if (kgdb_skipexception(ks->ex_vector, ks->linux_regs)) in kgdb_cpu_enter() 716 if (ks->send_ready) in kgdb_cpu_enter() [all …]
|
D | debug_core.h | 67 extern int gdb_serial_stub(struct kgdb_state *ks); 71 extern int gdbstub_state(struct kgdb_state *ks, char *cmd); 75 extern int kdb_stub(struct kgdb_state *ks); 77 extern int kdb_common_init_state(struct kgdb_state *ks); 81 static inline int kdb_stub(struct kgdb_state *ks) in kdb_stub() argument
|
/linux-5.19.10/kernel/debug/kdb/ |
D | kdb_debugger.c | 37 int kdb_common_init_state(struct kgdb_state *ks) in kdb_common_init_state() argument 40 kdb_current_task = kgdb_info[ks->cpu].task; in kdb_common_init_state() 41 kdb_current_regs = kgdb_info[ks->cpu].debuggerinfo; in kdb_common_init_state() 53 int kdb_stub(struct kgdb_state *ks) in kdb_stub() argument 57 unsigned long addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs); in kdb_stub() 62 kdb_ks = ks; in kdb_stub() 66 addr = instruction_pointer(ks->linux_regs); in kdb_stub() 68 ks->pass_exception = 0; in kdb_stub() 72 if (ks->err_code == KDB_REASON_SYSTEM_NMI && ks->signo == SIGTRAP) in kdb_stub() 82 if (addr != instruction_pointer(ks->linux_regs)) in kdb_stub() [all …]
|
/linux-5.19.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 489 struct ethtool_link_ksettings *ks) in i40e_phy_type_to_ethtool() argument 494 ethtool_link_ksettings_zero_link_mode(ks, supported); in i40e_phy_type_to_ethtool() 495 ethtool_link_ksettings_zero_link_mode(ks, advertising); in i40e_phy_type_to_ethtool() 498 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 501 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool() 504 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 506 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool() 515 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() 518 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool() 522 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool() [all …]
|
/linux-5.19.10/drivers/net/ethernet/pensando/ionic/ |
D | ionic_ethtool.c | 108 struct ethtool_link_ksettings *ks) in ionic_get_link_ksettings() argument 114 ethtool_link_ksettings_zero_link_mode(ks, supported); in ionic_get_link_ksettings() 129 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 134 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 141 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 147 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 155 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 161 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 165 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() 170 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings() [all …]
|
/linux-5.19.10/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 1494 ethtool_link_ksettings_add_link_mode(ks, advertising,\ 1505 struct ethtool_link_ksettings *ks) in ice_phy_type_to_ethtool() argument 1572 ethtool_link_ksettings_zero_link_mode(ks, supported); in ice_phy_type_to_ethtool() 1573 ethtool_link_ksettings_zero_link_mode(ks, advertising); in ice_phy_type_to_ethtool() 1578 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() 1588 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() 1596 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() 1605 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() 1613 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() 1622 ethtool_link_ksettings_add_link_mode(ks, supported, in ice_phy_type_to_ethtool() [all …]
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | get_stack_raw_tp.c | 32 struct ksym *ks; in get_stack_print_output() local 51 ks = ksym_search(raw_data[i]); in get_stack_print_output() 52 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output() 68 ks = ksym_search(e.kern_stack[i]); in get_stack_print_output() 69 if (ks && (strcmp(ks->name, nonjit_func) == 0)) { in get_stack_print_output()
|
/linux-5.19.10/fs/btrfs/ |
D | locking.c | 82 struct btrfs_lockdep_keyset *ks; in btrfs_set_buffer_lockdep_class() local 84 BUG_ON(level >= ARRAY_SIZE(ks->keys)); in btrfs_set_buffer_lockdep_class() 87 for (ks = btrfs_lockdep_keysets; ks->id; ks++) in btrfs_set_buffer_lockdep_class() 88 if (ks->id == objectid) in btrfs_set_buffer_lockdep_class() 91 lockdep_set_class_and_name(&eb->lock, &ks->keys[level], ks->names[level]); in btrfs_set_buffer_lockdep_class()
|
/linux-5.19.10/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ethtool.c | 176 static void set_asym_pause(u64 advertising, struct ethtool_link_ksettings *ks) in set_asym_pause() argument 183 ethtool_link_ksettings_add_link_mode(ks, advertising, in set_asym_pause() 203 struct ethtool_link_ksettings *ks) in fun_get_link_ksettings() argument 210 ethtool_link_ksettings_zero_link_mode(ks, supported); in fun_get_link_ksettings() 211 ethtool_link_ksettings_zero_link_mode(ks, advertising); in fun_get_link_ksettings() 212 ethtool_link_ksettings_zero_link_mode(ks, lp_advertising); in fun_get_link_ksettings() 224 ks->base.speed = speed; in fun_get_link_ksettings() 225 ks->base.duplex = DUPLEX_FULL; in fun_get_link_ksettings() 227 ks->link_modes.lp_advertising); in fun_get_link_ksettings() 229 ks->base.speed = SPEED_UNKNOWN; in fun_get_link_ksettings() [all …]
|
/linux-5.19.10/drivers/media/i2c/ |
D | ks0127.c | 332 struct ks0127 *ks = to_ks0127(sd); in ks0127_write() local 338 ks->regs[reg] = val; in ks0127_write() 345 struct ks0127 *ks = to_ks0127(sd); in ks0127_and_or() local 347 u8 val = ks->regs[reg]; in ks0127_and_or() 404 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_routing() local 480 if (ks->norm & V4L2_STD_525_60) in ks0127_s_routing() 536 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_std() local 541 ks->norm = std; in ks0127_s_std() 655 struct ks0127 *ks; in ks0127_probe() local 662 ks = devm_kzalloc(&client->dev, sizeof(*ks), GFP_KERNEL); in ks0127_probe() [all …]
|
/linux-5.19.10/crypto/ |
D | xcbc.c | 15 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable 64 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey() 65 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey() 66 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
|
D | seed.c | 312 t0 = X3 ^ ks[rbase]; \ 313 t1 = X4 ^ ks[rbase+1]; \ 370 const u32 *ks = ctx->keysched; in seed_encrypt() local 408 const u32 *ks = ctx->keysched; in seed_decrypt() local
|
/linux-5.19.10/mm/ |
D | slab_common.c | 1182 size_t ks; in __do_krealloc() local 1188 ks = kfence_ksize(p) ?: __ksize(p); in __do_krealloc() 1190 ks = 0; in __do_krealloc() 1193 if (ks >= new_size) { in __do_krealloc() 1202 memcpy(ret, kasan_reset_tag(p), ks); in __do_krealloc() 1252 size_t ks; in kfree_sensitive() local 1255 ks = ksize(mem); in kfree_sensitive() 1256 if (ks) in kfree_sensitive() 1257 memzero_explicit(mem, ks); in kfree_sensitive()
|
/linux-5.19.10/tools/perf/util/ |
D | call-path.c | 79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument 84 bool in_kernel = ip >= ks; in call_path__findnew()
|
D | thread-stack.c | 913 u64 ks = ts->kernel_start; in thread_stack__no_call_return() local 919 if (ip >= ks && addr < ks) { in thread_stack__no_call_return() 927 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 931 } else if (thread_stack__in_kernel(ts) && ip < ks) { in thread_stack__no_call_return() 957 cp = call_path__findnew(cpr, root, tsym, addr, ks); in thread_stack__no_call_return() 967 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 981 cp = call_path__findnew(cpr, parent, tsym, addr, ks); in thread_stack__no_call_return() 987 cp = call_path__findnew(cpr, cp, fsym, ip, ks); in thread_stack__no_call_return()
|
D | call-path.h | 66 struct symbol *sym, u64 ip, u64 ks);
|
/linux-5.19.10/kernel/module/ |
D | kallsyms.c | 26 const struct kernel_symbol *ks; in is_exported() local 29 ks = lookup_exported_symbol(name, __start___ksymtab, __stop___ksymtab); in is_exported() 31 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported() 33 return ks && kernel_symbol_value(ks) == value; in is_exported()
|
D | version.c | 97 struct kernel_symbol *ks, in module_layout() argument
|
/linux-5.19.10/arch/microblaze/include/asm/ |
D | mmu.h | 44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
|