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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c63 * ide_fixstring() cleans up and (optionally) byte-swaps a text string,
69 void ide_fixstring(u8 *s, const int bytecount, const int byteswap) function
92 EXPORT_SYMBOL(ide_fixstring); variable
H A Dqd65xx.c162 ide_fixstring(model, ATA_ID_PROD_LEN, 1); /* byte-swap */
H A Dide-probe.c223 ide_fixstring(m, ATA_ID_PROD_LEN, bswap);
224 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap);
225 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap);
H A Dide-tape.c1620 ide_fixstring(vendor_id, 8, 0);
1621 ide_fixstring(product_id, 16, 0);
1622 ide_fixstring(fw_rev, 4, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dide.h1065 extern void ide_fixstring(u8 *, const int, const int);

Completed in 65 milliseconds