Searched refs:cosa_download (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/drivers/net/wan/
H A Dcosa.h67 struct cosa_download { struct
79 #define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *)
80 /* actually the struct cosa_download itself; this is to keep
85 #define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *)
86 /* actually the struct cosa_download itself; this is to keep
H A Dcosa.c323 static int cosa_download(struct cosa_data *cosa, void __user *a);
1030 static inline int cosa_download(struct cosa_data *cosa, void __user *arg)
1032 struct cosa_download d;
1071 struct cosa_download d;
1165 return cosa_download(cosa, argp);
1028 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wan/
H A Dcosa.h67 struct cosa_download { struct
79 #define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *)
80 /* actually the struct cosa_download itself; this is to keep
85 #define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *)
86 /* actually the struct cosa_download itself; this is to keep
H A Dcosa.c323 static int cosa_download(struct cosa_data *cosa, void __user *a);
1030 static inline int cosa_download(struct cosa_data *cosa, void __user *arg)
1032 struct cosa_download d;
1071 struct cosa_download d;
1165 return cosa_download(cosa, argp);
1028 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) function

Completed in 135 milliseconds