Home
last modified time | relevance | path

Searched defs:ins (Results 1 – 25 of 46) sorted by relevance

12

/linux/sound/pci/cs46xx/
H A Ddsp_spos.c51 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in shadow_and_reallocate_code() local
125 static int find_free_symbol_index (struct dsp_spos_instance * ins) in find_free_symbol_index()
142 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbols() local
187 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbol() local
224 struct dsp_spos_instance * ins = kzalloc(sizeof(struct dsp_spos_instance), GFP_KERNEL); in cs46xx_dsp_spos_create() local
281 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_spos_destroy() local
356 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_load_module() local
448 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol() local
475 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol_addr() local
497 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_symbol_table_read() local
[all …]
H A Ddsp_spos_scb_lib.c32 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in remove_symbol() local
100 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_unlink_scb() local
162 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_remove_scb() local
235 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_register_scb_desc() local
270 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_create_generic_scb() local
487 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_reader_scb() local
594 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_src_task_scb() local
975 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_asynch_fg_rx_scb() local
1135 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in find_next_free_scb() local
1223 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_channel() local
[all …]
H A Dcs46xx_lib.c1329 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_interrupt() local
2018 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_get() local
2032 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_put() local
2049 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_get() local
2064 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_put() local
2132 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_get() local
2148 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_put() local
2185 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_get() local
2201 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_put() local
/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h330 static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64) in gru_start_instruction()
352 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload_phys() local
364 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vstore_phys() local
377 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload() local
390 struct gru_instruction *ins = (void *)cb; in gru_vstore() local
403 struct gru_instruction *ins = (void *)cb; in gru_ivload() local
416 struct gru_instruction *ins = (void *)cb; in gru_ivstore() local
429 struct gru_instruction *ins = (void *)cb; in gru_vset() local
443 struct gru_instruction *ins = (void *)cb; in gru_ivset() local
457 struct gru_instruction *ins = (void *)cb; in gru_vflush() local
[all …]
/linux/tools/perf/util/
H A Ddisasm.c88 struct ins *ins; arch__associate_ins_ops() local
242 ins__raw_scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) ins__raw_scnprintf() argument
248 ins__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) ins__scnprintf() argument
318 call__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) call__scnprintf() argument
338 ins__is_call(const struct ins * ins) ins__is_call() argument
442 jump__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) jump__scnprintf() argument
489 ins__is_jump(const struct ins * ins) ins__is_jump() argument
547 lock__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) lock__scnprintf() argument
562 struct ins *ins = &ops->locked.ins; lock__delete() local
675 mov__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) mov__scnprintf() argument
694 arithmetic__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) arithmetic__scnprintf() argument
738 load_store__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) load_store__scnprintf() argument
800 dec__scnprintf(struct ins * ins,char * bf,size_t size,struct ins_operands * ops,int max_ins_name) dec__scnprintf() argument
826 ins__is_nop(const struct ins * ins) ins__is_nop() argument
831 ins__is_ret(const struct ins * ins) ins__is_ret() argument
836 ins__is_lock(const struct ins * ins) ins__is_lock() argument
843 const struct ins *ins = insp; ins__key_cmp() local
865 struct ins *ins; __ins__find() local
[all...]
H A Ddisasm.h49 struct ins { global() struct
51 opsins global() argument
76 struct ins ins; global() member
[all...]
/linux/arch/x86/include/asm/
H A Dbug.h38 #define _BUG_FLAGS(ins, flags, extra) \ argument
56 #define _BUG_FLAGS(ins, flags, extra) \ argument
73 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) argument
/linux/arch/sparc/include/uapi/asm/
H A Dptrace.h54 unsigned long ins[8]; member
60 unsigned int ins[8]; member
66 unsigned long ins[6]; member
77 unsigned int ins[6]; member
87 unsigned long ins[8]; member
115 unsigned long ins[8]; member
121 unsigned long ins[6]; member
/linux/arch/arm/mm/
H A Dalignment.c196 #define __get8_unaligned_check(ins,val,addr,err) \ argument
214 #define __get16_unaligned_check(ins,val,addr) \ argument
231 #define __get32_unaligned_check(ins,val,addr) \ argument
252 #define __put16_unaligned_check(ins,val,addr) \ argument
284 #define __put32_unaligned_check(ins,val,addr) \ argument
/linux/drivers/acpi/apei/
H A Dapei-base.c200 u8 ins; in apei_exec_for_each_entry() local
228 u8 ins = entry->instruction; in pre_map_gar_callback() local
261 u8 ins = entry->instruction; in post_unmap_gar_callback() local
716 u8 ins = entry->instruction; in collect_res_callback() local
/linux/tools/objtool/arch/powerpc/
H A Ddecode.c49 u32 ins; in arch_decode_instruction() local
/linux/arch/csky/include/asm/
H A Duaccess.h123 #define __get_user_asm_common(x, ptr, ins, err) \ argument
/linux/fs/btrfs/
H A Dextent-tree.c4012 struct btrfs_key *ins) in found_extent_clustered()
4024 struct btrfs_key *ins) in found_extent()
4110 struct btrfs_key *ins, in find_free_extent_update_loop()
4221 struct btrfs_key *ins) in prepare_allocation_clustered()
4308 struct btrfs_key *ins) in prepare_allocation()
4347 struct btrfs_key *ins, in find_free_extent()
4648 struct btrfs_key *ins, int is_data, int delalloc) in btrfs_reserve_extent()
4764 struct btrfs_key *ins, int ref_mod, u64 oref_root) in alloc_reserved_file_extent()
4914 struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent()
4942 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent()
[all …]
H A Dulist.c158 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
/linux/drivers/pci/hotplug/
H A Dcpci_hotplug_pci.c102 int ins = 0; in cpci_check_and_clear_ins() local
/linux/fs/ocfs2/
H A Dextent_map.c171 struct ocfs2_extent_map_item *ins) in ocfs2_try_to_merge_extent_map()
219 struct ocfs2_extent_map_item ins; in ocfs2_extent_map_insert_rec() local
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_exec.c292 u64 ins = req->wait_ptr; in nouveau_exec_ucopy() local
/linux/sound/drivers/
H A Dserial-u16550.c63 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable
834 int outs, int ins, in snd_uart16550_rmidi()
H A Dserial-generic.c288 int outs, int ins, struct snd_rawmidi **rmidi) in snd_serial_generic_rmidi()
/linux/fs/btrfs/tests/
H A Dqgroup-tests.c25 struct btrfs_key ins; in insert_normal_tree_ref() local
/linux/sound/soc/amd/vangogh/
H A Dacp5x-pcm-dma.c323 struct i2s_stream_instance *ins; in acp5x_dma_close() local
/linux/tools/objtool/arch/x86/
H A Ddecode.c159 struct insn ins; in arch_decode_instruction() local
[all...]
/linux/sound/soc/amd/raven/
H A Dacp3x-pcm-dma.c328 struct i2s_stream_instance *ins; in acp3x_dma_close() local
/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c540 char *outs = NULL, *ins = NULL; in coresight_make_links() local
/linux/arch/sparc/include/asm/
H A Dsigcontext.h53 unsigned long ins[8]; member

12