Searched refs:dev_config (Results 1 – 17 of 17) sorted by relevance
| /Linux-v6.1/drivers/media/usb/em28xx/ |
| 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-v6.1/drivers/ata/ |
| 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,
|
| D | pata_pdc202xx_old.c | 315 .dev_config = pdc2026x_dev_config,
|
| D | pata_it821x.c | 815 .dev_config = it821x_dev_config,
|
| D | sata_sil.c | 170 .dev_config = sil_dev_config,
|
| D | pata_octeon_cf.c | 799 .dev_config = octeon_cf_dev_config,
|
| D | sata_sil24.c | 403 .dev_config = sil24_dev_config,
|
| D | sata_mv.c | 708 .dev_config = mv6_dev_config, 735 .dev_config = ATA_OP_NULL,
|
| D | libata-core.c | 2775 if (ap->ops->dev_config) in ata_dev_configure() 2776 ap->ops->dev_config(dev); in ata_dev_configure()
|
| D | libahci.c | 169 .dev_config = ahci_dev_config,
|
| /Linux-v6.1/drivers/crypto/qat/qat_common/ |
| D | adf_sysfs.c | 75 ret = GET_HW_DATA(accel_dev)->dev_config(accel_dev); in state_store()
|
| D | adf_accel_devices.h | 202 int (*dev_config)(struct adf_accel_dev *accel_dev); member
|
| /Linux-v6.1/drivers/target/ |
| 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 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2830 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2834 CONFIGFS_ATTR(tcmu_, dev_config);
|
| /Linux-v6.1/drivers/crypto/qat/qat_4xxx/ |
| D | adf_4xxx_hw_data.c | 360 hw_data->dev_config = adf_crypto_dev_config; in adf_init_hw_data_4xxx()
|
| /Linux-v6.1/drivers/usb/gadget/legacy/ |
| D | inode.c | 1795 dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) in dev_config() function 1930 .write = dev_config,
|
| /Linux-v6.1/include/linux/ |
| D | libata.h | 892 void (*dev_config)(struct ata_device *dev); member
|
| /Linux-v6.1/Documentation/driver-api/ |
| D | libata.rst | 56 void (*dev_config) (struct ata_port *, struct ata_device *);
|