Home
last modified time | relevance | path

Searched refs:ide_fixstring (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/ide/
Dide-iops.c70 void ide_fixstring(u8 *s, const int bytecount, const int byteswap) in ide_fixstring() function
93 EXPORT_SYMBOL(ide_fixstring);
Dqd65xx.c162 ide_fixstring(model, ATA_ID_PROD_LEN, 1); /* byte-swap */ in qd_find_disk_type()
Dide-probe.c225 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); in do_identify()
226 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); in do_identify()
227 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap); in do_identify()
Dide-tape.c1633 ide_fixstring(vendor_id, 8, 0); in idetape_get_inquiry_results()
1634 ide_fixstring(product_id, 16, 0); in idetape_get_inquiry_results()
1635 ide_fixstring(fw_rev, 4, 0); in idetape_get_inquiry_results()
/Linux-v5.10/include/linux/
Dide.h1120 extern void ide_fixstring(u8 *, const int, const int);