Searched refs:dev_config (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/cdx/controller/ |
| H A D | cdx_controller.c | 61 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 D | sdca_class.c | 142 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 D | pata_ali.c | 388 .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 D | pata_it821x.c | 816 .dev_config = it821x_dev_config,
|
| H A D | pata_octeon_cf.c | 799 .dev_config = octeon_cf_dev_config,
|
| H A D | sata_mv.c | 708 .dev_config = mv6_dev_config, 735 .dev_config = ATA_OP_NULL,
|
| H A D | libata-core.c | 3289 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 D | cdx_bus.h | 54 struct cdx_device_config *dev_config);
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_crypto.c | 128 return GET_HW_DATA(accel_dev)->dev_config(accel_dev); in qat_crypto_vf_dev_config()
|
| H A D | adf_accel_devices.h | 322 int (*dev_config)(struct adf_accel_dev *accel_dev); member
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 1801 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 D | libata.h | 991 void (*dev_config)(struct ata_device *dev); member
|