Home
last modified time | relevance | path

Searched refs:dev_config (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/drivers/media/usb/em28xx/
Dem28xx-i2c.c663 struct em28xx_eeprom *dev_config; in em28xx_i2c_eeprom() local
782 dev_config = (void *)*eedata; in em28xx_i2c_eeprom()
784 switch (le16_to_cpu(dev_config->chip_conf) >> 4 & 0x3) { in em28xx_i2c_eeprom()
805 if (le16_to_cpu(dev_config->chip_conf) & 1 << 3) in em28xx_i2c_eeprom()
808 if (le16_to_cpu(dev_config->chip_conf) & 1 << 2) in em28xx_i2c_eeprom()
811 switch (le16_to_cpu(dev_config->chip_conf) & 0x3) { in em28xx_i2c_eeprom()
826 dev_config->string_idx_table, in em28xx_i2c_eeprom()
827 le16_to_cpu(dev_config->string1), in em28xx_i2c_eeprom()
828 le16_to_cpu(dev_config->string2), in em28xx_i2c_eeprom()
829 le16_to_cpu(dev_config->string3)); in em28xx_i2c_eeprom()
/linux-4.4.14/drivers/ata/
Dpata_ali.c388 .dev_config = ali_lock_sectors,
398 .dev_config = ali_lock_sectors,
409 .dev_config = ali_lock_sectors,
418 .dev_config = ali_warn_atapi_dma,
Dpata_pdc202xx_old.c316 .dev_config = pdc2026x_dev_config,
Dsata_sil.c186 .dev_config = sil_dev_config,
Dpata_it821x.c811 .dev_config = it821x_dev_config,
Dpata_octeon_cf.c840 .dev_config = octeon_cf_dev_config,
Dsata_sil24.c410 .dev_config = sil24_dev_config,
Dsata_mv.c717 .dev_config = mv6_dev_config,
744 .dev_config = ATA_OP_NULL,
Dlibata-core.c2470 if (ap->ops->dev_config) in ata_dev_configure()
2471 ap->ops->dev_config(dev); in ata_dev_configure()
Dlibahci.c161 .dev_config = ahci_dev_config,
/linux-4.4.14/drivers/target/
Dtarget_core_user.c112 char dev_config[TCMU_CONFIG_LEN]; member
870 udev->dev_config); in tcmu_configure_device()
878 if (udev->dev_config[0]) in tcmu_configure_device()
879 snprintf(str + used, size - used, "/%s", udev->dev_config); in tcmu_configure_device()
1020 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
1025 pr_debug("TCMU: Referencing Path: %s\n", udev->dev_config); in tcmu_set_configfs_dev_params()
1071 udev->dev_config[0] ? udev->dev_config : "NULL"); in tcmu_show_configfs_dev_params()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dinode.c1761 dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) in dev_config() function
1885 .write = dev_config,
/linux-4.4.14/include/linux/
Dlibata.h911 void (*dev_config)(struct ata_device *dev); member