Home
last modified time | relevance | path

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

123

/linux/drivers/hwmon/pmbus/
H A Dadm1275.c545 int config, device_config; in adm1275_probe() local
599 device_config = config_read_fn(client, ADM1275_DEVICE_CONFIG); in adm1275_probe()
600 if (device_config < 0) in adm1275_probe()
601 return device_config; in adm1275_probe()
634 if (device_config & ADM1275_IOUT_WARN2_SELECT) in adm1275_probe()
750 if (device_config & ADM1275_IOUT_WARN2_SELECT) in adm1275_probe()
768 if (device_config & ADM1275_IOUT_WARN2_SELECT) in adm1275_probe()
/linux/drivers/md/dm-vdo/
H A Dvdo.c452 struct device_config *config = vdo->device_config; in vdo_format()
507 static int initialize_vdo(struct vdo *vdo, struct device_config *config, in initialize_vdo()
513 vdo->device_config = config; in initialize_vdo()
602 int vdo_make(unsigned int instance, struct device_config *config, char **reason, in vdo_make()
653 BUG_ON(vdo->device_config->logical_block_size <= 0); in vdo_make()
654 BUG_ON(vdo->device_config->owned_device == NULL); in vdo_make()
792 for (i = 0; i < vdo->device_config->thread_counts.cpu_threads; i++) in vdo_destroy()
859 return vdo->device_config->owned_device->bdev; in vdo_get_backing_device()
1545 return ((size_t) vdo->device_config->cache_size) * VDO_BLOCK_SIZE; in get_block_map_cache_size()
1682 stats->logical_block_size = vdo->device_config->logical_block_size; in get_vdo_statistics()
H A Ddump.c68 vdo_get_device_name(vdo->device_config->owning_target)); in do_dump()
/linux/include/sound/
H A Dintel-nhlt.h103 struct nhlt_device_specific_config device_config; member
/linux/include/linux/
H A Ddmaengine.h959 int (*device_config)(struct dma_chan *chan, struct dma_slave_config *config); member
978 if (chan->device->device_config) in dmaengine_slave_config()
979 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 Didma64.c588 idma64->dma.device_config = idma64_slave_config; in idma64_probe()
H A Dbcm2835-dma.c925 od->ddev.device_config = bcm2835_dma_slave_config; in bcm2835_dma_probe()
H A Dst_fdma.c812 fdev->dma_device.device_config = st_fdma_slave_config; in st_fdma_probe()
H A Dfsldma.c1250 fdev->common.device_config = fsl_dma_device_config; in fsldma_of_probe()
H A Ddma-jz4780.c933 dd->device_config = jz4780_dma_config; in jz4780_dma_probe()
H A Dmpc512x_dma.c985 dma->device_config = mpc_dma_device_config; in mpc_dma_probe()
H A Dapple-admac.c864 dma->device_config = admac_device_config; in admac_probe()
/linux/drivers/dma/sf-pdma/
H A Dsf-pdma.c559 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()
H A Dshdma-base.c1032 dma_dev->device_config = shdma_config; in shdma_init()
/linux/drivers/dma/qcom/
H A Dqcom_adm.c881 adev->common.device_config = adm_slave_config; in adm_dma_probe()
/linux/drivers/dma/xilinx/
H A Dzynqmp_dma.c1095 p->device_config = zynqmp_dma_device_config; in zynqmp_dma_probe()

123