Searched refs:dev_config (Results 1 – 14 of 14) sorted by relevance
/linux-5.19.10/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 690 struct em28xx_eeprom *dev_config; in em28xx_i2c_eeprom() local 823 dev_config = (void *)*eedata; in em28xx_i2c_eeprom() 825 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { in em28xx_i2c_eeprom() 850 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3) in em28xx_i2c_eeprom() 853 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2) in em28xx_i2c_eeprom() 856 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) { in em28xx_i2c_eeprom() 872 dev_config->string_idx_table, in em28xx_i2c_eeprom() 873 le16_to_cpu(dev_config->string1), in em28xx_i2c_eeprom() 874 le16_to_cpu(dev_config->string2), in em28xx_i2c_eeprom() 875 le16_to_cpu(dev_config->string3)); in em28xx_i2c_eeprom()
|
/linux-5.19.10/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 | 168 .dev_config = ahci_dev_config,
|
/linux-5.19.10/drivers/target/ |
D | target_core_user.c | 169 char dev_config[TCMU_CONFIG_LEN]; member 2180 if (udev->dev_config[0]) in tcmu_update_uio_info() 2182 udev->name, udev->dev_config); in tcmu_update_uio_info() 2594 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params() 2599 pr_debug("TCMU: Referencing Path: %s\n", udev->dev_config); in tcmu_set_configfs_dev_params() 2648 udev->dev_config[0] ? udev->dev_config : "NULL"); in tcmu_show_configfs_dev_params() 2779 return snprintf(page, PAGE_SIZE, "%s\n", udev->dev_config); in tcmu_dev_config_show() 2822 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2829 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2833 CONFIGFS_ATTR(tcmu_, dev_config);
|
/linux-5.19.10/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-5.19.10/include/linux/ |
D | libata.h | 895 void (*dev_config)(struct ata_device *dev); member
|
/linux-5.19.10/Documentation/driver-api/ |
D | libata.rst | 56 void (*dev_config) (struct ata_port *, struct ata_device *);
|