/linux-3.3/drivers/net/ethernet/micrel/ |
D | ks8851.c | 160 static void ks8851_wrreg16(struct ks8851_net *ks, unsigned reg, unsigned val) in ks8851_wrreg16() 187 static void ks8851_wrreg8(struct ks8851_net *ks, unsigned reg, unsigned val) in ks8851_wrreg8() 223 static inline bool ks8851_rx_1msg(struct ks8851_net *ks) in ks8851_rx_1msg() 238 static void ks8851_rdreg(struct ks8851_net *ks, unsigned op, in ks8851_rdreg() 286 static unsigned ks8851_rdreg8(struct ks8851_net *ks, unsigned reg) in ks8851_rdreg8() 301 static unsigned ks8851_rdreg16(struct ks8851_net *ks, unsigned reg) in ks8851_rdreg16() 318 static unsigned ks8851_rdreg32(struct ks8851_net *ks, unsigned reg) in ks8851_rdreg32() 341 static void ks8851_soft_reset(struct ks8851_net *ks, unsigned op) in ks8851_soft_reset() 356 static void ks8851_set_powermode(struct ks8851_net *ks, unsigned pwrmode) in ks8851_set_powermode() 380 struct ks8851_net *ks = netdev_priv(dev); in ks8851_write_mac_addr() local [all …]
|
D | ks8851_mll.c | 483 static u8 ks_rdreg8(struct ks_net *ks, int offset) in ks_rdreg8() 502 static u16 ks_rdreg16(struct ks_net *ks, int offset) in ks_rdreg16() 516 static void ks_wrreg8(struct ks_net *ks, int offset, u8 value) in ks_wrreg8() 533 static void ks_wrreg16(struct ks_net *ks, int offset, u16 value) in ks_wrreg16() 547 static inline void ks_inblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_inblk() 561 static inline void ks_outblk(struct ks_net *ks, u16 *wptr, u32 len) in ks_outblk() 568 static void ks_disable_int(struct ks_net *ks) in ks_disable_int() 573 static void ks_enable_int(struct ks_net *ks) in ks_enable_int() 583 static inline u16 ks_tx_fifo_space(struct ks_net *ks) in ks_tx_fifo_space() 593 static inline void ks_save_cmd_reg(struct ks_net *ks) in ks_save_cmd_reg() [all …]
|
/linux-3.3/kernel/debug/ |
D | gdbstub.c | 478 static void gdb_cmd_status(struct kgdb_state *ks) in gdb_cmd_status() 492 static void gdb_get_regs_helper(struct kgdb_state *ks) in gdb_get_regs_helper() 536 static void gdb_cmd_getregs(struct kgdb_state *ks) in gdb_cmd_getregs() 543 static void gdb_cmd_setregs(struct kgdb_state *ks) in gdb_cmd_setregs() 556 static void gdb_cmd_memread(struct kgdb_state *ks) in gdb_cmd_memread() 574 static void gdb_cmd_memwrite(struct kgdb_state *ks) in gdb_cmd_memwrite() 597 static void gdb_cmd_reg_get(struct kgdb_state *ks) in gdb_cmd_reg_get() 612 static void gdb_cmd_reg_set(struct kgdb_state *ks) in gdb_cmd_reg_set() 639 static void gdb_cmd_binwrite(struct kgdb_state *ks) in gdb_cmd_binwrite() 650 static void gdb_cmd_detachkill(struct kgdb_state *ks) in gdb_cmd_detachkill() [all …]
|
D | debug_core.c | 404 static int kgdb_reenter_check(struct kgdb_state *ks) in kgdb_reenter_check() 458 static int kgdb_cpu_enter(struct kgdb_state *ks, struct pt_regs *regs, in kgdb_cpu_enter() 676 struct kgdb_state *ks = &kgdb_var; in kgdb_handle_exception() local 697 struct kgdb_state *ks = &kgdb_var; in kgdb_nmicallback() local
|
D | debug_core.h | 76 static inline int kdb_stub(struct kgdb_state *ks) in kdb_stub()
|
/linux-3.3/drivers/net/phy/ |
D | spi_ks8995.c | 109 static int ks8995_read(struct ks8995_switch *ks, char *buf, in ks8995_read() 140 static int ks8995_write(struct ks8995_switch *ks, char *buf, in ks8995_write() 170 static inline int ks8995_read_reg(struct ks8995_switch *ks, u8 addr, u8 *buf) in ks8995_read_reg() 175 static inline int ks8995_write_reg(struct ks8995_switch *ks, u8 addr, u8 val) in ks8995_write_reg() 184 static int ks8995_stop(struct ks8995_switch *ks) in ks8995_stop() 189 static int ks8995_start(struct ks8995_switch *ks) in ks8995_start() 194 static int ks8995_reset(struct ks8995_switch *ks) in ks8995_reset() 267 struct ks8995_switch *ks; in ks8995_probe() local
|
/linux-3.3/drivers/media/video/ |
D | ks0127.c | 338 struct ks0127 *ks = to_ks0127(sd); in ks0127_write() local 351 struct ks0127 *ks = to_ks0127(sd); in ks0127_and_or() local 365 struct ks0127 *ks = to_ks0127(sd); in ks0127_init() local 415 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_routing() local 547 struct ks0127 *ks = to_ks0127(sd); in ks0127_s_std() local 643 struct ks0127 *ks = to_ks0127(sd); in ks0127_g_chip_ident() local 672 struct ks0127 *ks; in ks0127_probe() local
|
/linux-3.3/mm/ |
D | util.c | 120 size_t ks = 0; in __krealloc() local 180 size_t ks; in kzfree() local
|
/linux-3.3/kernel/debug/kdb/ |
D | kdb_debugger.c | 36 int kdb_stub(struct kgdb_state *ks) in kdb_stub()
|
/linux-3.3/crypto/ |
D | seed.c | 374 const u32 *ks = ctx->keysched; in seed_encrypt() local 412 const u32 *ks = ctx->keysched; in seed_decrypt() local
|
D | xcbc.c | 27 static u_int32_t ks[12] = {0x01010101, 0x01010101, 0x01010101, 0x01010101, variable
|
/linux-3.3/arch/microblaze/include/asm/ |
D | mmu.h | 50 unsigned long ks:1; /* Supervisor 'key' (normally 0) */ member
|
/linux-3.3/drivers/staging/wlags49_h2/ |
D | wl_util.c | 281 void key_string2key( char *ks, KEY_STRCT *key ) in key_string2key()
|
/linux-3.3/fs/btrfs/ |
D | disk-io.c | 157 struct btrfs_lockdep_keyset *ks = &btrfs_lockdep_keysets[i]; in btrfs_init_lockdep() local 168 struct btrfs_lockdep_keyset *ks; in btrfs_set_buffer_lockdep_class() local
|
/linux-3.3/drivers/s390/cio/ |
D | qdio.h | 167 u32 ks:4; member
|
/linux-3.3/kernel/ |
D | module.c | 2152 const struct kernel_symbol *ks; in is_exported() local 3502 struct kernel_symbol *ks, in module_layout()
|