Searched defs:osal_proc_dir_entry (Results 1 – 2 of 2) sorted by relevance
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;
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;