Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wan/
H A Dcosa.h54 struct cosa_download { struct
66 #define COSAIORMEM _IOWR('C',0xf2, struct cosa_download *)
67 /* actually the struct cosa_download itself; this is to keep
72 #define COSAIODOWNLD _IOW('C',0xf2, struct cosa_download *)
73 /* actually the struct cosa_download itself; this is to keep
H A Dcosa.c312 static int cosa_download(struct cosa_data *cosa, void __user *a);
1017 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) in cosa_download()
1019 struct cosa_download d; in cosa_download()
1058 struct cosa_download d; in cosa_readmem()
1149 return cosa_download(cosa, argp); in cosa_ioctl_common()
1015 static inline int cosa_download(struct cosa_data *cosa, void __user *arg) cosa_download() function

Completed in 3 milliseconds