Searched refs:cosa_download (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/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.c325 static int cosa_download(struct cosa_data *cosa, void __user *a);
1030 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) cosa_download()
1032 struct cosa_download d; cosa_download()
1071 struct cosa_download d; cosa_readmem()
1162 return cosa_download(cosa, argp); cosa_ioctl_common()
1028 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) cosa_download() function

Completed in 153 milliseconds