Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-i2c.c686 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/
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,
Dpata_it821x.c811 .dev_config = it821x_dev_config,
Dsata_sil.c186 .dev_config = sil_dev_config,
Dpata_octeon_cf.c831 .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.c2759 if (ap->ops->dev_config) in ata_dev_configure()
2760 ap->ops->dev_config(dev); in ata_dev_configure()
Dlibahci.c165 .dev_config = ahci_dev_config,
/Linux-v4.19/drivers/target/
Dtarget_core_user.c170 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/
Dinode.c1783 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/
Dlibata.h927 void (*dev_config)(struct ata_device *dev); member
/Linux-v4.19/Documentation/driver-api/
Dlibata.rst56 void (*dev_config) (struct ata_port *, struct ata_device *);