Searched refs:dev_config (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/media/usb/em28xx/ |
D | em28xx-i2c.c | 686 struct em28xx_eeprom *dev_config; in em28xx_i2c_eeprom() local 819 dev_config = (void *)*eedata; in em28xx_i2c_eeprom() 821 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { in em28xx_i2c_eeprom() 846 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3) in em28xx_i2c_eeprom() 849 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2) in em28xx_i2c_eeprom() 852 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) { in em28xx_i2c_eeprom() 868 dev_config->string_idx_table, in em28xx_i2c_eeprom() 869 le16_to_cpu(dev_config->string1), in em28xx_i2c_eeprom() 870 le16_to_cpu(dev_config->string2), in em28xx_i2c_eeprom() 871 le16_to_cpu(dev_config->string3)); in em28xx_i2c_eeprom()
|
/Linux-v4.19/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 | 316 .dev_config = pdc2026x_dev_config,
|
D | pata_it821x.c | 811 .dev_config = it821x_dev_config,
|
D | sata_sil.c | 186 .dev_config = sil_dev_config,
|
D | pata_octeon_cf.c | 831 .dev_config = octeon_cf_dev_config,
|
D | sata_sil24.c | 410 .dev_config = sil24_dev_config,
|
D | sata_mv.c | 717 .dev_config = mv6_dev_config, 744 .dev_config = ATA_OP_NULL,
|
D | libata-core.c | 2759 if (ap->ops->dev_config) in ata_dev_configure() 2760 ap->ops->dev_config(dev); in ata_dev_configure()
|
D | libahci.c | 165 .dev_config = ahci_dev_config,
|
/Linux-v4.19/drivers/target/ |
D | target_core_user.c | 170 char dev_config[TCMU_CONFIG_LEN]; member 1812 udev->dev_config); in tcmu_update_uio_info() 1819 if (udev->dev_config[0]) in tcmu_update_uio_info() 1820 snprintf(str + used, size - used, "/%s", udev->dev_config); in tcmu_update_uio_info() 2131 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params() 2136 pr_debug("TCMU: Referencing Path: %s\n", udev->dev_config); in tcmu_set_configfs_dev_params() 2179 udev->dev_config[0] ? udev->dev_config : "NULL"); in tcmu_show_configfs_dev_params() 2287 return snprintf(page, PAGE_SIZE, "%s\n", udev->dev_config); in tcmu_dev_config_show() 2330 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() 2337 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store() [all …]
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | inode.c | 1783 dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) in dev_config() function 1914 .write = dev_config,
|
/Linux-v4.19/include/linux/ |
D | libata.h | 927 void (*dev_config)(struct ata_device *dev); member
|
/Linux-v4.19/Documentation/driver-api/ |
D | libata.rst | 56 void (*dev_config) (struct ata_port *, struct ata_device *);
|