diag14
int (*diag14)(unsigned long rx, unsigned long ry1, unsigned long subcode);
extern int diag14(unsigned long rx, unsigned long ry1, unsigned long subcode);
return diag_amode31_ops.diag14(rx, ry1, subcode);
EXPORT_SYMBOL(diag14);
.diag14 = _diag14_amode31,
cc = diag14(record, devno, 0x28);
cc = diag14((unsigned long) buf, devno, 0x00);
cc = diag14((unsigned long) buf, spid, 0xfff);