Searched refs:dev_config (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/cdx/ |
| H A D | cdx.c | 99 struct cdx_device_config dev_config = {0}; in cdx_dev_reset() local 108 dev_config.type = CDX_DEV_RESET_CONF; in cdx_dev_reset() 110 cdx_dev->dev_num, &dev_config); in cdx_dev_reset() 228 struct cdx_device_config dev_config; in cdx_set_master() local 231 dev_config.type = CDX_DEV_BUS_MASTER_CONF; in cdx_set_master() 232 dev_config.bus_master_enable = true; in cdx_set_master() 235 cdx_dev->dev_num, &dev_config); in cdx_set_master() 244 struct cdx_device_config dev_config; in cdx_clear_master() local 247 dev_config.type = CDX_DEV_BUS_MASTER_CONF; in cdx_clear_master() 248 dev_config.bus_master_enable = false; in cdx_clear_master() [all …]
|
| /linux/drivers/media/usb/em28xx/ |
| H A D | em28xx-i2c.c | 680 struct em28xx_eeprom *dev_config; in em28xx_i2c_eeprom() local 813 dev_config = (void *)*eedata; in em28xx_i2c_eeprom() 815 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { in em28xx_i2c_eeprom() 840 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3) in em28xx_i2c_eeprom() 843 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2) in em28xx_i2c_eeprom() 846 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) { in em28xx_i2c_eeprom() 862 dev_config->string_idx_table, in em28xx_i2c_eeprom() 863 le16_to_cpu(dev_config->string1), in em28xx_i2c_eeprom() 864 le16_to_cpu(dev_config->string2), in em28xx_i2c_eeprom() 865 le16_to_cpu(dev_config->string3)); in em28xx_i2c_eeprom()
|
| /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_pdc202xx_old.c | 315 .dev_config = pdc2026x_dev_config,
|
| H A D | sata_sil.c | 170 .dev_config = sil_dev_config,
|
| 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_sil24.c | 402 .dev_config = sil24_dev_config,
|
| H A D | sata_mv.c | 708 .dev_config = mv6_dev_config, 735 .dev_config = ATA_OP_NULL,
|
| H A D | libahci.c | 172 .dev_config = ahci_dev_config,
|
| /linux/drivers/target/ |
| H A D | target_core_user.c | 169 char dev_config[TCMU_CONFIG_LEN]; member 2181 if (udev->dev_config[0]) in tcmu_update_uio_info() 2183 udev->name, udev->dev_config); in tcmu_update_uio_info() 2595 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params() 2600 pr_debug("TCMU: Referencing Path: %s\n", udev->dev_config); in tcmu_set_configfs_dev_params() 2649 udev->dev_config[0] ? udev->dev_config : "NULL"); in tcmu_show_configfs_dev_params() 2780 return snprintf(page, PAGE_SIZE, "%s\n", udev->dev_config); in tcmu_dev_config_show() 2823 strscpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2830 strscpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2834 CONFIGFS_ATTR(tcmu_, dev_config);
|
| /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()
|
| /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 | 981 void (*dev_config)(struct ata_device *dev); member
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 40 void (*dev_config) (struct ata_port *, struct ata_device *);
|