Home
last modified time | relevance | path

Searched refs:ATA_ID_PROD_LEN (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/ide/
H A Dqd65xx.c156 char model[ATA_ID_PROD_LEN]; in qd_find_disk_type()
161 strncpy(model, m, ATA_ID_PROD_LEN); in qd_find_disk_type()
162 ide_fixstring(model, ATA_ID_PROD_LEN, 1); /* byte-swap */ in qd_find_disk_type()
H A Dide-probe.c225 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); in do_identify()
230 m[ATA_ID_PROD_LEN - 1] = '\0'; in do_identify()
H A Dsiimage.c608 unsigned len = strnlen(s, ATA_ID_PROD_LEN); in is_dev_seagate_sata()
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_pdc2027x.c263 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in pdc2027x_mode_filter()
271 ATA_ID_PROD_LEN + 1); in pdc2027x_mode_filter()
H A Dpata_hpt366.c179 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in hpt_dma_blacklisted()
H A Dpata_it821x.c501 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in it821x_dev_config()
540 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in it821x_read_id()
H A Dpata_pcmcia.c52 ATA_ID_FW_REV_LEN + ATA_ID_PROD_LEN) == 0) { in pcmcia_set_mode()
H A Dpata_serverworks.c172 char model_num[ATA_ID_PROD_LEN + 1]; in serverworks_csb_filter()
H A Dpata_ali.c120 char model_num[ATA_ID_PROD_LEN + 1]; in ali_20_filter()
H A Dlibata-scsi.c330 ata_id_string(dev->id, buf, ATA_ID_PROD, ATA_ID_PROD_LEN); in ata_get_identity()
331 if (copy_to_user(dst + ATA_ID_PROD, buf, ATA_ID_PROD_LEN)) in ata_get_identity()
2025 ATA_ID_PROD_LEN); in ata_scsiop_inq_83()
2026 num += ATA_ID_PROD_LEN; in ata_scsiop_inq_83()
2264 unsigned char model[ATA_ID_PROD_LEN + 1], fw[ATA_ID_FW_REV_LEN + 1]; in ata_dev_supports_fua()
H A Dsata_sil.c617 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in sil_dev_config()
H A Dpata_hpt37x.c227 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in hpt_dma_blacklisted()
H A Dpata_via.c359 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in via_mode_filter()
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_it821x.c502 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in it821x_dev_config()
543 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in it821x_read_id()
H A Dpata_pdc2027x.c256 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in pdc2027x_mode_filter()
264 ATA_ID_PROD_LEN + 1); in pdc2027x_mode_filter()
H A Dpata_serverworks.c172 char model_num[ATA_ID_PROD_LEN + 1]; in serverworks_csb_filter()
H A Dpata_hpt366.c176 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in hpt_dma_blacklisted()
H A Dpata_pcmcia.c52 ATA_ID_FW_REV_LEN + ATA_ID_PROD_LEN) == 0) { in pcmcia_set_mode()
H A Dpata_ali.c120 char model_num[ATA_ID_PROD_LEN + 1]; in ali_20_filter()
H A Dpata_via.c359 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in via_mode_filter()
H A Dpata_hpt37x.c224 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in hpt_dma_blacklisted()
H A Dsata_sil.c616 unsigned char model_num[ATA_ID_PROD_LEN + 1]; in sil_dev_config()
/kernel/linux/linux-5.10/drivers/block/
H A Dps3disk.c38 unsigned char model[ATA_ID_PROD_LEN+1];
/kernel/linux/linux-6.6/drivers/block/
H A Dps3disk.c37 unsigned char model[ATA_ID_PROD_LEN+1];
/kernel/linux/linux-6.6/include/linux/
H A Data.h98 ATA_ID_PROD_LEN = 40, enumerator

Completed in 29 milliseconds

12