Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wan/
Dcosa.h67 struct cosa_download { struct
79 #define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *) argument
85 #define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *)
Dcosa.c325 static int cosa_download(struct cosa_data *cosa, void __user *a);
1028 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) in cosa_download() function
1030 struct cosa_download d; in cosa_download()
1069 struct cosa_download d; in cosa_readmem()
1160 return cosa_download(cosa, argp); in cosa_ioctl_common()