Searched refs:osal_poll (Results 1 – 8 of 8) sorted by relevance
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/ |
D | hi_osal.h | 378 } osal_poll; typedef 396 int (*poll)(osal_poll *osal_poll, void *private_data); 430 void osal_poll_wait(osal_poll *table, osal_wait *wait);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
D | osal_device.c | 55 struct osal_poll table; 444 static unsigned int osal_poll(struct file *file, struct poll_table_struct *table) in osal_poll() function 447 struct osal_poll t; in osal_poll() 512 .poll = osal_poll,
|
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
D | osal_device.c | 322 osal_poll t; in __osal_poll() 576 void osal_poll_wait(osal_poll *table, osal_wait *wait) in osal_poll_wait()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/mkp/src/ |
D | vou.c | 383 static unsigned int vou_poll(osal_poll_t *osal_poll, void *private_data) in vou_poll() argument 385 hi_unused(osal_poll); in vou_poll()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_ir/ |
D | hiir.c | 456 static unsigned int hiir_select(osal_poll_t *osal_poll, void *private_data) in hiir_select() argument 464 osal_poll_wait(osal_poll, &(g_hiir_dev.ir_key_wait)); in hiir_select()
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
D | hi_osal.h | 401 typedef struct osal_poll { struct 413 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
D | hi_osal.h | 398 typedef struct osal_poll { struct 410 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); argument
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
D | hi_osal.h | 401 typedef struct osal_poll { struct 413 unsigned int (*poll)(osal_poll_t *osal_poll, void *private_data); argument
|