Searched defs:osal_proc_dir_entry (Results 1 – 4 of 4) sorted by relevance
| /device/soc/hisilicon/ws63v100/sdk/kernel/osal/include/proc/ |
| D | osal_proc.h | 41 typedef struct osal_proc_dir_entry { struct 46 int (*open)(struct osal_proc_dir_entry *entry); argument 47 int (*read)(struct osal_proc_dir_entry *entry); argument 48 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument 49 void *private_data; 50 void *seqfile; 51 struct osal_list_head node;
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
| D | hi_osal.h | 353 typedef struct osal_proc_dir_entry { struct 356 int (*open)(struct osal_proc_dir_entry *entry); argument 357 int (*read)(struct osal_proc_dir_entry *entry); argument 358 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument 359 void *private; 360 void *seqfile; 361 struct osal_list_head node;
|
| /device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
| D | hi_osal.h | 357 typedef struct osal_proc_dir_entry { struct 360 int (*open)(struct osal_proc_dir_entry *entry); argument 361 int (*read)(struct osal_proc_dir_entry *entry); argument 362 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument 363 void *private; 364 void *seqfile; 365 struct osal_list_head node;
|
| /device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
| D | hi_osal.h | 356 typedef struct osal_proc_dir_entry { struct 359 int (*open)(struct osal_proc_dir_entry *entry); argument 360 int (*read)(struct osal_proc_dir_entry *entry); argument 361 int (*write)(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *); argument 362 void *private; 363 void *seqfile; 364 struct osal_list_head node;
|