Home
last modified time | relevance | path

Searched refs:empty (Results 1 - 10 of 10) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_mschdbg.c181 uint16 ptr, bool empty) in dhd_mschdbg_timeslot_profiler_event_data()
191 if (empty) { in dhd_mschdbg_timeslot_profiler_event_data()
221 uint16 ptr, bool empty) in dhd_mschdbg_req_timing_profiler_event_data()
230 if (empty) { in dhd_mschdbg_req_timing_profiler_event_data()
280 dhd_mschdbg_chan_ctxt_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_chan_ctxt_profiler_event_data() argument
290 if (empty) { in dhd_mschdbg_chan_ctxt_profiler_event_data()
324 dhd_mschdbg_req_entity_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_req_entity_profiler_event_data() argument
335 if (empty) { in dhd_mschdbg_req_entity_profiler_event_data()
398 dhd_mschdbg_req_handle_profiler_event_data(int sp, int ver, char *data, uint16 ptr, bool empty) in dhd_mschdbg_req_handle_profiler_event_data() argument
407 if (empty) { in dhd_mschdbg_req_handle_profiler_event_data()
180 dhd_mschdbg_timeslot_profiler_event_data(int sp, int ver, char *title, char *data, uint16 ptr, bool empty) dhd_mschdbg_timeslot_profiler_event_data() argument
220 dhd_mschdbg_req_timing_profiler_event_data(int sp, int ver, char *title, char *data, uint16 ptr, bool empty) dhd_mschdbg_req_timing_profiler_event_data() argument
[all...]
H A Dhnd_pktpool.c176 /* find an empty slot in pktpools_registry */ in pktpool_register()
271 if (pktp->freelist == NULL) /* pktpool free list is empty */ in pktpool_init()
390 if (pktp->empty == FALSE) in pktpool_fill()
472 /* New API to empty the pkts from pool, but not deinit
739 pktp->empty = TRUE; in pktpool_empty_notify()
744 pktp->empty = FALSE; in pktpool_empty_notify()
1027 /** Gets an empty packet from the caller provided pool */
1086 if (pktp->empty == FALSE) in pktpool_free()
1101 /** Adds a caller provided (empty) packet to the caller provided pool */
1176 if ((!disable) && (pktp->cbcnt) && (pktp->empty in pktpool_emptycb_disable()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H A Dhi_uart.c124 BSP_RAM_TEXT_SECTION hi_u32 hi_uart_is_buf_empty(hi_uart_idx id, hi_bool *empty) in hi_uart_is_buf_empty() argument
130 if (port_num >= UART_NUM || empty == HI_NULL) { in hi_uart_is_buf_empty()
136 *empty = HI_FALSE; in hi_uart_is_buf_empty()
141 *empty = HI_FALSE; in hi_uart_is_buf_empty()
143 *empty = HI_TRUE; in hi_uart_is_buf_empty()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_uart.h341 * @brief Determine FIFO and soft buf is empty. CNcomment:判断FIFO与软件BUF是否为空。CNend
344 * Determine FIFO and soft buf is empty. CNcomment:判断指定UART的FIFO与软件BUF是否为空。CNend
350 * @param empty [OUT] type #hi_bool*,Store query result, HI_TRUE means empty, HI_FALSE means non-empty.
359 BSP_RAM_TEXT_SECTION hi_u32 hi_uart_is_buf_empty(hi_uart_idx id, hi_bool *empty);
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_layer.h139 if (releaseFences_.empty()) { in GetReleaseFenceFd()
H A Dhdi_layer.cpp214 while (!releaseFences_.empty()) { in ~HdiLayer()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
H A Dframebuffer_allocator.cpp110 if (freeBuffers_.empty()) { in Allocate()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dhnd_pktpool.h122 bool empty; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_edid.c3067 const u8 empty[3] = {0, 0, 0}; in drm_cvt_modes() local
3074 if (!memcmp(cvt->code, empty, 0x3)) { in drm_cvt_modes()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm7021 add_cflags -Wno-empty-statement

Completed in 23 milliseconds