/linux-4.4.14/sound/pci/cs46xx/ |
D | dsp_spos.c | 64 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in shadow_and_reallocate_code() local 137 static int find_free_symbol_index (struct dsp_spos_instance * ins) in find_free_symbol_index() 154 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbols() local 199 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbol() local 236 struct dsp_spos_instance * ins = kzalloc(sizeof(struct dsp_spos_instance), GFP_KERNEL); in cs46xx_dsp_spos_create() local 290 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_spos_destroy() local 365 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_load_module() local 457 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol() local 484 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol_addr() local 506 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_symbol_table_read() local [all …]
|
D | dsp_spos_scb_lib.c | 46 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in remove_symbol() local 76 struct dsp_spos_instance * ins; in cs46xx_dsp_proc_scb_info_read() local 117 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_unlink_scb() local 179 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_remove_scb() local 252 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_register_scb_desc() local 296 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_create_generic_scb() local 513 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_reader_scb() local 620 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_src_task_scb() local 1001 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_asynch_fg_rx_scb() local 1161 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in find_next_free_scb() local [all …]
|
D | cs46xx_lib.c | 1354 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_interrupt() local 2050 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_get() local 2064 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_put() local 2081 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_get() local 2096 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_put() local 2164 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_get() local 2180 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_put() local 2217 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_get() local 2233 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_put() local
|
/linux-4.4.14/drivers/staging/rts5208/ |
D | spi.c | 134 static int sf_enable_write(struct rtsx_chip *chip, u8 ins) in sf_enable_write() 163 static int sf_disable_write(struct rtsx_chip *chip, u8 ins) in sf_disable_write() 192 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, in sf_program() 216 static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr) in sf_erase() 646 u8 ins, slow_read; in spi_read_flash() local 742 u8 ins, program_mode; in spi_write_flash() local 939 u8 ins, erase_mode; in spi_erase_flash() local 992 u8 ins, status, ewsr; in spi_write_flash_status() local
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 340 static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64) in gru_start_instruction() 362 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload_phys() local 374 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vstore_phys() local 387 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload() local 400 struct gru_instruction *ins = (void *)cb; in gru_vstore() local 413 struct gru_instruction *ins = (void *)cb; in gru_ivload() local 426 struct gru_instruction *ins = (void *)cb; in gru_ivstore() local 439 struct gru_instruction *ins = (void *)cb; in gru_vset() local 453 struct gru_instruction *ins = (void *)cb; in gru_ivset() local 467 struct gru_instruction *ins = (void *)cb; in gru_vflush() local [all …]
|
/linux-4.4.14/tools/perf/util/ |
D | annotate.h | 31 struct ins *ins; member 44 struct ins { struct 46 struct ins_ops *ops; argument 49 bool ins__is_jump(const struct ins *ins); argument 60 struct ins *ins; member
|
D | annotate.c | 41 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 47 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() 93 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() 110 bool ins__is_call(const struct ins *ins) in ins__is_call() 129 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf() 140 bool ins__is_jump(const struct ins *ins) in ins__is_jump() 201 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf() 216 struct ins *ins = ops->locked.ins; in lock__delete() local 284 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf() 326 static int dec__scnprintf(struct ins *ins, char *bf, size_t size, in dec__scnprintf() [all …]
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 53 unsigned long ins[8]; member 59 unsigned int ins[8]; member 65 unsigned long ins[6]; member 76 unsigned int ins[6]; member 86 unsigned long ins[8]; member 114 unsigned long ins[8]; member 120 unsigned long ins[6]; member
|
/linux-4.4.14/arch/arm/mm/ |
D | alignment.c | 198 #define __get8_unaligned_check(ins,val,addr,err) \ argument 216 #define __get16_unaligned_check(ins,val,addr) \ argument 233 #define __get32_unaligned_check(ins,val,addr) \ argument 254 #define __put16_unaligned_check(ins,val,addr) \ argument 286 #define __put32_unaligned_check(ins,val,addr) \ argument
|
/linux-4.4.14/drivers/acpi/apei/ |
D | apei-base.c | 211 u8 ins; in apei_exec_for_each_entry() local 239 u8 ins = entry->instruction; in pre_map_gar_callback() local 272 u8 ins = entry->instruction; in post_unmap_gar_callback() local 717 u8 ins = entry->instruction; in collect_res_callback() local
|
/linux-4.4.14/fs/ntfs/ |
D | unistr.c | 259 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() 336 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
|
/linux-4.4.14/fs/btrfs/ |
D | ulist.c | 144 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
|
D | extent-tree.c | 2165 struct btrfs_key ins; in run_delayed_data_ref() local 2323 struct btrfs_key ins; in run_delayed_tree_ref() local 7019 u64 hint_byte, struct btrfs_key *ins, in find_free_extent() 7541 struct btrfs_key *ins, int is_data, int delalloc) in btrfs_reserve_extent() 7621 struct btrfs_key *ins, int ref_mod) in alloc_reserved_file_extent() 7692 int level, struct btrfs_key *ins) in alloc_reserved_tree_block() 7774 struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent() 7796 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent() 7935 struct btrfs_key ins; in btrfs_alloc_tree_block() local
|
D | delayed-ref.c | 95 struct btrfs_delayed_ref_head *ins; in htree_insert() local
|
D | inode.c | 679 struct btrfs_key ins; in submit_compressed_extents() local 931 struct btrfs_key ins; in cow_file_range() local 2078 struct btrfs_key ins; in insert_reserved_file_extent() local 7142 struct btrfs_key ins; in btrfs_new_extent_direct() local 9770 struct btrfs_key ins; in __btrfs_prealloc_file_range() local
|
D | delayed-inode.c | 402 struct btrfs_delayed_item *ins, in __btrfs_add_delayed_item()
|
D | tree-log.c | 666 struct btrfs_key ins; in replay_one_extent() local
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | cpci_hotplug_pci.c | 118 int ins = 0; in cpci_check_and_clear_ins() local
|
/linux-4.4.14/fs/btrfs/tests/ |
D | qgroup-tests.c | 43 struct btrfs_key ins; in insert_normal_tree_ref() local
|
/linux-4.4.14/fs/ocfs2/ |
D | extent_map.c | 185 struct ocfs2_extent_map_item *ins) in ocfs2_try_to_merge_extent_map() 233 struct ocfs2_extent_map_item ins; in ocfs2_extent_map_insert_rec() local
|
/linux-4.4.14/sound/drivers/ |
D | serial-u16550.c | 77 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable 873 int outs, int ins, in snd_uart16550_rmidi()
|
/linux-4.4.14/sound/oss/ |
D | opl3.c | 114 struct sbi_instrument ins; in opl3_ioctl() local 824 struct sbi_instrument ins; in opl3_load_patch() local
|
/linux-4.4.14/net/sched/ |
D | cls_u32.c | 653 struct tc_u_knode __rcu **ins; in u32_replace_knode() local 869 struct tc_u_knode __rcu **ins; in u32_change() local
|
D | cls_rsvp.h | 229 struct rsvp_filter __rcu **ins; in rsvp_replace() local
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | sigcontext.h | 52 unsigned long ins[8]; member
|
/linux-4.4.14/drivers/lightnvm/ |
D | gennvm.c | 405 struct nvm_tgt_instance *ins = rqd->ins; in gennvm_end_io() local
|
/linux-4.4.14/sound/pci/oxygen/ |
D | oxygen_pcm.c | 703 int outs, ins; in oxygen_pcm_init() local
|
/linux-4.4.14/arch/unicore32/mm/ |
D | alignment.c | 135 #define __put32_unaligned_check(ins, val, addr) \ argument
|
/linux-4.4.14/drivers/mtd/spi-nor/ |
D | fsl-quadspi.c | 185 #define LUT0(ins, pad, opr) \ argument 189 #define LUT1(ins, pad, opr) (LUT0(ins, pad, opr) << OPRND1_SHIFT) argument
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_pcm.c | 1238 unsigned int outs, ins; in snd_vx_pcm_new() local
|
/linux-4.4.14/arch/x86/kernel/ |
D | ftrace.c | 379 unsigned char ins[MCOUNT_INSN_SIZE]; in remove_breakpoint() local
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-reg.h | 11 u32 ins; member
|
/linux-4.4.14/arch/mips/include/asm/ |
D | mipsregs.h | 1763 #define _umips_dsp_mfxxx(ins) \ argument 1779 #define _umips_dsp_mtxxx(val, ins) \ argument 1848 #define _dsp_mfxxx(ins) \ argument 1863 #define _dsp_mtxxx(val, ins) \ argument
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 736 struct rt6_info **ins; in fib6_add_rt2node() local
|
/linux-4.4.14/drivers/scsi/ |
D | 53c700.h | 73 __u32 ins; member
|
/linux-4.4.14/include/linux/ |
D | lightnvm.h | 152 struct nvm_tgt_instance *ins; member
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 291 #define INS_TO_USBDEV(ins) (ins->usb_dev) argument
|
/linux-4.4.14/drivers/nfc/ |
D | pn533.c | 451 u8 ins; member
|