Home
last modified time | relevance | path

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

123

/linux-6.12.1/sound/pci/cs46xx/
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 …]
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 …]
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-6.12.1/drivers/misc/sgi-gru/
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-6.12.1/drivers/staging/rts5208/
Dspi.c105 static int sf_enable_write(struct rtsx_chip *chip, u8 ins) in sf_enable_write()
133 static int sf_disable_write(struct rtsx_chip *chip, u8 ins) in sf_disable_write()
161 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, in sf_program()
185 static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr) in sf_erase()
556 u8 ins, slow_read; in spi_read_flash() local
648 u8 ins, program_mode; in spi_write_flash() local
823 u8 ins, erase_mode; in spi_erase_flash() local
866 u8 ins, status, ewsr; in spi_write_flash_status() local
/linux-6.12.1/tools/perf/util/
Ddisasm.c88 struct ins *ins; in arch__associate_ins_ops() local
242 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf()
248 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf()
318 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf()
338 bool ins__is_call(const struct ins *ins) in ins__is_call()
442 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf()
489 bool ins__is_jump(const struct ins *ins) in ins__is_jump()
547 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf()
562 struct ins *ins = &ops->locked.ins; in lock__delete() local
675 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf()
[all …]
Ddisasm.h49 struct ins { struct
51 struct ins_ops *ops; argument
76 struct ins ins; member
/linux-6.12.1/arch/x86/include/asm/
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-6.12.1/arch/sparc/include/uapi/asm/
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-6.12.1/arch/arm/mm/
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-6.12.1/drivers/acpi/apei/
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-6.12.1/tools/objtool/arch/powerpc/
Ddecode.c49 u32 ins; in arch_decode_instruction() local
/linux-6.12.1/arch/csky/include/asm/
Duaccess.h123 #define __get_user_asm_common(x, ptr, ins, err) \ argument
/linux-6.12.1/fs/btrfs/
Dextent-tree.c4035 struct btrfs_key *ins) in found_extent_clustered()
4047 struct btrfs_key *ins) in found_extent()
4133 struct btrfs_key *ins, in find_free_extent_update_loop()
4244 struct btrfs_key *ins) in prepare_allocation_clustered()
4331 struct btrfs_key *ins) in prepare_allocation()
4370 struct btrfs_key *ins, in find_free_extent()
4671 struct btrfs_key *ins, int is_data, int delalloc) in btrfs_reserve_extent()
4787 struct btrfs_key *ins, int ref_mod, u64 oref_root) in alloc_reserved_file_extent()
4937 struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent()
4965 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent()
[all …]
Dulist.c158 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
Ddelayed-ref.c323 struct btrfs_delayed_ref_head *ins; in htree_insert() local
350 struct btrfs_delayed_ref_node *ins) in tree_insert()
/linux-6.12.1/include/linux/
Dlogic_pio.h34 u32 (*ins)(void *hostdata, unsigned long addr, void *buffer, member
/linux-6.12.1/drivers/pci/hotplug/
Dcpci_hotplug_pci.c102 int ins = 0; in cpci_check_and_clear_ins() local
/linux-6.12.1/fs/ocfs2/
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-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_exec.c292 u64 ins = req->wait_ptr; in nouveau_exec_ucopy() local
/linux-6.12.1/sound/drivers/
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()
/linux-6.12.1/fs/btrfs/tests/
Dqgroup-tests.c25 struct btrfs_key ins; in insert_normal_tree_ref() local
/linux-6.12.1/sound/soc/amd/vangogh/
Dacp5x-pcm-dma.c323 struct i2s_stream_instance *ins; in acp5x_dma_close() local
/linux-6.12.1/tools/objtool/arch/x86/
Ddecode.c159 struct insn ins; in arch_decode_instruction() local
/linux-6.12.1/sound/soc/amd/raven/
Dacp3x-pcm-dma.c328 struct i2s_stream_instance *ins; in acp3x_dma_close() local

123