Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos.c64 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in shadow_and_reallocate_code() local
132 static int find_free_symbol_index (struct dsp_spos_instance * ins) in find_free_symbol_index()
149 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbols() local
190 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in add_symbol() local
226 struct dsp_spos_instance * ins = kzalloc(sizeof(struct dsp_spos_instance), GFP_KERNEL); in cs46xx_dsp_spos_create() local
280 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_spos_destroy() local
351 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_load_module() local
436 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol() local
463 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_lookup_symbol_addr() local
485 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
249 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_proc_register_scb_desc() local
293 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in _dsp_create_generic_scb() local
503 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_pcm_reader_scb() local
609 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_src_task_scb() local
988 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in cs46xx_dsp_create_asynch_fg_rx_scb() local
1148 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in find_next_free_scb() local
[all …]
Dcs46xx_lib.c1164 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_interrupt() local
1885 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_get() local
1899 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_adc_capture_put() local
1916 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_get() local
1931 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_pcm_capture_put() local
1999 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_get() local
2015 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_default_put() local
2052 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_get() local
2068 struct dsp_spos_instance * ins = chip->dsp_spos_instance; in snd_cs46xx_spdif_stream_put() local
/linux-2.6.39/drivers/staging/rts_pstor/
Dspi.c97 static int sf_enable_write(struct rtsx_chip *chip, u8 ins) in sf_enable_write()
122 static int sf_disable_write(struct rtsx_chip *chip, u8 ins) in sf_disable_write()
147 static void sf_program(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr, u16 len) in sf_program()
164 static int sf_erase(struct rtsx_chip *chip, u8 ins, u8 addr_mode, u32 addr) in sf_erase()
490 u8 ins, slow_read; in spi_read_flash() local
567 u8 ins, program_mode; in spi_write_flash() local
733 u8 ins, erase_mode; in spi_erase_flash() local
775 u8 ins, status, ewsr; in spi_write_flash_status() local
/linux-2.6.39/drivers/misc/sgi-gru/
Dgru_instructions.h339 static inline void gru_start_instruction(struct gru_instruction *ins, unsigned long op64) in gru_start_instruction()
361 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload_phys() local
373 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vstore_phys() local
386 struct gru_instruction *ins = (struct gru_instruction *)cb; in gru_vload() local
399 struct gru_instruction *ins = (void *)cb; in gru_vstore() local
412 struct gru_instruction *ins = (void *)cb; in gru_ivload() local
425 struct gru_instruction *ins = (void *)cb; in gru_ivstore() local
438 struct gru_instruction *ins = (void *)cb; in gru_vset() local
452 struct gru_instruction *ins = (void *)cb; in gru_ivset() local
466 struct gru_instruction *ins = (void *)cb; in gru_vflush() local
[all …]
/linux-2.6.39/drivers/acpi/apei/
Dapei-base.c214 u8 ins; in apei_exec_for_each_entry() local
242 u8 ins = entry->instruction; in pre_map_gar_callback() local
275 u8 ins = entry->instruction; in post_unmap_gar_callback() local
561 u8 ins = entry->instruction; in collect_res_callback() local
/linux-2.6.39/arch/arm/mm/
Dalignment.c164 #define __get8_unaligned_check(ins,val,addr,err) \ argument
182 #define __get16_unaligned_check(ins,val,addr) \ argument
199 #define __get32_unaligned_check(ins,val,addr) \ argument
220 #define __put16_unaligned_check(ins,val,addr) \ argument
252 #define __put32_unaligned_check(ins,val,addr) \ argument
/linux-2.6.39/arch/sparc/include/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
112 unsigned long ins[8]; member
118 unsigned long ins[6]; member
/linux-2.6.39/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-2.6.39/drivers/pci/hotplug/
Dcpci_hotplug_pci.c118 int ins = 0; in cpci_check_and_clear_ins() local
/linux-2.6.39/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-2.6.39/sound/drivers/
Dserial-u16550.c78 static int ins[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 1}; /* 1 to 16 */ variable
876 int outs, int ins, in snd_uart16550_rmidi()
/linux-2.6.39/sound/oss/
Dopl3.c114 struct sbi_instrument ins; in opl3_ioctl() local
825 struct sbi_instrument ins; in opl3_load_patch() local
/linux-2.6.39/fs/btrfs/
Dextent-tree.c1888 struct btrfs_key ins; in run_delayed_data_ref() local
2014 struct btrfs_key ins; in run_delayed_tree_ref() local
4954 u64 hint_byte, struct btrfs_key *ins, in find_free_extent()
5449 u64 search_end, struct btrfs_key *ins, in btrfs_reserve_extent()
5522 struct btrfs_key *ins, int ref_mod) in alloc_reserved_file_extent()
5590 int level, struct btrfs_key *ins) in alloc_reserved_tree_block()
5649 u64 offset, struct btrfs_key *ins) in btrfs_alloc_reserved_file_extent()
5669 struct btrfs_key *ins) in btrfs_alloc_logged_file_extent()
5827 struct btrfs_key ins; in btrfs_alloc_free_block() local
Ddelayed-ref.c128 struct btrfs_delayed_ref_node *ins; in tree_insert() local
Dinode.c563 struct btrfs_key ins; in submit_compressed_extents() local
775 struct btrfs_key ins; in cow_file_range() local
1625 struct btrfs_key ins; in insert_reserved_file_extent() local
5452 struct btrfs_key ins; in btrfs_new_extent_direct() local
7362 struct btrfs_key ins; in __btrfs_prealloc_file_range() local
Dtree-log.c563 struct btrfs_key ins; in replay_one_extent() local
/linux-2.6.39/sound/pci/oxygen/
Doxygen_pcm.c683 int outs, ins; in oxygen_pcm_init() local
/linux-2.6.39/arch/unicore32/mm/
Dalignment.c132 #define __put32_unaligned_check(ins, val, addr) \ argument
/linux-2.6.39/net/sched/
Dcls_u32.c661 struct tc_u_knode **ins; in u32_change() local
/linux-2.6.39/sound/drivers/vx/
Dvx_pcm.c1261 unsigned int outs, ins; in snd_vx_pcm_new() local
/linux-2.6.39/net/ipv6/
Dip6_fib.c618 struct rt6_info **ins; in fib6_add_rt2node() local
/linux-2.6.39/drivers/scsi/
D53c700.h73 __u32 ins; member
/linux-2.6.39/drivers/usb/atm/
Dueagle-atm.c292 #define INS_TO_USBDEV(ins) (ins->usb_dev) argument