Home
last modified time | relevance | path

Searched refs:device_config (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c179 static void free_device_config(struct device_config *config) in free_device_config()
561 struct device_config *config) in process_one_key_value_pair()
592 struct device_config *config) in parse_one_key_value_pair()
628 static int parse_key_value_pairs(int argc, char **argv, struct device_config *config) in parse_key_value_pairs()
661 struct device_config *config) in parse_optional_arguments()
692 static void handle_parse_error(struct device_config *config, char **error_ptr, in handle_parse_error()
709 struct device_config **config_ptr) in parse_device_config()
715 struct device_config *config = NULL; in parse_device_config()
729 result = vdo_allocate(1, struct device_config, "device_config", &config); in parse_device_config()
892 return ((struct device_config *) ti->private)->vdo; in get_vdo_for_target()
[all …]
H A Dvdo.h185 struct device_config *device_config; member
277 return vdo->device_config->thread_counts.bio_ack_threads > 0; in vdo_uses_bio_ack_queue()
302 int __must_check vdo_make(unsigned int instance, struct device_config *config,
H A Dvdo.c463 static int initialize_vdo(struct vdo *vdo, struct device_config *config, in initialize_vdo()
469 vdo->device_config = config; in initialize_vdo()
531 int vdo_make(unsigned int instance, struct device_config *config, char **reason, in vdo_make()
583 BUG_ON(vdo->device_config->logical_block_size <= 0); in vdo_make()
584 BUG_ON(vdo->device_config->owned_device == NULL); in vdo_make()
715 for (i = 0; i < vdo->device_config->thread_counts.cpu_threads; i++) in vdo_destroy()
805 return vdo->device_config->owned_device->bdev; in vdo_get_backing_device()
1412 return ((size_t) vdo->device_config->cache_size) * VDO_BLOCK_SIZE; in get_block_map_cache_size()
1549 stats->logical_block_size = vdo->device_config->logical_block_size; in get_vdo_statistics()
H A Dvio.c177 struct device_config *config = vdo->device_config; in vdo_set_bio_properties()
H A Dtypes.h208 struct device_config { struct
H A Ddump.c68 vdo_get_device_name(vdo->device_config->owning_target)); in do_dump()
H A Dflush.c500 interval = vdo->device_config->thread_counts.bio_rotation_interval; in select_bio_queue()
H A Ddedupe.c2194 .bdev = vdo->device_config->owned_device->bdev, in initialize_index()
2579 struct device_config *config = parent->vdo->device_config; in resume_index()
/linux/include/sound/
H A Dintel-nhlt.h103 struct nhlt_device_specific_config device_config; member
/linux/include/linux/
H A Ddmaengine.h946 int (*device_config)(struct dma_chan *chan, struct dma_slave_config *config); member
965 if (chan->device->device_config) in dmaengine_slave_config()
966 return chan->device->device_config(chan, config); in dmaengine_slave_config()
/linux/sound/hda/core/
H A Dintel-nhlt.c80 if (cfg->device_config.config_type != NHLT_CONFIG_TYPE_MIC_ARRAY) { in intel_nhlt_get_dmic_geo()
/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_lpbfifo.c243 if (dma_dev->device_config(lpbfifo.chan, &dma_conf)) in mpc512x_lpbfifo_kick()
/linux/drivers/dma/hsu/
H A Dhsu.c469 hsu->dma.device_config = hsu_dma_slave_config; in hsu_dma_probe()
/linux/drivers/dma/
H A Dmoxart-dma.c506 dma->device_config = moxart_slave_config; in moxart_dma_init()
H A Dmilbeaut-hdmac.c497 ddev->device_config = milbeaut_hdmac_chan_config; in milbeaut_hdmac_probe()
H A Dmmp_tdma.c695 tdev->device.device_config = mmp_tdma_config; in mmp_tdma_probe()
H A Duniphier-xdmac.c519 ddev->device_config = uniphier_xdmac_slave_config; in uniphier_xdmac_probe()
H A Dloongson2-apb-dma.c643 ddev->device_config = ls2x_dma_slave_config; in ls2x_dma_probe()
H A Dloongson1-apb-dma.c594 ddev->device_config = ls1x_dma_slave_config; in ls1x_dma_probe()
H A Daltera-msgdma.c884 dma_dev->device_config = msgdma_dma_config; in msgdma_probe()
H A Didma64.c588 idma64->dma.device_config = idma64_slave_config; in idma64_probe()
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.c560 pdma->dma_dev.device_config = sf_pdma_slave_config; in sf_pdma_probe()
/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c514 mtkd->ddev.device_config = mtk_uart_apdma_slave_config; in mtk_uart_apdma_probe()
/linux/drivers/dma/sh/
H A Drcar-dmac.c1696 if (chan->device->device_config != rcar_dmac_device_config) in rcar_dmac_chan_filter()
1944 engine->device_config = rcar_dmac_device_config; in rcar_dmac_probe()
/linux/drivers/dma/qcom/
H A Dqcom_adm.c881 adev->common.device_config = adm_slave_config; in adm_dma_probe()

123