/Linux-v4.19/fs/afs/ |
D | super.c | 149 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname() local 183 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options() local 354 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super() local 365 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super() local 373 struct afs_super_info *as = data; in afs_set_super() local 385 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super() local 447 struct afs_super_info *as; in afs_alloc_sbi() local 460 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi() 472 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super() local 499 struct afs_super_info *as; in afs_mount() local [all …]
|
D | inode.c | 168 struct afs_super_info *as; in afs_iget_pseudo_dir() local 275 struct afs_super_info *as; in afs_iget() local
|
D | mntpt.c | 75 struct afs_super_info *as; in afs_mntpt_do_automount() local
|
D | callback.c | 276 struct afs_super_info *as = AFS_FS_S(cbi->sb); in afs_break_one_callback() local
|
/Linux-v4.19/drivers/net/wireless/ath/ath5k/ |
D | ani.c | 223 ath5k_ani_raise_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as, in ath5k_ani_raise_immunity() 310 ath5k_ani_lower_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as) in ath5k_ani_lower_immunity() 374 ath5k_hw_ani_get_listen_time(struct ath5k_hw *ah, struct ath5k_ani_state *as) in ath5k_hw_ani_get_listen_time() 407 struct ath5k_ani_state *as) in ath5k_ani_save_and_clear_phy_errors() 450 ath5k_ani_period_restart(struct ath5k_ani_state *as) in ath5k_ani_period_restart() 477 struct ath5k_ani_state *as = &ah->ani_state; in ath5k_ani_calibration() local 541 struct ath5k_ani_state *as = &ah->ani_state; in ath5k_ani_mib_intr() local 579 struct ath5k_ani_state *as = &ah->ani_state; in ath5k_ani_phy_error_report() local
|
/Linux-v4.19/drivers/spi/ |
D | spi-atmel.c | 330 static bool atmel_spi_is_v2(struct atmel_spi *as) in atmel_spi_is_v2() 355 static void cs_activate(struct atmel_spi *as, struct spi_device *spi) in cs_activate() 408 static void cs_deactivate(struct atmel_spi *as, struct spi_device *spi) in cs_deactivate() 433 static void atmel_spi_lock(struct atmel_spi *as) __acquires(&as->lock) in atmel_spi_lock() 438 static void atmel_spi_unlock(struct atmel_spi *as) __releases(&as->lock) in atmel_spi_unlock() 448 static inline bool atmel_spi_use_dma(struct atmel_spi *as, in atmel_spi_use_dma() 458 struct atmel_spi *as = spi_master_get_devdata(master); in atmel_spi_can_dma() local 468 static int atmel_spi_dma_slave_config(struct atmel_spi *as, in atmel_spi_dma_slave_config() 529 struct atmel_spi *as) in atmel_spi_configure_dma() 609 struct atmel_spi *as = spi_master_get_devdata(master); in dma_callback() local [all …]
|
/Linux-v4.19/include/linux/ |
D | util_macros.h | 5 #define __find_closest(x, a, as, op) \ argument 27 #define find_closest(x, a, as) __find_closest(x, a, as, <=) argument 39 #define find_closest_descending(x, a, as) __find_closest(x, a, as, >=) argument
|
/Linux-v4.19/drivers/char/ |
D | apm-emulation.c | 191 struct apm_user *as; in queue_event() local 204 struct apm_user *as = fp->private_data; in apm_read() local 241 struct apm_user *as = fp->private_data; in apm_poll() local 260 struct apm_user *as = filp->private_data; in apm_ioctl() local 328 struct apm_user *as = filp->private_data; in apm_release() local 354 struct apm_user *as; in apm_open() local 512 struct apm_user *as; in apm_suspend_notifier() local
|
/Linux-v4.19/drivers/iommu/ |
D | tegra-smmu.c | 273 struct tegra_smmu_as *as; in tegra_smmu_domain_alloc() local 315 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_domain_free() local 395 struct tegra_smmu_as *as) in tegra_smmu_as_prepare() 439 struct tegra_smmu_as *as) in tegra_smmu_as_unprepare() 455 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_attach_dev() local 488 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_detach_dev() local 511 static void tegra_smmu_set_pde(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_set_pde() 539 static u32 *tegra_smmu_pte_lookup(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_pte_lookup() 556 static u32 *as_get_pte(struct tegra_smmu_as *as, dma_addr_t iova, in as_get_pte() 599 static void tegra_smmu_pte_get_use(struct tegra_smmu_as *as, unsigned long iova) in tegra_smmu_pte_get_use() [all …]
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | e500_mmu.c | 84 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index() 130 gva_t eaddr, int as) in kvmppc_e500_deliver_tlb_miss() 347 int as = !!get_cur_sas(vcpu); in kvmppc_e500_emul_tlbsx() local 457 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search() 478 u8 as; in kvmppc_core_vcpu_translate() local 500 unsigned int as = !!(vcpu->arch.shared->msr & MSR_IS); in kvmppc_mmu_itlb_index() local 507 unsigned int as = !!(vcpu->arch.shared->msr & MSR_DS); in kvmppc_mmu_dtlb_index() local 514 unsigned int as = !!(vcpu->arch.shared->msr & MSR_IS); in kvmppc_mmu_itlb_miss() local 521 unsigned int as = !!(vcpu->arch.shared->msr & MSR_DS); in kvmppc_mmu_dtlb_miss() local
|
D | e500.c | 164 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one() 189 unsigned int as, unsigned int gid, in kvmppc_e500_get_sid()
|
/Linux-v4.19/tools/perf/util/ |
D | unwind-libunwind-local.c | 373 find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in find_proc_info() 428 static int access_fpreg(unw_addr_space_t __maybe_unused as, in access_fpreg() 438 static int get_dyn_info_list_addr(unw_addr_space_t __maybe_unused as, in get_dyn_info_list_addr() 445 static int resume(unw_addr_space_t __maybe_unused as, in resume() 454 get_proc_name(unw_addr_space_t __maybe_unused as, in get_proc_name() 484 static int access_mem(unw_addr_space_t __maybe_unused as, in access_mem() 530 static int access_reg(unw_addr_space_t __maybe_unused as, in access_reg() 564 static void put_unwind_info(unw_addr_space_t __maybe_unused as, in put_unwind_info()
|
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 361 struct async *as; in alloc_async() local 374 static void free_async(struct async *as) in free_async() 398 static void async_newpending(struct async *as) in async_newpending() 408 static void async_removepending(struct async *as) in async_removepending() 421 struct async *as = NULL; in async_getcompleted() local 436 struct async *as; in async_getpending() local 548 struct async *as; in cancel_bulk_urbs() local 583 struct async *as = urb->context; in async_completed() local 627 struct async *as; in destroy_async() local 1034 struct async *as; in usbdev_release() local [all …]
|
/Linux-v4.19/arch/x86/kernel/ |
D | apm_32.c | 1173 static int queue_empty(struct apm_user *as) in queue_empty() 1178 static apm_event_t get_queued_event(struct apm_user *as) in get_queued_event() 1187 struct apm_user *as; in queue_event() local 1248 struct apm_user *as; in suspend() local 1462 static int check_apm_user(struct apm_user *as, const char *func) in check_apm_user() 1473 struct apm_user *as; in do_read() local 1516 struct apm_user *as; in do_poll() local 1529 struct apm_user *as; in do_ioctl() local 1577 struct apm_user *as; in do_release() local 1615 struct apm_user *as; in do_open() local
|
/Linux-v4.19/arch/arc/include/asm/ |
D | entry-arcv2.h | 112 ld.as r9, [sp, 10] ; load stashed r9 (status32 stack slot) variable 181 ld.as r9, [sp, -12] ; reload r9 which got clobbered variable
|
/Linux-v4.19/sound/usb/ |
D | stream.c | 85 static void snd_usb_init_substream(struct snd_usb_stream *as, in snd_usb_init_substream() 487 struct snd_usb_stream *as; in __snd_usb_add_audio_stream() local 710 struct uac1_as_header_descriptor *as = in snd_usb_get_audioformat_uac12() local 740 struct uac2_as_header_descriptor *as = in snd_usb_get_audioformat_uac12() local 857 struct uac3_as_header_descriptor *as = NULL; in snd_usb_get_audioformat_uac3() local
|
D | card.c | 126 static void snd_usb_stream_disconnect(struct snd_usb_stream *as) in snd_usb_stream_disconnect() 710 struct snd_usb_stream *as; in usb_audio_disconnect() local 799 struct snd_usb_stream *as; in usb_audio_suspend() local 828 struct snd_usb_stream *as; in __usb_audio_resume() local
|
D | format.c | 77 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() local 565 struct uac3_as_header_descriptor *as, in snd_usb_parse_audio_format_v3()
|
D | pcm.c | 732 int snd_usb_pcm_suspend(struct snd_usb_stream *as) in snd_usb_pcm_suspend() 747 int snd_usb_pcm_resume(struct snd_usb_stream *as) in snd_usb_pcm_resume() 1302 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); in snd_usb_pcm_open() local 1324 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); in snd_usb_pcm_close() local
|
/Linux-v4.19/arch/x86/hyperv/ |
D | nested.c | 19 int hyperv_flush_guest_mapping(u64 as) in hyperv_flush_guest_mapping()
|
/Linux-v4.19/drivers/md/ |
D | dm-flakey.c | 47 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features() 194 struct dm_arg_set as; in flakey_ctr() local
|
D | dm-mpath.c | 772 static int parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, in parse_path_selector() 864 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path() 914 static struct priority_group *parse_priority_group(struct dm_arg_set *as, in parse_priority_group() 987 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler() 1038 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features() 1121 struct dm_arg_set as; in multipath_ctr() local
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgp102.c | 70 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() local
|
D | ctxgp100.c | 74 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() local
|
/Linux-v4.19/crypto/ |
D | algif_aead.c | 56 unsigned int as = crypto_aead_authsize(tfm); in aead_sufficient_data() local 103 unsigned int i, as = crypto_aead_authsize(tfm); in _aead_recvmsg() local
|