Home
last modified time | relevance | path

Searched defs:as (Results 1 – 25 of 46) sorted by relevance

12

/linux/drivers/net/wireless/ath/ath5k/
H A Dani.c223 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/fs/afs/
H A Dsuper.c158 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_devname() local
192 struct afs_super_info *as = AFS_FS_S(root->d_sb); in afs_show_options() local
423 struct afs_super_info *as = AFS_FS_S(sb); in afs_test_super() local
434 struct afs_super_info *as = AFS_FS_S(sb); in afs_dynroot_test_super() local
450 struct afs_super_info *as = AFS_FS_S(sb); in afs_fill_super() local
503 struct afs_super_info *as; in afs_alloc_sbi() local
520 static void afs_destroy_sbi(struct afs_super_info *as) in afs_destroy_sbi()
532 struct afs_super_info *as = AFS_FS_S(sb); in afs_kill_super() local
552 struct afs_super_info *as; in afs_get_tree() local
746 struct afs_super_info *as = AFS_FS_S(dentry->d_sb); in afs_statfs() local
H A Dinode.c429 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set() local
531 struct afs_super_info *as = AFS_FS_S(inode->i_sb); in afs_iget5_set_root() local
549 struct afs_super_info *as = AFS_FS_S(sb); in afs_root_iget() local
/linux/drivers/char/
H A Dapm-emulation.c181 struct apm_user *as; in queue_event() local
194 struct apm_user *as = fp->private_data; in apm_read() local
231 struct apm_user *as = fp->private_data; in apm_poll() local
250 struct apm_user *as = filp->private_data; in apm_ioctl() local
318 struct apm_user *as = filp->private_data; in apm_release() local
344 struct apm_user *as; in apm_open() local
504 struct apm_user *as; in apm_suspend_notifier() local
/linux/drivers/iommu/
H A Dtegra-smmu.c290 struct tegra_smmu_as *as; in tegra_smmu_domain_alloc_paging() local
333 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_domain_free() local
421 struct tegra_smmu_as *as) in tegra_smmu_as_prepare()
474 struct tegra_smmu_as *as) in tegra_smmu_as_unprepare()
497 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_attach_dev() local
531 struct tegra_smmu_as *as; in tegra_smmu_identity_attach() local
559 static void tegra_smmu_set_pde(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_set_pde()
585 static u32 *tegra_smmu_pte_lookup(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_pte_lookup()
601 static u32 *as_get_pte(struct tegra_smmu_as *as, dma_addr_t iova, in as_get_pte()
637 static void tegra_smmu_pte_get_use(struct tegra_smmu_as *as, unsigned long iova) in tegra_smmu_pte_get_use()
[all …]
/linux/arch/powerpc/kvm/
H A De500_mmu.c81 gva_t eaddr, int tlbsel, unsigned int pid, int as) in kvmppc_e500_tlb_index()
127 gva_t eaddr, int as) in kvmppc_e500_deliver_tlb_miss()
344 int as = !!get_cur_sas(vcpu); in kvmppc_e500_emul_tlbsx() local
454 gva_t eaddr, unsigned int pid, int as) in kvmppc_e500_tlb_search()
475 u8 as; in kvmppc_core_vcpu_translate() local
497 unsigned int as = !!(vcpu->arch.shared->msr & MSR_IS); in kvmppc_mmu_itlb_index() local
504 unsigned int as = !!(vcpu->arch.shared->msr & MSR_DS); in kvmppc_mmu_dtlb_index() local
511 unsigned int as = !!(vcpu->arch.shared->msr & MSR_IS); in kvmppc_mmu_itlb_miss() local
518 unsigned int as = !!(vcpu->arch.shared->msr & MSR_DS); in kvmppc_mmu_dtlb_miss() local
H A De500.c161 int as, int pid, int pr) in kvmppc_e500_id_table_reset_one()
186 unsigned int as, unsigned int gid, in kvmppc_e500_get_sid()
/linux/drivers/md/dm-pcache/
H A Ddm_pcache.c94 static bool at_least_one_arg(struct dm_arg_set *as, char **error) in at_least_one_arg()
104 static int parse_cache_dev(struct dm_pcache *pcache, struct dm_arg_set *as, in parse_cache_dev()
122 static int parse_backing_dev(struct dm_pcache *pcache, struct dm_arg_set *as, in parse_backing_dev()
147 static int parse_cache_opts(struct dm_pcache *pcache, struct dm_arg_set *as, in parse_cache_opts()
241 struct dm_arg_set as; in pcache_parse_args() local
/linux/drivers/usb/core/
H A Ddevio.c403 struct async *as; in alloc_async() local
416 static void free_async(struct async *as) in free_async()
440 static void async_newpending(struct async *as) in async_newpending()
450 static void async_removepending(struct async *as) in async_removepending()
463 struct async *as = NULL; in async_getcompleted() local
478 struct async *as; in async_getpending() local
590 struct async *as; in cancel_bulk_urbs() local
625 struct async *as = urb->context; in async_completed() local
666 struct async *as; in destroy_async() local
1097 struct async *as; in usbdev_release() local
[all …]
/linux/sound/usb/
H A Dformat.c72 struct uac3_as_header_descriptor *as = _fmt; in parse_audio_format_i_type() local
346 struct uac2_as_header_descriptor *as; in focusrite_valid_sample_rate() local
568 struct uac3_as_header_descriptor *as = snd_usb_find_csint_desc( in validate_sample_rate_table_v2v3() local
572 struct uac2_as_header_descriptor *as = snd_usb_find_csint_desc( in validate_sample_rate_table_v2v3() local
903 struct uac3_as_header_descriptor *as, in snd_usb_parse_audio_format_v3()
H A Dcard.c209 struct snd_usb_stream *as; in snd_usb_find_suppported_substream() local
234 static void snd_usb_stream_disconnect(struct snd_usb_stream *as) in snd_usb_stream_disconnect() argument
1101 struct snd_usb_stream *as; __usb_audio_disconnect() local
1233 struct snd_usb_stream *as; usb_audio_suspend() local
1267 struct snd_usb_stream *as; usb_audio_resume() local
[all...]
H A Dstream.c79 static void snd_usb_init_substream(struct snd_usb_stream *as, in snd_usb_init_substream() argument
502 struct snd_usb_stream *as; __snd_usb_add_audio_stream() local
741 struct uac1_as_header_descriptor *as = snd_usb_get_audioformat_uac12() local
772 struct uac2_as_header_descriptor *as = snd_usb_get_audioformat_uac12() local
890 struct uac3_as_header_descriptor *as = NULL; snd_usb_get_audioformat_uac3() local
[all...]
H A Dpcm.c437 int snd_usb_pcm_suspend(struct snd_usb_stream *as) in snd_usb_pcm_suspend()
452 int snd_usb_pcm_resume(struct snd_usb_stream *as) in snd_usb_pcm_resume()
1238 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); in snd_usb_pcm_open() local
1289 struct snd_usb_stream *as = snd_pcm_substream_chip(substream); in snd_usb_pcm_close() local
/linux/tools/perf/util/
H A Dunwind-libunwind-local.c
/linux/arch/x86/kernel/
H A Dapm_32.c1135 static int queue_empty(struct apm_user *as) in queue_empty()
1140 static apm_event_t get_queued_event(struct apm_user *as) in get_queued_event()
1149 struct apm_user *as; in queue_event() local
1210 struct apm_user *as; in suspend() local
1424 static int check_apm_user(struct apm_user *as, const char *func) in check_apm_user()
1435 struct apm_user *as; in do_read() local
1478 struct apm_user *as; in do_poll() local
1491 struct apm_user *as; in do_ioctl() local
1539 struct apm_user *as; in do_release() local
1577 struct apm_user *as; in do_open() local
/linux/arch/x86/hyperv/
H A Dnested.c21 int hyperv_flush_guest_mapping(u64 as) in hyperv_flush_guest_mapping()
87 int hyperv_flush_guest_mapping_range(u64 as, in hyperv_flush_guest_mapping_range()
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c264 int as; in panfrost_mmu_as_get() local
551 addr_to_mapping(struct panfrost_device *pfdev, int as, u64 addr) in addr_to_mapping()
587 static int panfrost_mmu_map_fault_addr(struct panfrost_device *pfdev, int as, in panfrost_mmu_map_fault_addr()
884 u32 as = ffs(status | (status >> 16)) - 1; in panfrost_mmu_irq_handler_thread() local
/linux/drivers/md/
H A Ddm-clone-target.c1537 static int parse_feature_args(struct dm_arg_set *as, struct clone *clone) in parse_feature_args()
1575 static int parse_core_args(struct dm_arg_set *as, struct clone *clone) in parse_core_args()
1631 static int parse_region_size(struct clone *clone, struct dm_arg_set *as, char **error) in parse_region_size()
1677 static int parse_metadata_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_metadata_dev()
1697 static int parse_dest_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_dest_dev()
1711 static int parse_source_dev(struct clone *clone, struct dm_arg_set *as, char **error) in parse_source_dev()
1759 struct dm_arg_set as; in clone_ctr() local
H A Ddm-switch.c205 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
262 struct dm_arg_set as; in switch_ctr() local
H A Ddm-flakey.c54 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
268 struct dm_arg_set as; in flakey_ctr() local
/linux/arch/s390/include/asm/
H A Dfault.h18 unsigned long as : 2; /* ASCE Identifier */ member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgp102.c59 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp102_grctx_generate_attrib() local
H A Dctxgp100.c60 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() local
/linux/sound/usb/qcom/
H A Dmixer_usb_offload.c114 struct snd_usb_stream *as; in snd_usb_offload_create_ctl() local
/linux/sound/soc/
H A Dsoc-usb.c165 struct snd_usb_stream *as; in snd_soc_usb_find_supported_format() local

12