Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/cs46xx/
Ddsp_spos.c64 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 …]
Ddsp_spos_scb_lib.c46 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 …]
Dcs46xx_lib.c1354 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.1.27/drivers/staging/rts5208/
Dspi.c134 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.1.27/drivers/misc/sgi-gru/
Dgru_instructions.h340 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.1.27/tools/perf/util/
Dannotate.h31 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
Dannotate.c41 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.1.27/arch/sparc/include/uapi/asm/
Dptrace.h53 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.1.27/arch/arm/mm/
Dalignment.c198 #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.1.27/drivers/acpi/apei/
Dapei-base.c215 u8 ins; in apei_exec_for_each_entry() local
243 u8 ins = entry->instruction; in pre_map_gar_callback() local
276 u8 ins = entry->instruction; in post_unmap_gar_callback() local
721 u8 ins = entry->instruction; in collect_res_callback() local
/linux-4.1.27/fs/ntfs/
Dunistr.c259 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.1.27/fs/btrfs/
Dulist.c135 static int ulist_rbtree_insert(struct ulist *ulist, struct ulist_node *ins) in ulist_rbtree_insert()
Ddelayed-ref.c145 struct btrfs_delayed_ref_node *ins; in tree_insert() local
175 struct btrfs_delayed_ref_head *ins; in htree_insert() local
Dextent-tree.c2066 struct btrfs_key ins; in run_delayed_data_ref() local
2226 struct btrfs_key ins; in run_delayed_tree_ref() local
6721 u64 hint_byte, struct btrfs_key *ins, in find_free_extent()
7175 struct btrfs_key *ins, int is_data, int delalloc) in btrfs_reserve_extent()
7255 struct btrfs_key *ins, int ref_mod) in alloc_reserved_file_extent()
7333 int level, struct btrfs_key *ins, in alloc_reserved_tree_block()
7423 u64 offset, struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent()
7444 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent()
7586 struct btrfs_key ins; in btrfs_alloc_tree_block() local
Dinode.c672 struct btrfs_key ins; in submit_compressed_extents() local
924 struct btrfs_key ins; in cow_file_range() local
2062 struct btrfs_key ins; in insert_reserved_file_extent() local
7075 struct btrfs_key ins; in btrfs_new_extent_direct() local
9629 struct btrfs_key ins; in __btrfs_prealloc_file_range() local
Ddelayed-inode.c402 struct btrfs_delayed_item *ins, in __btrfs_add_delayed_item()
Dtree-log.c673 struct btrfs_key ins; in replay_one_extent() local
/linux-4.1.27/drivers/pci/hotplug/
Dcpci_hotplug_pci.c118 int ins = 0; in cpci_check_and_clear_ins() local
/linux-4.1.27/fs/btrfs/tests/
Dqgroup-tests.c42 struct btrfs_key ins; in insert_normal_tree_ref() local
/linux-4.1.27/fs/ocfs2/
Dextent_map.c185 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.1.27/sound/drivers/
Dserial-u16550.c77 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.1.27/sound/oss/
Dopl3.c114 struct sbi_instrument ins; in opl3_ioctl() local
824 struct sbi_instrument ins; in opl3_load_patch() local
/linux-4.1.27/net/sched/
Dcls_u32.c653 struct tc_u_knode __rcu **ins; in u32_replace_knode() local
869 struct tc_u_knode __rcu **ins; in u32_change() local
Dcls_rsvp.h229 struct rsvp_filter __rcu **ins; in rsvp_replace() local
/linux-4.1.27/arch/sparc/include/asm/
Dsigcontext.h52 unsigned long ins[8]; member
/linux-4.1.27/sound/pci/oxygen/
Doxygen_pcm.c703 int outs, ins; in oxygen_pcm_init() local
/linux-4.1.27/arch/unicore32/mm/
Dalignment.c135 #define __put32_unaligned_check(ins, val, addr) \ argument
/linux-4.1.27/drivers/mtd/spi-nor/
Dfsl-quadspi.c170 #define LUT0(ins, pad, opr) \ argument
174 #define LUT1(ins, pad, opr) (LUT0(ins, pad, opr) << OPRND1_SHIFT) argument
/linux-4.1.27/sound/drivers/vx/
Dvx_pcm.c1238 unsigned int outs, ins; in snd_vx_pcm_new() local
/linux-4.1.27/arch/x86/kernel/
Dftrace.c379 unsigned char ins[MCOUNT_INSN_SIZE]; in remove_breakpoint() local
/linux-4.1.27/arch/mips/include/asm/
Dmipsregs.h1722 #define _umips_dsp_mfxxx(ins) \ argument
1738 #define _umips_dsp_mtxxx(val, ins) \ argument
1807 #define _dsp_mfxxx(ins) \ argument
1822 #define _dsp_mtxxx(val, ins) \ argument
/linux-4.1.27/net/ipv6/
Dip6_fib.c695 struct rt6_info **ins; in fib6_add_rt2node() local
/linux-4.1.27/drivers/scsi/
D53c700.h73 __u32 ins; member
/linux-4.1.27/drivers/usb/atm/
Dueagle-atm.c291 #define INS_TO_USBDEV(ins) (ins->usb_dev) argument
/linux-4.1.27/drivers/nfc/
Dpn533.c451 u8 ins; member