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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dioctl32.c626 struct mtconfiginfo32 { struct
647 #define MTIOCGETCONFIG32 _IOR('m', 4, struct mtconfiginfo32)
648 #define MTIOCSETCONFIG32 _IOW('m', 5, struct mtconfiginfo32)
676 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type);
677 err |= __get_user(info.ifc_type, &((struct mtconfiginfo32 *)arg)->ifc_type);
678 err |= __get_user(info.irqnr, &((struct mtconfiginfo32 *)arg)->irqnr);
679 err |= __get_user(info.dmanr, &((struct mtconfiginfo32 *)arg)->dmanr);
680 err |= __get_user(info.port, &((struct mtconfiginfo32 *)arg)->port);
681 err |= __get_user(info.debug, &((struct mtconfiginfo32 *)arg)->debug);
683 (char *)&((struct mtconfiginfo32 *)ar
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dioctl32.c1029 struct mtconfiginfo32 { struct
1050 #define MTIOCGETCONFIG32 _IOR('m', 4, struct mtconfiginfo32)
1051 #define MTIOCSETCONFIG32 _IOW('m', 5, struct mtconfiginfo32)
1079 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type);
1080 err |= __get_user(info.ifc_type, &((struct mtconfiginfo32 *)arg)->ifc_type);
1081 err |= __get_user(info.irqnr, &((struct mtconfiginfo32 *)arg)->irqnr);
1082 err |= __get_user(info.dmanr, &((struct mtconfiginfo32 *)arg)->dmanr);
1083 err |= __get_user(info.port, &((struct mtconfiginfo32 *)arg)->port);
1084 err |= __get_user(info.debug, &((struct mtconfiginfo32 *)arg)->debug);
1086 (char *)&((struct mtconfiginfo32 *)ar
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dioctl32.c1491 struct mtconfiginfo32 { struct
1512 #define MTIOCGETCONFIG32 _IOR('m', 4, struct mtconfiginfo32)
1513 #define MTIOCSETCONFIG32 _IOW('m', 5, struct mtconfiginfo32)
1541 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type);
1542 err |= __get_user(info.ifc_type, &((struct mtconfiginfo32 *)arg)->ifc_type);
1543 err |= __get_user(info.irqnr, &((struct mtconfiginfo32 *)arg)->irqnr);
1544 err |= __get_user(info.dmanr, &((struct mtconfiginfo32 *)arg)->dmanr);
1545 err |= __get_user(info.port, &((struct mtconfiginfo32 *)arg)->port);
1546 err |= __get_user(info.debug, &((struct mtconfiginfo32 *)arg)->debug);
1548 (char *)&((struct mtconfiginfo32 *)ar
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/ia32/
H A Dia32_ioctl.c1363 struct mtconfiginfo32 { struct
1384 #define MTIOCGETCONFIG32 _IOR('m', 4, struct mtconfiginfo32)
1385 #define MTIOCSETCONFIG32 _IOW('m', 5, struct mtconfiginfo32)
1413 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type);
1414 err |= __get_user(info.ifc_type, &((struct mtconfiginfo32 *)arg)->ifc_type);
1415 err |= __get_user(info.irqnr, &((struct mtconfiginfo32 *)arg)->irqnr);
1416 err |= __get_user(info.dmanr, &((struct mtconfiginfo32 *)arg)->dmanr);
1417 err |= __get_user(info.port, &((struct mtconfiginfo32 *)arg)->port);
1418 err |= __get_user(info.debug, &((struct mtconfiginfo32 *)arg)->debug);
1420 (char *)&((struct mtconfiginfo32 *)ar
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dioctl32.c1837 struct mtconfiginfo32 { struct
1858 #define MTIOCGETCONFIG32 _IOR('m', 4, struct mtconfiginfo32)
1859 #define MTIOCSETCONFIG32 _IOW('m', 5, struct mtconfiginfo32)
1887 err = __get_user(info.mt_type, &((struct mtconfiginfo32 *)arg)->mt_type);
1888 err |= __get_user(info.ifc_type, &((struct mtconfiginfo32 *)arg)->ifc_type);
1889 err |= __get_user(info.irqnr, &((struct mtconfiginfo32 *)arg)->irqnr);
1890 err |= __get_user(info.dmanr, &((struct mtconfiginfo32 *)arg)->dmanr);
1891 err |= __get_user(info.port, &((struct mtconfiginfo32 *)arg)->port);
1892 err |= __get_user(info.debug, &((struct mtconfiginfo32 *)arg)->debug);
1894 (char *)&((struct mtconfiginfo32 *)ar
[all...]

Completed in 94 milliseconds