Home
last modified time | relevance | path

Searched defs:osal_proc_dir_entry (Results 1 – 1 of 1) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
Dhi_osal.h356 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;