Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ide/
Dide-iops.c69 void ide_fixstring(u8 *s, const int bytecount, const int byteswap) in ide_fixstring() function
92 EXPORT_SYMBOL(ide_fixstring);
Dqd65xx.c161 ide_fixstring(model, ATA_ID_PROD_LEN, 1); /* byte-swap */ in qd_find_disk_type()
Dide-probe.c223 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); in do_identify()
224 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); in do_identify()
225 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap); in do_identify()
Dide-tape.c1618 ide_fixstring(vendor_id, 8, 0); in idetape_get_inquiry_results()
1619 ide_fixstring(product_id, 16, 0); in idetape_get_inquiry_results()
1620 ide_fixstring(fw_rev, 4, 0); in idetape_get_inquiry_results()
/linux-4.1.27/include/linux/
Dide.h1061 extern void ide_fixstring(u8 *, const int, const int);