Home
last modified time | relevance | path

Searched defs:ks (Results 1 – 22 of 22) sorted by relevance

/linux/kernel/debug/
H A Dgdbstub.c477 static void gdb_cmd_status(struct kgdb_state *ks) in gdb_cmd_status()
491 static void gdb_get_regs_helper(struct kgdb_state *ks) in gdb_get_regs_helper()
535 static void gdb_cmd_getregs(struct kgdb_state *ks) in gdb_cmd_getregs()
542 static void gdb_cmd_setregs(struct kgdb_state *ks) in gdb_cmd_setregs()
555 static void gdb_cmd_memread(struct kgdb_state *ks) in gdb_cmd_memread()
573 static void gdb_cmd_memwrite(struct kgdb_state *ks) in gdb_cmd_memwrite()
596 static void gdb_cmd_reg_get(struct kgdb_state *ks) in gdb_cmd_reg_get()
611 static void gdb_cmd_reg_set(struct kgdb_state *ks) in gdb_cmd_reg_set()
638 static void gdb_cmd_binwrite(struct kgdb_state *ks) in gdb_cmd_binwrite()
649 static void gdb_cmd_detachkill(struct kgdb_state *ks) in gdb_cmd_detachkill()
[all …]
H A Ddebug_core.h81 static inline int kdb_stub(struct kgdb_state *ks) in kdb_stub()
/linux/drivers/net/ethernet/micrel/
H A Dks8851_spi.c56 #define to_ks8851_spi(ks) container_of((ks), struct ks8851_net_spi, ks8851) argument
78 static void ks8851_lock_spi(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock_spi()
92 static void ks8851_unlock_spi(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock_spi()
114 static void ks8851_wrreg16_spi(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16_spi()
145 static void ks8851_rdreg(struct ks8851_net *ks, unsigned int op, in ks8851_rdreg()
194 static unsigned int ks8851_rdreg16_spi(struct ks8851_net *ks, unsigned int reg) in ks8851_rdreg16_spi()
211 static void ks8851_rdfifo_spi(struct ks8851_net *ks, u8 *buff, unsigned int len) in ks8851_rdfifo_spi()
250 static void ks8851_wrfifo_spi(struct ks8851_net *ks, struct sk_buff *txp, in ks8851_wrfifo_spi()
311 struct ks8851_net *ks; in ks8851_tx_work() local
353 static void ks8851_flush_tx_work_spi(struct ks8851_net *ks) in ks8851_flush_tx_work_spi()
[all …]
H A Dks8851.h442 static void __maybe_unused ks8851_done_tx(struct ks8851_net *ks, in ks8851_done_tx()
/linux/drivers/net/ovpn/
H A Dio.c96 struct ovpn_crypto_key_slot *ks; in ovpn_decrypt_post() local
204 struct ovpn_crypto_key_slot *ks; in ovpn_recv() local
228 struct ovpn_crypto_key_slot *ks; in ovpn_encrypt_post() local
304 struct ovpn_crypto_key_slot *ks; in ovpn_encrypt_one() local
/linux/kernel/debug/kdb/
H A Dkdb_debugger.c37 int kdb_common_init_state(struct kgdb_state *ks) in kdb_common_init_state()
53 int kdb_stub(struct kgdb_state *ks) in kdb_stub()
/linux/lib/crypto/
H A Daescfb.c45 u8 ks[AES_BLOCK_SIZE]; in aescfb_encrypt() local
74 u8 ks[2][AES_BLOCK_SIZE]; in aescfb_decrypt() local
/linux/drivers/media/i2c/
H A Dks0127.c324 struct ks0127 *ks = to_ks0127(sd); in ks0127_write() local
337 struct ks0127 *ks = to_ks0127(sd); in ks0127_and_or() local
396 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_routing() local
528 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_std() local
647 struct ks0127 *ks; in ks0127_probe() local
/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()
204 struct ethtool_link_ksettings *ks) in fun_get_link_ksettings()
247 static u64 fun_advert_modes(const struct ethtool_link_ksettings *ks) in fun_advert_modes()
317 const struct ethtool_link_ksettings *ks) in fun_set_link_ksettings()
/linux/tools/perf/util/
H A Dcall-path.c79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
H A Dthread-stack.c914 u64 ks = ts->kernel_start; in thread_stack__no_call_return() local
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ethtool.c2084 struct ethtool_link_ksettings *ks, u32 req_speeds, in ice_linkmode_set_bit()
2102 struct ethtool_link_ksettings *ks) in ice_phy_type_to_ethtool()
2197 ice_get_settings_link_up(struct ethtool_link_ksettings *ks, in ice_get_settings_link_up()
2286 ice_get_settings_link_down(struct ethtool_link_ksettings *ks, in ice_get_settings_link_down()
2308 struct ethtool_link_ksettings *ks) in ice_get_link_ksettings()
2479 ice_ksettings_find_adv_link_speed(const struct ethtool_link_ksettings *ks) in ice_ksettings_find_adv_link_speed()
2505 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, in ice_setup_autoneg()
2561 ice_set_phy_type_from_speed(const struct ethtool_link_ksettings *ks, in ice_set_phy_type_from_speed()
2597 const struct ethtool_link_ksettings *ks) in ice_set_link_ksettings()
/linux/kernel/module/
H A Dversion.c142 struct kernel_symbol *ks, in module_layout() argument
H A Dkallsyms.c27 const struct kernel_symbol *ks; in is_exported() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dget_stack_raw_tp.c32 struct ksym *ks; in get_stack_print_output() local
H A Dkprobe_multi_test.c500 struct ksym *ks; in get_syms() local
/linux/arch/microblaze/include/asm/
H A Dmmu.h44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
/linux/tools/testing/selftests/bpf/
H A Dtrace_helpers.c167 struct ksym *ks; in search_kallsyms_custom_local() local
/linux/mm/
H A Dslab_common.c1219 size_t ks; in kfree_sensitive() local
H A Dslub.c4850 size_t ks = 0; in __do_krealloc() local
/linux/drivers/md/
H A Ddm-crypt.c963 u8 *es, *ks, *data, *data2, *data_offset; in crypt_iv_elephant() local
/linux/fs/
H A Dnamespace.c5948 static int prepare_kstatmount(struct kstatmount *ks, struct mnt_id_req *kreq, in prepare_kstatmount()