Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_proc.c124 sentry = kmalloc(sizeof(struct osal_proc_dir_entry), GFP_KERNEL); in osal_create_proc()
131 … (void)memset_s(sentry, sizeof(struct osal_proc_dir_entry), 0, sizeof(struct osal_proc_dir_entry)); in osal_create_proc()
144 sentry = kmalloc(sizeof(struct osal_proc_dir_entry), GFP_KERNEL); in osal_create_proc()
150 … (void)memset_s(sentry, sizeof(struct osal_proc_dir_entry), 0, sizeof(struct osal_proc_dir_entry)); in osal_create_proc()
175 struct osal_proc_dir_entry *sproc = NULL; in osal_remove_proc()
215 struct osal_proc_dir_entry *sproc = NULL; in osal_proc_mkdir()
231 sproc = kmalloc(sizeof(struct osal_proc_dir_entry), GFP_KERNEL); in osal_proc_mkdir()
238 … (void)memset_s(sproc, sizeof(struct osal_proc_dir_entry), 0, sizeof(struct osal_proc_dir_entry)); in osal_proc_mkdir()
249 sproc = kmalloc(sizeof(struct osal_proc_dir_entry), GFP_KERNEL); in osal_proc_mkdir()
255 … (void)memset_s(sproc, sizeof(struct osal_proc_dir_entry), 0, sizeof(struct osal_proc_dir_entry)); in osal_proc_mkdir()
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
Dhifb_proc.h27 typedef hi_s32 (*hifb_proc_show)(struct osal_proc_dir_entry *entry);
29 typedef hi_s32 (*hifb_proc_write)(struct osal_proc_dir_entry *entry, const char *buf, int count, lo…
35 struct osal_proc_dir_entry *entry;
Dhifb_main.c206 hi_s32 hifb_read_proc(struct osal_proc_dir_entry *entry);
207 hi_s32 hifb_write_proc(struct osal_proc_dir_entry *entry, const char *buf, int count, long long *);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/sysd/ext_inc/
Dsys_bind.h30 hi_void sys_bind_proc_show(struct osal_proc_dir_entry *entry);
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
Dhi_osal.h357 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
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
Dhi_osal.h353 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
/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
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/
Dproc_ext.h87 typedef hi_s32 (*CMPI_PROC_READ)(struct osal_proc_dir_entry *entry);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/
Dcmpi_log.c209 static hi_s32 log_proc_read(struct osal_proc_dir_entry *s) in log_proc_read()
234 static hi_s32 log_proc_write(struct osal_proc_dir_entry *s, const char *buf, in log_proc_write()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/mmz/
Dmedia_mem.c1108 int mmz_seq_show(struct osal_proc_dir_entry *sfile)