Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-atmel.c340 static bool atmel_spi_is_v2(struct atmel_spi *as) in atmel_spi_is_v2()
365 static void cs_activate(struct atmel_spi *as, struct spi_device *spi) in cs_activate()
418 static void cs_deactivate(struct atmel_spi *as, struct spi_device *spi) in cs_deactivate()
443 static void atmel_spi_lock(struct atmel_spi *as) __acquires(&as->lock) in atmel_spi_lock()
448 static void atmel_spi_unlock(struct atmel_spi *as) __releases(&as->lock) in atmel_spi_unlock()
453 static inline bool atmel_spi_use_dma(struct atmel_spi *as, in atmel_spi_use_dma()
459 static int atmel_spi_dma_slave_config(struct atmel_spi *as, in atmel_spi_dma_slave_config()
518 static int atmel_spi_configure_dma(struct atmel_spi *as) in atmel_spi_configure_dma()
571 static void atmel_spi_stop_dma(struct atmel_spi *as) in atmel_spi_stop_dma()
579 static void atmel_spi_release_dma(struct atmel_spi *as) in atmel_spi_release_dma()
[all …]
/drivers/net/wireless/ath/ath5k/
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
Ddebug.c669 struct ath5k_ani_state *as = &ah->ani_state; in read_file_ani() local
/drivers/char/
Dapm-emulation.c198 struct apm_user *as; in queue_event() local
211 struct apm_user *as = fp->private_data; in apm_read() local
248 struct apm_user *as = fp->private_data; in apm_poll() local
267 struct apm_user *as = filp->private_data; in apm_ioctl() local
335 struct apm_user *as = filp->private_data; in apm_release() local
361 struct apm_user *as; in apm_open() local
532 struct apm_user *as; in apm_suspend_notifier() local
/drivers/iommu/
Dtegra-smmu.c262 struct tegra_smmu_as *as; in tegra_smmu_domain_alloc() local
304 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_domain_free() local
384 struct tegra_smmu_as *as) in tegra_smmu_as_prepare()
428 struct tegra_smmu_as *as) in tegra_smmu_as_unprepare()
444 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_attach_dev() local
477 struct tegra_smmu_as *as = to_smmu_as(domain); in tegra_smmu_detach_dev() local
500 static void tegra_smmu_set_pde(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_set_pde()
528 static u32 *tegra_smmu_pte_lookup(struct tegra_smmu_as *as, unsigned long iova, in tegra_smmu_pte_lookup()
545 static u32 *as_get_pte(struct tegra_smmu_as *as, dma_addr_t iova, in as_get_pte()
588 static void tegra_smmu_pte_get_use(struct tegra_smmu_as *as, unsigned long iova) in tegra_smmu_pte_get_use()
[all …]
/drivers/usb/core/
Ddevio.c375 struct async *as; in alloc_async() local
388 static void free_async(struct async *as) in free_async()
412 static void async_newpending(struct async *as) in async_newpending()
422 static void async_removepending(struct async *as) in async_removepending()
435 struct async *as = NULL; in async_getcompleted() local
450 struct async *as; in async_getpending() local
562 struct async *as; in cancel_bulk_urbs() local
597 struct async *as = urb->context; in async_completed() local
642 struct async *as; in destroy_async() local
1050 struct async *as; in usbdev_release() local
[all …]
/drivers/input/misc/
Dgpio_axis.c61 static void gpio_event_update_axis(struct gpio_axis_state *as, int report) in gpio_event_update_axis()
107 struct gpio_axis_state *as = dev_id; in gpio_axis_irq_handler() local
119 struct gpio_axis_state *as; in gpio_event_axis_func() local
/drivers/md/
Ddm-flakey.c46 static int parse_features(struct dm_arg_set *as, struct flakey_c *fc, in parse_features()
165 struct dm_arg_set as; in flakey_ctr() local
Ddm-mpath.c786 static int parse_path_selector(struct dm_arg_set *as, struct priority_group *pg, in parse_path_selector()
822 static struct pgpath *parse_path(struct dm_arg_set *as, struct path_selector *ps, in parse_path()
910 static struct priority_group *parse_priority_group(struct dm_arg_set *as, in parse_priority_group()
983 static int parse_hw_handler(struct dm_arg_set *as, struct multipath *m) in parse_hw_handler()
1032 static int parse_features(struct dm_arg_set *as, struct multipath *m) in parse_features()
1115 struct dm_arg_set as; in multipath_ctr() local
Ddm-switch.c204 static int parse_path(struct dm_arg_set *as, struct dm_target *ti) in parse_path()
261 struct dm_arg_set as; in switch_ctr() local
Ddm-verity-target.c816 static int verity_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v) in verity_parse_opt_args()
891 struct dm_arg_set as; in verity_ctr() local
Ddm-cache-target.c2435 static bool at_least_one_arg(struct dm_arg_set *as, char **error) in at_least_one_arg()
2445 static int parse_metadata_dev(struct cache_args *ca, struct dm_arg_set *as, in parse_metadata_dev()
2470 static int parse_cache_dev(struct cache_args *ca, struct dm_arg_set *as, in parse_cache_dev()
2489 static int parse_origin_dev(struct cache_args *ca, struct dm_arg_set *as, in parse_origin_dev()
2513 static int parse_block_size(struct cache_args *ca, struct dm_arg_set *as, in parse_block_size()
2545 static int parse_features(struct cache_args *ca, struct dm_arg_set *as, in parse_features()
2584 static int parse_policy(struct cache_args *ca, struct dm_arg_set *as, in parse_policy()
2612 struct dm_arg_set as; in parse_cache_args() local
Ddm-verity-fec.h136 static inline int verity_fec_parse_opt_args(struct dm_arg_set *as, in verity_fec_parse_opt_args()
Ddm-raid.c745 static int parse_dev_params(struct raid_set *rs, struct dm_arg_set *as) in parse_dev_params()
1036 static int parse_raid_params(struct raid_set *rs, struct dm_arg_set *as, in parse_raid_params()
2784 struct dm_arg_set as = { argc, argv }, as_nrd; in raid_ctr() local
Ddm-verity-fec.c613 int verity_fec_parse_opt_args(struct dm_arg_set *as, struct dm_verity *v, in verity_fec_parse_opt_args()
Ddm-table.c802 const char *dm_shift_arg(struct dm_arg_set *as) in dm_shift_arg()
817 void dm_consume_args(struct dm_arg_set *as, unsigned num_args) in dm_consume_args()
Ddm-log-writes.c417 struct dm_arg_set as; in log_writes_ctr() local
Ddm-stats.c960 struct dm_arg_set as, as_backup; in message_stats_create() local
Ddm-thin.c3042 static int parse_pool_features(struct dm_arg_set *as, struct pool_features *pf, in parse_pool_features()
3172 struct dm_arg_set as; in pool_ctr() local
Ddm-crypt.c1741 struct dm_arg_set as; in crypt_ctr() local
/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgp100.c73 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gp100_grctx_generate_attrib() local
Dctxgm107.c919 const u32 as = alpha * gr->ppc_tpc_nr[gpc][ppc]; in gm107_grctx_generate_attrib() local
/drivers/s390/scsi/
Dzfcp_fc.h202 struct zfcp_fc_wka_port as; member
/drivers/scsi/
Dhpsa.c6170 struct scsi_cmnd *as; /* ptr to scsi cmd inside aborted command. */ in hpsa_eh_abort_handler() local
/drivers/gpu/drm/amd/amdgpu/
Damdgpu.h2274 #define amdgpu_ring_emit_gds_switch(r, v, db, ds, wb, ws, ab, as) (r)->funcs->emit_gds_switch((r), … argument