Home
last modified time | relevance | path

Searched refs:dev_config (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/cdx/controller/
H A Dcdx_controller.c61 struct cdx_device_config *dev_config) in cdx_configure_device() argument
68 switch (dev_config->type) { in cdx_configure_device()
70 msi_index = dev_config->msi.msi_index; in cdx_configure_device()
71 data = dev_config->msi.data; in cdx_configure_device()
72 addr = dev_config->msi.addr; in cdx_configure_device()
81 dev_config->bus_master_enable); in cdx_configure_device()
84 ret = cdx_mcdi_msi_enable(cdx->priv, bus_num, dev_num, dev_config->msi_enable); in cdx_configure_device()
/linux/sound/soc/sdca/
H A Dsdca_class.c142 struct regmap_config *dev_config; in class_sdw_probe() local
152 dev_config = devm_kmemdup(dev, &class_dev_regmap_config, in class_sdw_probe()
153 sizeof(*dev_config), GFP_KERNEL); in class_sdw_probe()
154 if (!dev_config) in class_sdw_probe()
166 dev_config->lock_arg = &drv->regmap_lock; in class_sdw_probe()
168 drv->dev_regmap = devm_regmap_init_sdw(sdw, dev_config); in class_sdw_probe()
/linux/drivers/ata/
H A Dpata_ali.c388 .dev_config = ali_lock_sectors,
398 .dev_config = ali_lock_sectors,
409 .dev_config = ali_lock_sectors,
418 .dev_config = ali_warn_atapi_dma,
H A Dpata_it821x.c816 .dev_config = it821x_dev_config,
H A Dpata_octeon_cf.c799 .dev_config = octeon_cf_dev_config,
H A Dsata_mv.c708 .dev_config = mv6_dev_config,
735 .dev_config = ATA_OP_NULL,
H A Dlibata-core.c3289 if (ap->ops->dev_config) in ata_dev_configure()
3290 ap->ops->dev_config(dev); in ata_dev_configure()
/linux/include/linux/cdx/
H A Dcdx_bus.h54 struct cdx_device_config *dev_config);
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_crypto.c128 return GET_HW_DATA(accel_dev)->dev_config(accel_dev); in qat_crypto_vf_dev_config()
H A Dadf_accel_devices.h322 int (*dev_config)(struct adf_accel_dev *accel_dev); member
/linux/drivers/usb/gadget/legacy/
H A Dinode.c1801 dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) in dev_config() function
1935 .write = dev_config,
/linux/include/linux/
H A Dlibata.h991 void (*dev_config)(struct ata_device *dev); member