/linux/sound/pci/ |
H A D | sis7019.c | 294 struct sis7019 *sis = dev; in sis_interrupt() local 365 static void __sis_map_silence(struct sis7019 *sis) in __sis_map_silence() argument 375 __sis_unmap_silence(struct sis7019 * sis) __sis_unmap_silence() argument 384 sis_free_voice(struct sis7019 * sis,struct voice * voice) sis_free_voice() argument 399 __sis_alloc_playback_voice(struct sis7019 * sis) __sis_alloc_playback_voice() argument 418 sis_alloc_playback_voice(struct sis7019 * sis) sis_alloc_playback_voice() argument 433 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_alloc_timing_voice() local 468 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_playback_open() local 489 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_substream_close() local 565 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_pcm_trigger() local 645 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_capture_open() local 679 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_capture_hw_params() local 696 struct sis7019 *sis = snd_pcm_substream_chip(substream); sis_prepare_timing_voice() local 858 sis_pcm_create(struct sis7019 * sis) sis_pcm_create() argument 886 sis_ac97_rw(struct sis7019 * sis,int codec,u32 cmd) sis_ac97_rw() argument 977 sis_mixer_create(struct sis7019 * sis) sis_mixer_create() argument 1008 struct sis7019 *sis = card->private_data; sis_chip_free() local 1023 sis_chip_init(struct sis7019 * sis) sis_chip_init() argument 1154 struct sis7019 *sis = card->private_data; sis_suspend() local 1187 struct sis7019 *sis = card->private_data; sis_resume() local 1231 sis_alloc_suspend(struct sis7019 * sis) sis_alloc_suspend() argument 1254 struct sis7019 *sis = card->private_data; sis_chip_create() local 1329 struct sis7019 *sis; __snd_sis7019_probe() local [all...] |
/linux/mm/ |
H A D | page_io.c | 78 int generic_swapfile_activate(struct swap_info_struct *sis, in generic_swapfile_activate() 207 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_zeromap_folio_set() local 226 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_zeromap_folio_clear() local 377 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_writepage_fs() local 411 struct swap_info_struct *sis) in swap_writepage_bdev_sync() 431 struct swap_info_struct *sis) in swap_writepage_bdev_async() 449 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in __swap_writepage() local 540 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_read_folio_fs() local 573 struct swap_info_struct *sis) in swap_read_folio_bdev_sync() 595 struct swap_info_struct *sis) in swap_read_folio_bdev_async() [all …]
|
H A D | swapfile.c | 286 static inline struct swap_extent *first_se(struct swap_info_struct *sis) in first_se() 336 offset_to_swap_extent(struct swap_info_struct *sis, unsigned long offset) in offset_to_swap_extent() 357 struct swap_info_struct *sis = __swap_entry_to_info(folio->swap); in swap_folio_sector() local 1728 struct swap_info_struct *sis; in swap_free_nr() local 2036 struct swap_info_struct *sis = swap_info[type]; in swap_type_of() local 2060 struct swap_info_struct *sis = swap_info[type]; in find_first_swap() local 2099 struct swap_info_struct *sis = swap_info[type]; in count_swap_pages() local 2564 static void destroy_swap_extents(struct swap_info_struct *sis) in destroy_swap_extents() 2591 add_swap_extent(struct swap_info_struct *sis, unsigned long start_page, in add_swap_extent() 2658 static int setup_swap_extents(struct swap_info_struct *sis, sector_t *span) in setup_swap_extents()
|
H A D | swap.h | 287 struct swap_info_struct *sis = __swap_entry_to_info(entry); in swap_zeromap_batch() local
|
/linux/fs/iomap/ |
H A D | swapfile.c | 13 struct swap_info_struct *sis; member 140 int iomap_swapfile_activate(struct swap_info_struct *sis, in iomap_swapfile_activate()
|
/linux/fs/xfs/ |
H A D | xfs_aops.c | 757 struct swap_info_struct *sis, in xfs_vm_swap_activate()
|
/linux/fs/zonefs/ |
H A D | file.c | 169 static int zonefs_swap_activate(struct swap_info_struct *sis, in zonefs_swap_activate()
|
/linux/include/linux/ |
H A D | iomap.h | 538 # define iomap_swapfile_activate(sis, swapfile, pagespan, ops) (-EIO) argument
|
H A D | swap.h | 573 static inline int add_swap_extent(struct swap_info_struct *sis, in add_swap_extent()
|
/linux/drivers/ata/ |
H A D | pata_sis.c | 654 static void sis_fixup(struct pci_dev *pdev, struct sis_chipset *sis) in sis_fixup()
|
/linux/fs/nfs/ |
H A D | file.c | 569 static int nfs_swap_activate(struct swap_info_struct *sis, struct file *file, in nfs_swap_activate()
|
/linux/fs/f2fs/ |
H A D | data.c | 3893 static int check_swap_activate(struct swap_info_struct *sis, in check_swap_activate() 4005 static int f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, in f2fs_swap_activate() 4054 static int f2fs_swap_activate(struct swap_info_struct *sis, struct file *file, in f2fs_swap_activate()
|
/linux/sound/soc/fsl/ |
H A D | fsl_spdif.c | 347 u32 sis; in spdif_isr() local
|
/linux/fs/btrfs/ |
H A D | inode.c | 10031 static int btrfs_add_swap_extent(struct swap_info_struct *sis, in btrfs_add_swap_extent() 10080 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, in btrfs_swap_activate() 10406 static int btrfs_swap_activate(struct swap_info_struct *sis, struct file *file, in btrfs_swap_activate()
|
/linux/fs/smb/client/ |
H A D | file.c | 3207 static int cifs_swap_activate(struct swap_info_struct *sis, in cifs_swap_activate()
|
/linux/fs/ext4/ |
H A D | inode.c | 3969 static int ext4_iomap_swap_activate(struct swap_info_struct *sis, in ext4_iomap_swap_activate()
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-sriox-defs.h | 731 uint64_t sis:1; member
|