| /linux/sound/pci/cs46xx/ |
| H A 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_obj(struct dsp_spos_instance); in cs46xx_dsp_spos_create() local 279 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_spos_destroy() local 353 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_load_module() local 445 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol() local 472 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol_addr() local 494 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_symbol_table_read() local [all …]
|
| H A D | dsp_spos_scb_lib.c | 32 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in remove_symbol() local 99 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_unlink_scb() local 161 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_remove_scb() local 226 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_register_scb_desc() local 261 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_create_generic_scb() local 474 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_reader_scb() local 581 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_src_task_scb() local 962 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_asynch_fg_rx_scb() local 1122 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in find_next_free_scb() local 1210 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_channel() local [all …]
|
| H A D | cs46xx_lib.c | 1304 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_interrupt() local 1990 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_get() local 2004 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_put() local 2021 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_get() local 2036 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_put() local 2104 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_get() local 2119 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_put() local 2154 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_get() local 2169 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_put() local
|
| /linux/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 330 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 D | disasm.c | 92 struct ins *ins; in arch__associate_ins_ops() local 216 int ins__raw_scnprintf(const struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 222 int ins__scnprintf(const struct ins *ins, char *bf, size_t size, in ins__scnprintf() 294 int call__scnprintf(const struct ins *ins, char *bf, size_t size, in call__scnprintf() 315 bool ins__is_call(const struct ins *ins) in ins__is_call() 422 int jump__scnprintf(const struct ins *ins, char *bf, size_t size, in jump__scnprintf() 470 bool ins__is_jump(const struct ins *ins) in ins__is_jump() 528 static int lock__scnprintf(const struct ins *ins, char *bf, size_t size, in lock__scnprintf() 543 struct ins *ins = &ops->locked.ins; in lock__delete() local 657 int mov__scnprintf(const struct ins *ins, char *bf, size_t size, in mov__scnprintf() [all …]
|
| H A D | disasm.h | 54 struct ins { struct 81 struct ins ins; member 56 opsins global() argument [all...] |
| /linux/arch/arm/mm/ |
| H A D | alignment.c | 197 #define __get8_unaligned_check(ins,val,addr,err) \ argument 215 #define __get16_unaligned_check(ins,val,addr) \ argument 232 #define __get32_unaligned_check(ins,val,addr) \ argument 253 #define __put16_unaligned_check(ins,val,addr) \ argument 285 #define __put32_unaligned_check(ins,val,addr) \ argument
|
| /linux/drivers/acpi/apei/ |
| H A D | apei-base.c | 200 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/perf/util/annotate-arch/ |
| H A D | annotate-powerpc.c | 18 static int arithmetic__scnprintf(const struct ins *ins, char *bf, size_t size, in arithmetic__scnprintf() 62 static int load_store__scnprintf(const struct ins *ins, char *bf, size_t size, in load_store__scnprintf()
|
| /linux/arch/x86/include/asm/ |
| H A D | bug.h | 86 #define _BUG_FLAGS(cond_str, ins, flags, extra) \ argument 109 #define _BUG_FLAGS(cond_str, ins, flags, extra) asm volatile(ins) argument
|
| /linux/tools/perf/pmu-events/ |
| H A D | amd_metrics.py | 16 ins = Event("instructions") variable
|
| /linux/arch/csky/include/asm/ |
| H A D | uaccess.h | 123 #define __get_user_asm_common(x, ptr, ins, err) \ argument
|
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 4229 struct btrfs_key *ins) in found_extent_clustered() 4241 struct btrfs_key *ins) in found_extent() 4327 struct btrfs_key *ins, in find_free_extent_update_loop() 4423 struct btrfs_key *ins) in prepare_allocation_clustered() 4519 struct btrfs_key *ins) in prepare_allocation() 4558 struct btrfs_key *ins, in find_free_extent() 4874 struct btrfs_key *ins, bool is_data, bool delalloc) in btrfs_reserve_extent() 4989 struct btrfs_key *ins, int ref_mod, u64 oref_root) in alloc_reserved_file_extent() 5155 struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent() 5183 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent() [all …]
|
| H A D | ulist.c | 169 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
|
| H A D | inode.c | 1058 struct btrfs_key ins; in submit_one_async_extent() local 1222 struct btrfs_key *ins, struct extent_state **cached, in cow_one_range() 1378 struct btrfs_key ins; in cow_file_range() local 3048 struct btrfs_key ins; in insert_reserved_file_extent() local 9137 struct btrfs_key *ins, in insert_prealloc_file_extent() 9219 struct btrfs_key ins; in __btrfs_prealloc_file_range() local 9894 struct btrfs_key ins; in btrfs_do_encoded_write() local
|
| /linux/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_pci.c | 102 int ins = 0; in cpci_check_and_clear_ins() local
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_exec.c | 296 u64 ins = req->wait_ptr; in nouveau_exec_ucopy() local
|
| /linux/fs/btrfs/tests/ |
| H A D | qgroup-tests.c | 25 struct btrfs_key ins; in insert_normal_tree_ref() local
|
| /linux/sound/soc/amd/vangogh/ |
| H A D | acp5x-pcm-dma.c | 323 struct i2s_stream_instance *ins; in acp5x_dma_close() local
|
| /linux/sound/soc/amd/raven/ |
| H A D | acp3x-pcm-dma.c | 328 struct i2s_stream_instance *ins; in acp3x_dma_close() local
|
| /linux/tools/objtool/arch/x86/ |
| H A D | decode.c | 223 struct insn ins; in arch_decode_instruction() local
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-sysfs.c | 612 char *outs = NULL, *ins = NULL; in coresight_make_links() local
|
| /linux/net/sched/ |
| H A D | cls_u32.c | 797 struct tc_u_knode __rcu **ins; in u32_replace_knode() local 1158 struct tc_u_knode __rcu **ins; u32_change() local [all...] |
| /linux/drivers/phy/cadence/ |
| H A D | phy-cadence-sierra.c | 543 struct cdns_sierra_inst *ins = phy_get_drvdata(gphy); in cdns_sierra_phy_init() local 613 struct cdns_sierra_inst *ins = phy_get_drvdata(gphy); in cdns_sierra_phy_on() local 664 struct cdns_sierra_inst *ins = phy_get_drvdata(gphy); in cdns_sierra_phy_off() local
|
| /linux/drivers/nfc/pn533/ |
| H A D | usb.c | 261 u8 ins; member
|