Searched defs:osal_proc_dir_entry (Results 1 – 3 of 3) sorted by relevance
356 typedef struct osal_proc_dir_entry { struct359 int (*open)(struct osal_proc_dir_entry *entry); argument360 int (*read)(struct osal_proc_dir_entry *entry); argument361 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument362 void *private;363 void *seqfile;364 struct osal_list_head node;
353 typedef struct osal_proc_dir_entry { struct356 int (*open)(struct osal_proc_dir_entry *entry); argument357 int (*read)(struct osal_proc_dir_entry *entry); argument358 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument359 void *private;360 void *seqfile;361 struct osal_list_head node;
357 typedef struct osal_proc_dir_entry { struct360 int (*open)(struct osal_proc_dir_entry *entry); argument361 int (*read)(struct osal_proc_dir_entry *entry); argument362 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument363 void *private;364 void *seqfile;365 struct osal_list_head node;