/Linux-v5.15/sound/pci/cs46xx/ |
D | dsp_spos.c | 51 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 …]
|
D | dsp_spos_scb_lib.c | 32 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 …]
|
D | cs46xx_lib.c | 1329 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-v5.15/drivers/staging/rts5208/ |
D | spi.c | 105 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() 558 u8 ins, slow_read; in spi_read_flash() local 650 u8 ins, program_mode; in spi_write_flash() local 825 u8 ins, erase_mode; in spi_erase_flash() local 868 u8 ins, status, ewsr; in spi_write_flash_status() local
|
/Linux-v5.15/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-v5.15/arch/x86/include/asm/ |
D | bug.h | 25 #define _BUG_FLAGS(ins, flags) \ argument 42 #define _BUG_FLAGS(ins, flags) \ argument 58 #define _BUG_FLAGS(ins, flags) asm volatile(ins) argument
|
/Linux-v5.15/arch/sparc/include/uapi/asm/ |
D | ptrace.h | 54 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-v5.15/tools/perf/util/ |
D | annotate.c | 129 struct ins *ins; in arch__associate_ins_ops() local 221 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 227 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() 296 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() 316 bool ins__is_call(const struct ins *ins) in ins__is_call() 419 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf() 457 bool ins__is_jump(const struct ins *ins) in ins__is_jump() 514 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf() 529 struct ins *ins = &ops->locked.ins; in lock__delete() local 595 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf() [all …]
|
D | annotate.h | 27 struct ins { struct 29 struct ins_ops *ops; argument 52 struct ins ins; member 154 struct ins ins; member
|
D | bpf-prologue.c | 103 #define ins(i, p) append_insn((i), (p)) macro
|
/Linux-v5.15/arch/arm/mm/ |
D | alignment.c | 196 #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-v5.15/drivers/acpi/apei/ |
D | apei-base.c | 203 u8 ins; in apei_exec_for_each_entry() local 231 u8 ins = entry->instruction; in pre_map_gar_callback() local 264 u8 ins = entry->instruction; in post_unmap_gar_callback() local 719 u8 ins = entry->instruction; in collect_res_callback() local
|
/Linux-v5.15/fs/ntfs/ |
D | unistr.c | 245 int ntfs_nlstoucs(const ntfs_volume *vol, const char *ins, in ntfs_nlstoucs() 322 int ntfs_ucstonls(const ntfs_volume *vol, const ntfschar *ins, in ntfs_ucstonls()
|
/Linux-v5.15/drivers/hwtracing/coresight/ |
D | coresight-sysfs.c | 148 char *outs = NULL, *ins = NULL; in coresight_make_links() local
|
/Linux-v5.15/fs/btrfs/ |
D | extent-tree.c | 1515 struct btrfs_key ins; in run_delayed_data_ref() local 3874 struct btrfs_key *ins) in found_extent_clustered() 3886 struct btrfs_key *ins) in found_extent() 3924 struct btrfs_key *ins, in find_free_extent_update_loop() 4024 struct btrfs_key *ins) in prepare_allocation_clustered() 4075 struct btrfs_key *ins) in prepare_allocation() 4121 u64 hint_byte_orig, struct btrfs_key *ins, in find_free_extent() 4404 struct btrfs_key *ins, int is_data, int delalloc) in btrfs_reserve_extent() 4486 struct btrfs_key *ins, int ref_mod) in alloc_reserved_file_extent() 4650 struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent() [all …]
|
D | ulist.c | 144 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
|
D | delayed-ref.c | 287 struct btrfs_delayed_ref_head *ins; in htree_insert() local 314 struct btrfs_delayed_ref_node *ins) in tree_insert()
|
/Linux-v5.15/include/linux/ |
D | logic_pio.h | 34 u32 (*ins)(void *hostdata, unsigned long addr, void *buffer, member
|
/Linux-v5.15/arch/csky/include/asm/ |
D | uaccess.h | 134 #define __get_user_asm_common(x, ptr, ins, err) \ argument
|
/Linux-v5.15/drivers/pci/hotplug/ |
D | cpci_hotplug_pci.c | 102 int ins = 0; in cpci_check_and_clear_ins() local
|
/Linux-v5.15/fs/ocfs2/ |
D | extent_map.c | 171 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-v5.15/fs/btrfs/tests/ |
D | qgroup-tests.c | 23 struct btrfs_key ins; in insert_normal_tree_ref() local
|
/Linux-v5.15/sound/drivers/ |
D | serial-u16550.c | 63 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable 833 int outs, int ins, in snd_uart16550_rmidi()
|
/Linux-v5.15/sound/soc/amd/raven/ |
D | acp3x-pcm-dma.c | 328 struct i2s_stream_instance *ins; in acp3x_dma_close() local
|
/Linux-v5.15/sound/soc/amd/vangogh/ |
D | acp5x-pcm-dma.c | 323 struct i2s_stream_instance *ins; in acp5x_dma_close() local
|