Searched refs:vpdp (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rio/
H A Drio_linux.c703 static struct vpd_prom vpdp; local
710 p = (char *) &vpdp;
720 my_hd((char *) &vpdp, 0x20);
724 return &vpdp;
927 struct vpd_prom *vpdp; local
1088 vpdp = get_VPD_PROM(hp);
1091 if ((strncmp(vpdp->identifier, RIO_ISA_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA2_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA3_IDENT, 16) == 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rio/
H A Drio_linux.c703 static struct vpd_prom vpdp; local
710 p = (char *) &vpdp;
720 my_hd((char *) &vpdp, 0x20);
724 return &vpdp;
927 struct vpd_prom *vpdp; local
1088 vpdp = get_VPD_PROM(hp);
1091 if ((strncmp(vpdp->identifier, RIO_ISA_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA2_IDENT, 16) == 0) || (strncmp(vpdp->identifier, RIO_ISA3_IDENT, 16) == 0)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsx.c1905 struct vpd_prom vpdp; local
1918 p = (char *)&vpdp;
1923 my_hd(&vpdp, 0x20);
1927 if (strncmp(vpdp.identifier, SX_VPD_IDENT_STRING, 16) != 0) {
1929 "'%s'\n", vpdp.identifier);
1941 vpdp.hwrev, vpdp.hwass, vpdp.uniqid);
1942 printk("Manufactured: %d/%d\n", 1970 + vpdp.myear, vpdp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsx.c1905 struct vpd_prom vpdp; local
1918 p = (char *)&vpdp;
1923 my_hd(&vpdp, 0x20);
1927 if (strncmp(vpdp.identifier, SX_VPD_IDENT_STRING, 16) != 0) {
1929 "'%s'\n", vpdp.identifier);
1941 vpdp.hwrev, vpdp.hwass, vpdp.uniqid);
1942 printk("Manufactured: %d/%d\n", 1970 + vpdp.myear, vpdp
[all...]

Completed in 144 milliseconds