/linux-6.6.21/drivers/net/ethernet/micrel/ |
D | ks8851_common.c | 35 static void ks8851_lock(struct ks8851_net *ks, unsigned long *flags) in ks8851_lock() 47 static void ks8851_unlock(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock() 60 static void ks8851_wrreg16(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16() 73 static unsigned int ks8851_rdreg16(struct ks8851_net *ks, in ks8851_rdreg16() 92 static void ks8851_soft_reset(struct ks8851_net *ks, unsigned op) in ks8851_soft_reset() 107 static void ks8851_set_powermode(struct ks8851_net *ks, unsigned pwrmode) in ks8851_set_powermode() 131 struct ks8851_net *ks = netdev_priv(dev); in ks8851_write_mac_addr() local 165 struct ks8851_net *ks = netdev_priv(dev); in ks8851_read_mac_addr() local 194 static void ks8851_init_mac(struct ks8851_net *ks, struct device_node *np) in ks8851_init_mac() 225 static void ks8851_dbg_dumpkkt(struct ks8851_net *ks, u8 *rxpkt) in ks8851_dbg_dumpkkt() [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() 76 static void ks8851_unlock_par(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock_par() 91 static int ks_check_endian(struct ks8851_net *ks) in ks_check_endian() 135 static void ks8851_wrreg16_par(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16_par() 152 static unsigned int ks8851_rdreg16_par(struct ks8851_net *ks, unsigned int reg) in ks8851_rdreg16_par() 170 static void ks8851_rdfifo_par(struct ks8851_net *ks, u8 *buff, unsigned int len) in ks8851_rdfifo_par() 191 static void ks8851_wrfifo_par(struct ks8851_net *ks, struct sk_buff *txp, in ks8851_wrfifo_par() 218 static void ks8851_rx_skb_par(struct ks8851_net *ks, struct sk_buff *skb) in ks8851_rx_skb_par() 223 static unsigned int ks8851_rdreg16_par_txqcr(struct ks8851_net *ks) in ks8851_rdreg16_par_txqcr() [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() 94 static void ks8851_unlock_spi(struct ks8851_net *ks, unsigned long *flags) in ks8851_unlock_spi() 116 static void ks8851_wrreg16_spi(struct ks8851_net *ks, unsigned int reg, in ks8851_wrreg16_spi() 147 static void ks8851_rdreg(struct ks8851_net *ks, unsigned int op, in ks8851_rdreg() 196 static unsigned int ks8851_rdreg16_spi(struct ks8851_net *ks, unsigned int reg) in ks8851_rdreg16_spi() 213 static void ks8851_rdfifo_spi(struct ks8851_net *ks, u8 *buff, unsigned int len) in ks8851_rdfifo_spi() 252 static void ks8851_wrfifo_spi(struct ks8851_net *ks, struct sk_buff *txp, in ks8851_wrfifo_spi() 306 static void ks8851_rx_skb_spi(struct ks8851_net *ks, struct sk_buff *skb) in ks8851_rx_skb_spi() 323 struct ks8851_net *ks; in ks8851_tx_work() local [all …]
|
/linux-6.6.21/kernel/debug/ |
D | gdbstub.c | 477 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 …]
|
D | debug_core.c | 515 static int kgdb_reenter_check(struct kgdb_state *ks) in kgdb_reenter_check() 571 static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, in kgdb_cpu_enter() 839 struct kgdb_state *ks = &kgdb_var; in kgdb_handle_exception() local 890 struct kgdb_state *ks = &kgdb_var; in kgdb_nmicallback() local 917 struct kgdb_state *ks = &kgdb_var; in kgdb_nmicallin() local
|
D | debug_core.h | 81 static inline int kdb_stub(struct kgdb_state *ks) in kdb_stub()
|
/linux-6.6.21/drivers/net/phy/ |
D | spi_ks8995.c | 185 static inline __be16 create_spi_cmd(struct ks8995_switch *ks, int cmd, in create_spi_cmd() 198 static int ks8995_read(struct ks8995_switch *ks, char *buf, in ks8995_read() 226 static int ks8995_write(struct ks8995_switch *ks, char *buf, in ks8995_write() 254 static inline int ks8995_read_reg(struct ks8995_switch *ks, u8 addr, u8 *buf) in ks8995_read_reg() 259 static inline int ks8995_write_reg(struct ks8995_switch *ks, u8 addr, u8 val) in ks8995_write_reg() 268 static int ks8995_stop(struct ks8995_switch *ks) in ks8995_stop() 273 static int ks8995_start(struct ks8995_switch *ks) in ks8995_start() 278 static int ks8995_reset(struct ks8995_switch *ks) in ks8995_reset() 320 static int ks8995_get_revision(struct ks8995_switch *ks) in ks8995_get_revision() 411 struct ks8995_switch *ks; in ks8995_probe() local [all …]
|
/linux-6.6.21/kernel/debug/kdb/ |
D | kdb_debugger.c | 37 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-6.6.21/drivers/media/i2c/ |
D | ks0127.c | 332 struct ks0127 *ks = to_ks0127(sd); in ks0127_write() local 345 struct ks0127 *ks = to_ks0127(sd); in ks0127_and_or() local 404 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_routing() local 536 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_std() local 655 struct ks0127 *ks; in ks0127_probe() local
|
/linux-6.6.21/crypto/ |
D | seed.c | 370 const u32 *ks = ctx->keysched; in seed_encrypt() local 408 const u32 *ks = ctx->keysched; in seed_decrypt() local
|
D | xcbc.c | 15 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable
|
/linux-6.6.21/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ethtool.c | 177 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-6.6.21/drivers/net/ethernet/intel/ice/ |
D | ice_ethtool.c | 1672 struct ethtool_link_ksettings *ks, u32 req_speeds, in ice_linkmode_set_bit() 1690 struct ethtool_link_ksettings *ks) in ice_phy_type_to_ethtool() 1785 ice_get_settings_link_up(struct ethtool_link_ksettings *ks, in ice_get_settings_link_up() 1871 ice_get_settings_link_down(struct ethtool_link_ksettings *ks, in ice_get_settings_link_down() 1893 struct ethtool_link_ksettings *ks) in ice_get_link_ksettings() 2015 ice_ksettings_find_adv_link_speed(const struct ethtool_link_ksettings *ks) in ice_ksettings_find_adv_link_speed() 2100 ice_setup_autoneg(struct ice_port_info *p, struct ethtool_link_ksettings *ks, in ice_setup_autoneg() 2156 ice_set_phy_type_from_speed(const struct ethtool_link_ksettings *ks, in ice_set_phy_type_from_speed() 2192 const struct ethtool_link_ksettings *ks) in ice_set_link_ksettings()
|
/linux-6.6.21/kernel/module/ |
D | version.c | 97 struct kernel_symbol *ks, in module_layout()
|
D | kallsyms.c | 27 const struct kernel_symbol *ks; in is_exported() local
|
/linux-6.6.21/tools/perf/util/ |
D | call-path.c | 79 struct symbol *sym, u64 ip, u64 ks) in call_path__findnew()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | get_stack_raw_tp.c | 32 struct ksym *ks; in get_stack_print_output() local
|
/linux-6.6.21/sound/virtio/ |
D | virtio_pcm.c | 465 struct snd_pcm_str *ks = &vpcm->pcm->streams[i]; in virtsnd_pcm_build_devs() local
|
/linux-6.6.21/fs/btrfs/ |
D | locking.c | 84 struct btrfs_lockdep_keyset *ks; in btrfs_set_buffer_lockdep_class() local
|
/linux-6.6.21/drivers/net/ethernet/pensando/ionic/ |
D | ionic_ethtool.c | 117 struct ethtool_link_ksettings *ks) in ionic_get_link_ksettings() 267 const struct ethtool_link_ksettings *ks) in ionic_set_link_ksettings()
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_ethtool.c | 489 struct ethtool_link_ksettings *ks) in i40e_phy_type_to_ethtool() 736 struct ethtool_link_ksettings *ks) in i40e_get_settings_link_up_fec() 768 struct ethtool_link_ksettings *ks, in i40e_get_settings_link_up() 1043 struct ethtool_link_ksettings *ks, in i40e_get_settings_link_down() 1064 struct ethtool_link_ksettings *ks) in i40e_get_link_ksettings() 1153 i40e_speed_to_link_speed(__u32 speed, const struct ethtool_link_ksettings *ks) in i40e_speed_to_link_speed() 1217 const struct ethtool_link_ksettings *ks) in i40e_set_link_ksettings()
|
/linux-6.6.21/fs/xfs/scrub/ |
D | xfile.c | 300 struct kstat ks; in xfile_stat() local
|
/linux-6.6.21/arch/microblaze/include/asm/ |
D | mmu.h | 44 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
|
/linux-6.6.21/mm/ |
D | slab_common.c | 1398 size_t ks; in __do_krealloc() local 1468 size_t ks; in kfree_sensitive() local
|
/linux-6.6.21/arch/arm64/crypto/ |
D | sm4-ce-glue.c | 669 static u8 const ks[3][SM4_BLOCK_SIZE] = { in sm4_xcbc_setkey() local
|