| /linux/drivers/hwmon/pmbus/ |
| H A D | adm1275.c | 545 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 D | vdo.c | 452 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 D | dump.c | 68 vdo_get_device_name(vdo->device_config->owning_target)); in do_dump()
|
| /linux/include/sound/ |
| H A D | intel-nhlt.h | 103 struct nhlt_device_specific_config device_config; member
|
| /linux/include/linux/ |
| H A D | dmaengine.h | 959 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 D | intel-nhlt.c | 80 if (cfg->device_config.config_type != NHLT_CONFIG_TYPE_MIC_ARRAY) { in intel_nhlt_get_dmic_geo()
|
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc512x_lpbfifo.c | 243 if (dma_dev->device_config(lpbfifo.chan, &dma_conf)) in mpc512x_lpbfifo_kick()
|
| /linux/drivers/dma/hsu/ |
| H A D | hsu.c | 469 hsu->dma.device_config = hsu_dma_slave_config; in hsu_dma_probe()
|
| /linux/drivers/dma/ |
| H A D | moxart-dma.c | 506 dma->device_config = moxart_slave_config; in moxart_dma_init()
|
| H A D | milbeaut-hdmac.c | 497 ddev->device_config = milbeaut_hdmac_chan_config; in milbeaut_hdmac_probe()
|
| H A D | mmp_tdma.c | 695 tdev->device.device_config = mmp_tdma_config; in mmp_tdma_probe()
|
| H A D | uniphier-xdmac.c | 519 ddev->device_config = uniphier_xdmac_slave_config; in uniphier_xdmac_probe()
|
| H A D | idma64.c | 588 idma64->dma.device_config = idma64_slave_config; in idma64_probe()
|
| H A D | bcm2835-dma.c | 925 od->ddev.device_config = bcm2835_dma_slave_config; in bcm2835_dma_probe()
|
| H A D | st_fdma.c | 812 fdev->dma_device.device_config = st_fdma_slave_config; in st_fdma_probe()
|
| H A D | fsldma.c | 1250 fdev->common.device_config = fsl_dma_device_config; in fsldma_of_probe()
|
| H A D | dma-jz4780.c | 933 dd->device_config = jz4780_dma_config; in jz4780_dma_probe()
|
| H A D | mpc512x_dma.c | 985 dma->device_config = mpc_dma_device_config; in mpc_dma_probe()
|
| H A D | apple-admac.c | 864 dma->device_config = admac_device_config; in admac_probe()
|
| /linux/drivers/dma/sf-pdma/ |
| H A D | sf-pdma.c | 559 pdma->dma_dev.device_config = sf_pdma_slave_config; in sf_pdma_probe()
|
| /linux/drivers/dma/mediatek/ |
| H A D | mtk-uart-apdma.c | 514 mtkd->ddev.device_config = mtk_uart_apdma_slave_config; in mtk_uart_apdma_probe()
|
| /linux/drivers/dma/sh/ |
| H A D | rcar-dmac.c | 1696 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 D | shdma-base.c | 1032 dma_dev->device_config = shdma_config; in shdma_init()
|
| /linux/drivers/dma/qcom/ |
| H A D | qcom_adm.c | 881 adev->common.device_config = adm_slave_config; in adm_dma_probe()
|
| /linux/drivers/dma/xilinx/ |
| H A D | zynqmp_dma.c | 1095 p->device_config = zynqmp_dma_device_config; in zynqmp_dma_probe()
|