Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/
H A Dhiproc.c179 hi_proc_show_buf *show_buf = HI_NULL; in hi_proc_ioctl() local
238 show_buf = (hi_proc_show_buf *)((uintptr_t)para); in hi_proc_ioctl()
249 if (show_buf == HI_NULL) { in hi_proc_ioctl()
250 osal_printk("show_buf is HI_NULL\n"); in hi_proc_ioctl()
254 if (show_buf->size > HI_PROC_BUF_SIZE) { in hi_proc_ioctl()
255 osal_printk("show_buf (size = %u) is overflow\n", show_buf->size); in hi_proc_ioctl()
258 if (show_buf->buf == HI_NULL) { in hi_proc_ioctl()
259 osal_printk("show_buf is NULL\n"); in hi_proc_ioctl()
262 proc_wait.entry.read = osal_kmalloc(show_buf in hi_proc_ioctl()
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/
H A Dhiproc.c241 hi_proc_show_buf *show_buf = HI_NULL; in hiproc_wake_read_task() local
242 show_buf = (hi_proc_show_buf *)((uintptr_t)para); in hiproc_wake_read_task()
251 if (show_buf == HI_NULL) { in hiproc_wake_read_task()
252 osal_printk("show_buf is HI_NULL\n"); in hiproc_wake_read_task()
255 if (show_buf->size > HI_PROC_BUF_SIZE) { in hiproc_wake_read_task()
256 osal_printk("show_buf (size = %u) is overflow\n", show_buf->size); in hiproc_wake_read_task()
259 if (show_buf->buf == HI_NULL) { in hiproc_wake_read_task()
260 osal_printk("show_buf is NULL\n"); in hiproc_wake_read_task()
263 proc_wait.entry.read = osal_kmalloc(0, show_buf in hiproc_wake_read_task()
[all...]

Completed in 2 milliseconds