Searched refs:sis (Results 1 - 20 of 20) sorted by relevance

/linux-master/sound/pci/
H A Dsis7019.c294 struct sis7019 *sis = dev; local
295 unsigned long io = sis->ioport;
314 sis_voice_irq(status, sis->voices);
320 sis_voice_irq(status, &sis->voices[32]);
326 voice = &sis->capture_voice;
365 static void __sis_map_silence(struct sis7019 *sis) argument
367 /* Helper function: must hold sis->voice_lock on entry */
368 if (!sis->silence_users)
369 sis->silence_dma_addr = dma_map_single(&sis
375 __sis_unmap_silence(struct sis7019 *sis) argument
384 sis_free_voice(struct sis7019 *sis, struct voice *voice) argument
399 __sis_alloc_playback_voice(struct sis7019 *sis) argument
418 sis_alloc_playback_voice(struct sis7019 *sis) argument
433 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
468 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
489 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
565 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
645 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
679 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
696 struct sis7019 *sis = snd_pcm_substream_chip(substream); local
858 sis_pcm_create(struct sis7019 *sis) argument
886 sis_ac97_rw(struct sis7019 *sis, int codec, u32 cmd) argument
977 sis_mixer_create(struct sis7019 *sis) argument
1008 struct sis7019 *sis = card->private_data; local
1023 sis_chip_init(struct sis7019 *sis) argument
1154 struct sis7019 *sis = card->private_data; local
1187 struct sis7019 *sis = card->private_data; local
1231 sis_alloc_suspend(struct sis7019 *sis) argument
1254 struct sis7019 *sis = card->private_data; local
1329 struct sis7019 *sis; local
[all...]
/linux-master/fs/iomap/
H A Dswapfile.c16 struct swap_info_struct *sis; member in struct:iomap_swapfile_info
40 if (unlikely(isi->nr_pages >= isi->sis->max))
42 max_pages = isi->sis->max - isi->nr_pages;
72 error = add_swap_extent(isi->sis, isi->nr_pages, nr_pages, first_ppage);
119 if (iomap->bdev != isi->sis->bdev)
142 int iomap_swapfile_activate(struct swap_info_struct *sis, argument
154 .sis = sis,
190 sis->max = isi.nr_pages;
191 sis
[all...]
/linux-master/mm/
H A Dpage_io.c78 int generic_swapfile_activate(struct swap_info_struct *sis, argument
105 page_no < sis->max) {
151 ret = add_swap_extent(sis, page_no, 1, first_block);
164 sis->max = page_no;
165 sis->pages = page_no - 1;
166 sis->highest_bit = page_no - 1;
299 struct swap_info_struct *sis = swp_swap_info(folio->swap); local
300 struct file *swap_file = sis->swap_file;
335 struct writeback_control *wbc, struct swap_info_struct *sis)
340 bio_init(&bio, sis
334 swap_writepage_bdev_sync(struct folio *folio, struct writeback_control *wbc, struct swap_info_struct *sis) argument
355 swap_writepage_bdev_async(struct folio *folio, struct writeback_control *wbc, struct swap_info_struct *sis) argument
376 struct swap_info_struct *sis = swp_swap_info(folio->swap); local
430 struct swap_info_struct *sis = swp_swap_info(folio->swap); local
462 swap_read_folio_bdev_sync(struct folio *folio, struct swap_info_struct *sis) argument
482 swap_read_folio_bdev_async(struct folio *folio, struct swap_info_struct *sis) argument
498 struct swap_info_struct *sis = swp_swap_info(folio->swap); local
[all...]
H A Dswapfile.c162 static inline struct swap_extent *first_se(struct swap_info_struct *sis) argument
164 struct rb_node *rb = rb_first(&sis->swap_extent_root);
212 offset_to_swap_extent(struct swap_info_struct *sis, unsigned long offset) argument
217 rb = sis->swap_extent_root.rb_node;
233 struct swap_info_struct *sis = swp_swap_info(folio->swap); local
239 se = offset_to_swap_extent(sis, offset);
1670 struct swap_info_struct *sis = swap_info[type]; local
1672 if (!(sis->flags & SWP_WRITEOK))
1675 if (device == sis->bdev->bd_dev) {
1676 struct swap_extent *se = first_se(sis);
1694 struct swap_info_struct *sis = swap_info[type]; local
1733 struct swap_info_struct *sis = swap_info[type]; local
2181 destroy_swap_extents(struct swap_info_struct *sis) argument
2208 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, unsigned long nr_pages, sector_t start_block) argument
2275 setup_swap_extents(struct swap_info_struct *sis, sector_t *span) argument
[all...]
/linux-master/drivers/char/agp/
H A DMakefile15 obj-$(CONFIG_AGP_SIS) += sis-agp.o
/linux-master/drivers/ata/
H A Dpata_sis.c19 * ATA133 support for SiS961/962 by L.C. Chang <lcchang@sis.com.tw>
36 #include "sis.h"
654 static void sis_fixup(struct pci_dev *pdev, struct sis_chipset *sis) argument
659 if (sis->info == &sis_info133) {
669 if (sis->info == &sis_info133_early || sis->info == &sis_info100) {
679 if (sis->info == &sis_info66 || sis->info == &sis_info100_early) {
689 if (sis->info == &sis_info33) {
696 if (sis
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_spdif.c347 u32 sis; local
349 sis = spdif_intr_status_clear(spdif_priv);
351 if (sis & INT_DPLL_LOCKED)
354 if (sis & INT_TXFIFO_UNOV)
357 if (sis & INT_TXFIFO_RESYNC)
360 if (sis & INT_CNEW)
363 if (sis & INT_VAL_NOGOOD)
366 if (sis & INT_SYM_ERR)
369 if (sis & INT_BIT_ERR)
372 if (sis
[all...]
/linux-master/fs/xfs/
H A Dxfs_aops.c562 struct swap_info_struct *sis,
566 sis->bdev = xfs_inode_buftarg(XFS_I(file_inode(swap_file)))->bt_bdev;
567 return iomap_swapfile_activate(sis, swap_file, span,
561 xfs_iomap_swapfile_activate( struct swap_info_struct *sis, struct file *swap_file, sector_t *span) argument
/linux-master/drivers/net/ethernet/
H A DMakefile87 obj-$(CONFIG_NET_VENDOR_SIS) += sis/
/linux-master/include/linux/
H A Diomap.h409 int iomap_swapfile_activate(struct swap_info_struct *sis,
413 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO)
H A Dswap.h430 int add_swap_extent(struct swap_info_struct *sis, unsigned long start_page,
582 static inline int add_swap_extent(struct swap_info_struct *sis, argument
H A Dfs.h433 int (*swap_activate)(struct swap_info_struct *sis, struct file *file,
/linux-master/fs/nfs/
H A Dfile.c509 static int nfs_swap_activate(struct swap_info_struct *sis, struct file *file, argument
531 ret = add_swap_extent(sis, 0, sis->max, 0);
537 *span = sis->pages;
542 sis->flags |= SWP_FS_OPS;
/linux-master/drivers/video/fbdev/
H A DMakefile30 obj-$(CONFIG_FB_SIS) += sis/
/linux-master/fs/zonefs/
H A Dfile.c160 static int zonefs_swap_activate(struct swap_info_struct *sis, argument
171 return iomap_swapfile_activate(sis, swap_file, span,
/linux-master/fs/f2fs/
H A Ddata.c3893 static int check_swap_activate(struct swap_info_struct *sis, argument
3918 while (cur_lblock < last_lblock && cur_lblock < sis->max) {
3953 if (cur_lblock + nr_pblocks > sis->max)
3974 if (cur_lblock + nr_pblocks >= sis->max)
3975 nr_pblocks = sis->max - cur_lblock;
3987 ret = add_swap_extent(sis, cur_lblock, nr_pblocks, pblock);
3997 sis->max = cur_lblock;
3998 sis->pages = cur_lblock - 1;
3999 sis->highest_bit = cur_lblock - 1;
4007 static int f2fs_swap_activate(struct swap_info_struct *sis, struc argument
4056 f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) argument
[all...]
/linux-master/fs/btrfs/
H A Dinode.c10635 static int btrfs_add_swap_extent(struct swap_info_struct *sis, argument
10648 if (bsi->nr_pages >= sis->max)
10651 max_pages = sis->max - bsi->nr_pages;
10668 ret = add_swap_extent(sis, bsi->nr_pages, nr_pages, first_ppage);
10684 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, argument
10898 ret = btrfs_add_swap_extent(sis, &bsi);
10911 ret = btrfs_add_swap_extent(sis, &bsi);
10932 sis->bdev = device->bdev;
10934 sis->max = bsi.nr_pages;
10935 sis
10944 btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, sector_t *span) argument
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h731 uint64_t sis:1; member in struct:cvmx_sriox_int_info2::cvmx_sriox_int_info2_s
749 uint64_t sis:1;
/linux-master/fs/smb/client/
H A Dfile.c5124 static int cifs_swap_activate(struct swap_info_struct *sis, argument
5146 *span = sis->pages;
5166 sis->flags |= SWP_FS_OPS;
5167 return add_swap_extent(sis, 0, sis->max, 0);
/linux-master/fs/ext4/
H A Dinode.c3516 static int ext4_iomap_swap_activate(struct swap_info_struct *sis, argument
3519 return iomap_swapfile_activate(sis, file, span,

Completed in 616 milliseconds