Home
last modified time | relevance | path

Searched refs:entry_info (Results 1 - 2 of 2) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c177 osal_proc_entry_t *entry_info = HI_NULL; in hi_proc_ioctl() local
190 entry_info = osal_create_proc_entry(proc_name->name, HI_NULL); in hi_proc_ioctl()
191 if (entry_info == HI_NULL) { in hi_proc_ioctl()
196 add_list(entry_info->name, (hi_u32)(uintptr_t)private_data); in hi_proc_ioctl()
197 entry_info->read = proc_read; in hi_proc_ioctl()
198 entry_info->write = proc_write; in hi_proc_ioctl()
318 osal_proc_entry_t *entry_info = s->private; in proc_read() local
323 (void)memcpy_s(&(proc_wait.entry.name), sizeof(proc_wait.entry.name), entry_info->name, in proc_read()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c175 osal_proc_entry *entry_info = HI_NULL; in hiproc_create_proc_entry() local
182 entry_info = osal_proc_add(proc_name->name, strlen(proc_name->name)); in hiproc_create_proc_entry()
183 if (entry_info == HI_NULL) { in hiproc_create_proc_entry()
187 add_list(entry_info->name, (hi_u32)(uintptr_t)private_data); in hiproc_create_proc_entry()
188 entry_info->read = proc_read; in hiproc_create_proc_entry()
189 entry_info->write = proc_write; in hiproc_create_proc_entry()
326 osal_proc_entry *entry_info = s->private; in proc_read() local
331 (void)memcpy_s(&(proc_wait.entry.name), sizeof(proc_wait.entry.name), entry_info->name, in proc_read()

Completed in 2 milliseconds