Home
last modified time | relevance | path

Searched full:ks (Results 1 – 25 of 76) sorted by relevance

1234

/linux/drivers/net/ethernet/micrel/
H A Dks8851_common.c30 * @ks: The chip state
35 static void ks8851_lock(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock() argument
37 ks->lock(ks, flags); in ks8851_lock()
42 * @ks: The chip state
47 static void ks8851_unlock(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock() argument
49 ks->unlock(ks, flags); in ks8851_unlock()
54 * @ks: The chip state
60 static void ks8851_wrreg16(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16() argument
63 ks->wrreg16(ks, reg, val); in ks8851_wrreg16()
68 * @ks: The chip information
[all …]
H A Dks8851_spi.c58 #define to_ks8851_spi(ks) container_of((ks), struct ks8851_net_spi, ks8851) argument
75 * @ks: The chip state
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()
89 * @ks: The chip state
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()
110 * @ks: The chip state
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()
[all …]
H A Dks8851_par.c53 #define to_ks8851_par(ks) container_of((ks), struct ks8851_net_par, ks8851) argument
57 * @ks: The chip state
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()
71 * @ks: The chip state
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()
85 * @ks : The chip information
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()
[all …]
H A Dks8851.h411 void (*lock)(struct ks8851_net *ks,
413 void (*unlock)(struct ks8851_net *ks,
415 unsigned int (*rdreg16)(struct ks8851_net *ks,
417 void (*wrreg16)(struct ks8851_net *ks,
419 void (*rdfifo)(struct ks8851_net *ks, u8 *buff,
421 void (*wrfifo)(struct ks8851_net *ks,
425 void (*flush_tx_work)(struct ks8851_net *ks);
439 * @ks: The device state
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/drivers/net/phy/
H A Dspi_ks8995.c175 * @ks: pointer to switch instance
185 static inline __be16 create_spi_cmd(struct ks8995_switch *ks, int cmd, in create_spi_cmd() argument
191 result <<= ks->chip->addr_width + ks->chip->addr_shift; in create_spi_cmd()
193 result |= address << ks->chip->addr_shift; in create_spi_cmd()
198 static int ks8995_read(struct ks8995_switch *ks, char *buf, in ks8995_read() argument
206 cmd = create_spi_cmd(ks, KS8995_CMD_READ, offset); in ks8995_read()
219 mutex_lock(&ks->lock); in ks8995_read()
220 err = spi_sync(ks->spi, &m); in ks8995_read()
221 mutex_unlock(&ks->lock); in ks8995_read()
226 static int ks8995_write(struct ks8995_switch *ks, char *buf, in ks8995_write() argument
[all …]
/linux/kernel/debug/kdb/
H A Dkdb_debugger.c37 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/kernel/debug/
H A Dgdbstub.c477 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 …]
H A Ddebug_core.c515 static int kgdb_reenter_check(struct kgdb_state *ks) in kgdb_reenter_check() argument
524 addr = kgdb_arch_pc(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check()
535 kgdb_skipexception(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check()
543 kgdb_skipexception(ks->ex_vector, ks->linux_regs); in kgdb_reenter_check()
571 static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, in kgdb_cpu_enter() argument
582 kgdb_info[ks->cpu].enter_kgdb++; in kgdb_cpu_enter()
583 kgdb_info[ks->cpu].exception_state |= exception_state; in kgdb_cpu_enter()
601 cpu = ks->cpu; in kgdb_cpu_enter()
686 if (kgdb_skipexception(ks->ex_vector, ks->linux_regs)) in kgdb_cpu_enter()
704 if (ks->send_ready) in kgdb_cpu_enter()
[all …]
H A Ddebug_core.h67 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/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c487 * @ks: ethtool link ksettings struct to fill out
491 struct ethtool_link_ksettings *ks) in i40e_phy_type_to_ethtool() argument
496 ethtool_link_ksettings_zero_link_mode(ks, supported); in i40e_phy_type_to_ethtool()
497 ethtool_link_ksettings_zero_link_mode(ks, advertising); in i40e_phy_type_to_ethtool()
500 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool()
503 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool()
506 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool()
508 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool()
517 ethtool_link_ksettings_add_link_mode(ks, supported, in i40e_phy_type_to_ethtool()
520 ethtool_link_ksettings_add_link_mode(ks, advertising, in i40e_phy_type_to_ethtool()
[all …]
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_ethtool.c124 struct ethtool_link_ksettings *ks) in ionic_get_link_ksettings() argument
130 ethtool_link_ksettings_zero_link_mode(ks, supported); in ionic_get_link_ksettings()
145 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
150 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
157 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
163 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
171 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
177 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
181 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
186 ethtool_link_ksettings_add_link_mode(ks, supported, in ionic_get_link_ksettings()
[all …]
/linux/lib/crypto/
H A Daescfb.c45 u8 ks[AES_BLOCK_SIZE]; in aescfb_encrypt() local
49 aescfb_encrypt_block(ctx, ks, v); in aescfb_encrypt()
50 crypto_xor_cpy(dst, src, ks, min(len, AES_BLOCK_SIZE)); in aescfb_encrypt()
58 memzero_explicit(ks, sizeof(ks)); in aescfb_encrypt()
74 u8 ks[2][AES_BLOCK_SIZE]; in aescfb_decrypt() local
76 aescfb_encrypt_block(ctx, ks[0], iv); in aescfb_decrypt()
85 aescfb_encrypt_block(ctx, ks[!i], src); in aescfb_decrypt()
87 crypto_xor_cpy(dst, src, ks[i], min(len, AES_BLOCK_SIZE)); in aescfb_decrypt()
94 memzero_explicit(ks, sizeof(ks)); in aescfb_decrypt()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c177 static void set_asym_pause(u64 advertising, struct ethtool_link_ksettings *ks) in set_asym_pause() argument
184 ethtool_link_ksettings_add_link_mode(ks, advertising, in set_asym_pause()
204 struct ethtool_link_ksettings *ks) in fun_get_link_ksettings() argument
211 ethtool_link_ksettings_zero_link_mode(ks, supported); in fun_get_link_ksettings()
212 ethtool_link_ksettings_zero_link_mode(ks, advertising); in fun_get_link_ksettings()
213 ethtool_link_ksettings_zero_link_mode(ks, lp_advertising); in fun_get_link_ksettings()
225 ks->base.speed = speed; in fun_get_link_ksettings()
226 ks->base.duplex = DUPLEX_FULL; in fun_get_link_ksettings()
228 ks->link_modes.lp_advertising); in fun_get_link_ksettings()
230 ks->base.speed = SPEED_UNKNOWN; in fun_get_link_ksettings()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c32 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()
H A Dspin_lock.c20 "; R1_w=map_value(map=.data.A,ks=4,vs=4)\n2: (85) call bpf_this_cpu_ptr#154\n"
24 " R0_w=map_value(id=1,map=array_map,ks=4,vs=8)"
25 " R1_w=map_value(id=1,map=array_map,ks=4,vs=8)\n"
30 " R0=map_value(id=2,ks=4,vs=8)"
31 " R1_w=map_value(id=2,ks=4,vs=8)\n"
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2100 * @ks: ethtool link ksettings struct to fill out
2107 struct ethtool_link_ksettings *ks, u32 req_speeds, in ice_linkmode_set_bit() argument
2110 linkmode_set_bit(phy_to_ethtool->link_mode, ks->link_modes.supported); in ice_linkmode_set_bit()
2115 ks->link_modes.advertising); in ice_linkmode_set_bit()
2121 * @ks: ethtool link ksettings struct to fill out
2125 struct ethtool_link_ksettings *ks) in ice_phy_type_to_ethtool() argument
2192 linkmode_zero(ks->link_modes.supported); in ice_phy_type_to_ethtool()
2193 linkmode_zero(ks->link_modes.advertising); in ice_phy_type_to_ethtool()
2197 ice_linkmode_set_bit(&phy_type_low_lkup[i], ks, in ice_phy_type_to_ethtool()
2204 ice_linkmode_set_bit(&phy_type_high_lkup[i], ks, in ice_phy_type_to_ethtool()
[all …]
/linux/fs/btrfs/
H A Dlocking.c85 struct btrfs_lockdep_keyset *ks; in btrfs_set_buffer_lockdep_class() local
87 ASSERT(level < ARRAY_SIZE(ks->keys)); in btrfs_set_buffer_lockdep_class()
90 for (ks = btrfs_lockdep_keysets; ks->id; ks++) in btrfs_set_buffer_lockdep_class()
91 if (ks->id == objectid) in btrfs_set_buffer_lockdep_class()
94 lockdep_set_class_and_name(&eb->lock, &ks->keys[level], ks->names[level]); in btrfs_set_buffer_lockdep_class()
/linux/sound/soc/codecs/
H A Dtlv320aic23-spi.c5 * Author: Arun KS, <arunks@mistralsolutions.com>
44 MODULE_AUTHOR("Arun KS <arunks@mistralsolutions.com>");
H A Dtlv320aic23-i2c.c5 * Author: Arun KS, <arunks@mistralsolutions.com>
57 MODULE_AUTHOR("Arun KS <arunks@mistralsolutions.com>");
H A Dtlv320aic3x-i2c.c5 * Author: Arun KS, <arunks@mistralsolutions.com>
72 MODULE_AUTHOR("Arun KS <arunks@mistralsolutions.com>");
H A Dtlv320aic3x-spi.c5 * Author: Arun KS, <arunks@mistralsolutions.com>
76 MODULE_AUTHOR("Arun KS <arunks@mistralsolutions.com>");
/linux/crypto/
H A Dxcbc.c15 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable
63 crypto_cipher_encrypt_one(ctx->child, consts, (u8 *)ks + bs); in crypto_xcbc_digest_setkey()
64 crypto_cipher_encrypt_one(ctx->child, consts + bs, (u8 *)ks + bs * 2); in crypto_xcbc_digest_setkey()
65 crypto_cipher_encrypt_one(ctx->child, key1, (u8 *)ks); in crypto_xcbc_digest_setkey()
/linux/drivers/media/rc/keymaps/
H A Drc-avermedia-rm-ks.c3 * AverMedia RM-KS remote controller keytable
68 MODULE_DESCRIPTION("AverMedia RM-KS remote controller keytable");
/linux/tools/perf/util/
H A Dcall-path.c79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew() argument
84 bool in_kernel = ip >= ks; in call_path__findnew()
/linux/kernel/module/
H A Dkallsyms.c27 const struct kernel_symbol *ks; in is_exported() local
30 ks = lookup_exported_symbol(name, __start___ksymtab, __stop___ksymtab); in is_exported()
32 ks = lookup_exported_symbol(name, mod->syms, mod->syms + mod->num_syms); in is_exported()
34 return ks && kernel_symbol_value(ks) == value; in is_exported()

1234