Home
last modified time | relevance | path

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

/linux/drivers/media/usb/em28xx/
A Dem28xx-i2c.c690 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/drivers/ata/
A 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,
A Dpata_pdc202xx_old.c317 .dev_config = pdc2026x_dev_config,
A Dsata_sil.c170 .dev_config = sil_dev_config,
A Dpata_it821x.c811 .dev_config = it821x_dev_config,
A Dpata_octeon_cf.c831 .dev_config = octeon_cf_dev_config,
A Dsata_sil24.c403 .dev_config = sil24_dev_config,
A Dsata_mv.c708 .dev_config = mv6_dev_config,
735 .dev_config = ATA_OP_NULL,
A Dlibata-core.c2806 if (ap->ops->dev_config) in ata_dev_configure()
2807 ap->ops->dev_config(dev); in ata_dev_configure()
A Dlibahci.c168 .dev_config = ahci_dev_config,
/linux/drivers/target/
A Dtarget_core_user.c168 char dev_config[TCMU_CONFIG_LEN]; member
2154 if (udev->dev_config[0]) in tcmu_update_uio_info()
2156 udev->name, udev->dev_config); in tcmu_update_uio_info()
2533 if (match_strlcpy(udev->dev_config, &args[0], in tcmu_set_configfs_dev_params()
2538 pr_debug("TCMU: Referencing Path: %s\n", udev->dev_config); in tcmu_set_configfs_dev_params()
2584 udev->dev_config[0] ? udev->dev_config : "NULL"); in tcmu_show_configfs_dev_params()
2702 return snprintf(page, PAGE_SIZE, "%s\n", udev->dev_config); in tcmu_dev_config_show()
2745 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store()
2752 strlcpy(udev->dev_config, page, TCMU_CONFIG_LEN); in tcmu_dev_config_store()
2756 CONFIGFS_ATTR(tcmu_, dev_config);
/linux/drivers/usb/gadget/legacy/
A Dinode.c1794 dev_config (struct file *fd, const char __user *buf, size_t len, loff_t *ptr) in dev_config() function
1925 .write = dev_config,
/linux/include/linux/
A Dlibata.h938 void (*dev_config)(struct ata_device *dev); member
/linux/Documentation/driver-api/
A Dlibata.rst56 void (*dev_config) (struct ata_port *, struct ata_device *);

Completed in 60 milliseconds