Searched refs:osal_proc_dir_entry (Results 1 – 10 of 10) sorted by relevance
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_proc.c | 124 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/ |
D | hifb_proc.h | 27 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;
|
D | hifb_main.c | 206 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/ |
D | sys_bind.h | 30 hi_void sys_bind_proc_show(struct osal_proc_dir_entry *entry);
|
/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
|
/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
|
/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
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/ext_inc/ |
D | proc_ext.h | 87 typedef hi_s32 (*CMPI_PROC_READ)(struct osal_proc_dir_entry *entry);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/based/mkp/src/ |
D | cmpi_log.c | 209 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/ |
D | media_mem.c | 1108 int mmz_seq_show(struct osal_proc_dir_entry *sfile)
|