Home
last modified time | relevance | path

Searched refs:wait_count (Results 1 – 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/hi3516cv500/mipi_tx/
Dmipi_tx_hal.c702 unsigned int wait_count; in mipi_tx_wait_cmd_fifo_empty() local
704 wait_count = 0; in mipi_tx_wait_cmd_fifo_empty()
708 wait_count++; in mipi_tx_wait_cmd_fifo_empty()
712 if (wait_count > MIPI_TX_READ_TIMEOUT_CNT) { in mipi_tx_wait_cmd_fifo_empty()
724 unsigned int wait_count; in mipi_tx_wait_write_fifo_empty() local
726 wait_count = 0; in mipi_tx_wait_write_fifo_empty()
730 wait_count++; in mipi_tx_wait_write_fifo_empty()
734 if (wait_count > MIPI_TX_READ_TIMEOUT_CNT) { in mipi_tx_wait_write_fifo_empty()
746 unsigned int wait_count; in mipi_tx_wait_write_fifo_not_full() local
748 wait_count = 0; in mipi_tx_wait_write_fifo_not_full()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/mailbox/
Dmailbox_driver_base.c169 int wait_count = 0; in bk_mailbox_send() local
171 while(wait_count < MAILBOX_SEND_WAIT_COUNT) in bk_mailbox_send()
179 wait_count++; in bk_mailbox_send()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/lcd_fb/
Ddisp_lcd.c47 unsigned long wait_count; member
729 lcdp->wait_count++; in disp_lcd_vsync_handle()
1669 count = lcdp->wait_count; in disp_lcd_wait_for_vsync()
1675 lcdp->wait, count != lcdp->wait_count, msecs_to_jiffies(50)); in disp_lcd_wait_for_vsync()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hdfadapt/
Dnet_adpater.c87 hi_u32 wait_count = 10; in wal_init_dev_addr() local
103 while (g_wait_mac_set == 1 && (wait_count--) > 0) { in wal_init_dev_addr()
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/
Ddev_fb.c45 unsigned long wait_count[3]; member
582 count = g_fbi.wait_count[sel]; in fb_wait_for_vsync()
587 wait_count[sel], in fb_wait_for_vsync()
820 g_fbi.wait_count[sel]++; in DRV_disp_int_process()
/device/soc/rockchip/common/sdk_linux/include/linux/
Dsched.h474 u64 wait_count; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dfair.c978 __schedstat_inc(se->statistics.wait_count); in update_stats_wait_end()