Home
last modified time | relevance | path

Searched refs:pending (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_cdc.c71 uint8 pending; member
435 if (prot->pending == TRUE) { in dhd_prot_ioctl()
436 DHD_ERROR(("CDC packet is pending!!!! cmd=0x%x (%lu) lastcmd=0x%x (%lu)\n", in dhd_prot_ioctl()
445 prot->pending = TRUE; in dhd_prot_ioctl()
481 prot->pending = FALSE; in dhd_prot_ioctl()
829 DHD_ERROR(("%s: del flow: something fishy, pending packets %d\n", in dhd_process_pkt_reorder_info()
863 DHD_REORDER(("%s: new hole, so cleanup pending buffers\n", __FUNCTION__)); in dhd_process_pkt_reorder_info()
884 DHD_REORDER(("%s: HOLE: ERROR buffer pending..free it\n", in dhd_process_pkt_reorder_info()
892 DHD_REORDER(("%s: fill up a hole..pending packets is %d\n", in dhd_process_pkt_reorder_info()
902 DHD_REORDER(("%s: Error buffer pending in dhd_process_pkt_reorder_info()
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c82 * @nclients: number of attached clients, pending or otherwise
138 * @pending: when true, client has attached but hwcnt not yet updated
158 bool pending; member
486 cli->pending = true; in kbasep_vinstr_attach_client()
505 cli->pending = false; in kbasep_vinstr_attach_client()
801 if (iter->pending) { in accum_clients()
815 if (iter->pending) { in accum_clients()
846 * @waiting_clients: list of pending dumping requests
1027 list_for_each_entry(iter, &vinstr_ctx->idle_clients, list) iter->pending = false; in kbasep_vinstr_reprogram()
1028 list_for_each_entry(iter, &vinstr_ctx->waiting_clients, list) iter->pending in kbasep_vinstr_reprogram()
[all...]
H A Dmali_kbase_tlstream.c189 * Autoflush counter is set to negative number when there is no data pending
527 * Function discards all pending messages and resets packet counters.
718 * Flush pending data in timeline stream.
807 * kbasep_tlstream_packet_pending - check timeline streams for pending packets
811 * Function checks all streams for pending packets. It will stop as soon as
820 int pending = 0; in kbasep_tlstream_packet_pending() local
825 for (*stype = 0; (*stype < TL_STREAM_TYPE_COUNT) && !pending; (*stype)++) { in kbasep_tlstream_packet_pending()
833 pending = 1; in kbasep_tlstream_packet_pending()
839 return pending; in kbasep_tlstream_packet_pending()
876 * packet pending retur in kbasep_tlstream_read()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_vinstr.c94 * @nclients: number of attached clients, pending or otherwise
150 * @pending: when true, client has attached but hwcnt not yet updated
170 bool pending; member
526 cli->pending = true; in kbasep_vinstr_attach_client()
544 cli->pending = false; in kbasep_vinstr_attach_client()
855 if (iter->pending) in accum_clients()
869 if (iter->pending) in accum_clients()
903 * @waiting_clients: list of pending dumping requests
1089 iter->pending = false; in kbasep_vinstr_reprogram()
1094 iter->pending in kbasep_vinstr_reprogram()
[all...]
H A Dmali_kbase_tlstream.c190 * Autoflush counter is set to negative number when there is no data pending
799 * Function discards all pending messages and resets packet counters.
1009 * Flush pending data in timeline stream.
1103 * kbasep_tlstream_packet_pending - check timeline streams for pending packets
1107 * Function checks all streams for pending packets. It will stop as soon as
1118 int pending = 0; in kbasep_tlstream_packet_pending() local
1125 (*stype < TL_STREAM_TYPE_COUNT) && !pending; in kbasep_tlstream_packet_pending()
1134 pending = 1; in kbasep_tlstream_packet_pending()
1139 return pending; in kbasep_tlstream_packet_pending()
1178 * packet pending retur in kbasep_tlstream_read()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_defs.h76 * @KBASE_CSF_RESET_GPU_NOT_PENDING: Set when the GPU reset isn't pending
161 * to a fault condition, pending to be
164 * pending to be deleted by Client, all the
335 * @pending: Indicating whether the queue has new submitted work.
369 atomic_t pending; member
447 * have pending protected mode entry requests.
510 * @jit_blocked_queues: A list of KCPU command queues blocked by a pending
702 * @pending_submission_work: Work item to process pending kicked GPU command queues.
844 * @tock_pending_request: A "tock" request is pending: a group that is not
1212 * acknowledgement is pending
[all...]
H A Dmali_kbase_csf.c567 atomic_set(&queue->pending, 0); in csf_queue_register_internal()
682 "Remove any pending command queue fatal from context %pK\n", in kbase_csf_queue_terminate()
767 * pending_submission_worker() - Work item to process pending kicked GPU command queues.
771 * This function starts all pending queues, for which the work
791 /* Iterate through the queue list and schedule the pending ones for submission. */ in pending_submission_worker()
793 if (atomic_cmpxchg(&queue->pending, 1, 0) == 1) { in pending_submission_worker()
890 * Once the target queue is found the pending flag is set to one atomically avoiding in kbase_csf_queue_kick()
899 atomic_cmpxchg(&queue->pending, 0, 1); in kbase_csf_queue_kick()
986 * cancellation of the pending work. in kbase_csf_queue_unbind()
1558 "Remove any pending grou in remove_pending_group_fatal_error()
[all...]
H A Dmali_kbase_csf_scheduler.c293 * work item are not active/pending.
1787 /* Only try to schedule work for this event if no requests are pending, in schedule_in_cycle()
3399 * has already been judged by the caller on that any pending protected region
3402 * Return: true if the group has pending protm request(s) and is acknowledged.
3404 * it. Otherwise return false, indicating the group has no pending protm
5022 /* Suspend pending - no real need to ping */ in firmware_aliveness_monitor()
5225 * group matches the highest priority group and has pending protected region
5229 * priority group is returned if that has pending protected region requests
5260 unsigned long *pending = in scheduler_get_protm_enter_async_group() local
5267 bitmap_empty(pending, ginf in scheduler_get_protm_enter_async_group()
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/
H A Dintel_engine_cs.c589 memset(execlists->pending, 0, sizeof(execlists->pending)); in intel_engine_init_execlists()
1217 * Return true if there are no requests pending, nothing left to be submitted
1510 for (port = execlists->pending; (rq = *port); port++) { in intel_engine_print_registers()
1514 len = scnprintf(hdr, sizeof(hdr), "\t\tPending[%d]: ccid:%08x%s%s, ", (int)(port - execlists->pending), in intel_engine_print_registers()
/device/soc/rockchip/common/sdk_linux/include/linux/sched/
H A Dsignal.h264 /* If true, all threads except ->group_exit_task have pending SIGKILL */
374 return unlikely(sigismember(&p->pending.signal, SIGKILL)); in __fatal_signal_pending()
407 * Reevaluate whether the task has signals pending delivery.
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h700 * @pending: UDC core private data used for deferred probe of this driver.
702 * gadget driver to list of pending driver
763 struct list_head pending; member
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h688 * @pending: UDC core private data used for deferred probe of this driver.
690 * gadget driver to list of pending driver
753 struct list_head pending; member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c235 unsigned long pending; member
3668 bool pending; in vop_wait_for_irq_handler() local
3679 ret = readx_poll_timeout_atomic(vop_fs_irq_is_pending, vop, pending, !pending, 0, 0xa * 0x3e8); in vop_wait_for_irq_handler()
3777 set_bit(VOP_PENDING_FB_UNREF, &vop->pending); in vop_crtc_atomic_flush()
4034 if (test_and_clear_bit(VOP_PENDING_FB_UNREF, &vop->pending)) { in vop_handle_vblank()
H A Drockchip_drm_vop2.c416 bool pending; member
485 unsigned long pending; member
1091 bool pending; in vop2_wait_for_irq_handler() local
1102 ret = readx_poll_timeout_atomic(vop2_fs_irq_is_pending, vp, pending, !pending, 0, 0x2710); in vop2_wait_for_irq_handler()
2778 wb->jobs[wb->job_index].pending = true; in vop2_wb_commit()
7334 set_bit(VOP_PENDING_FB_UNREF, &vp->pending); in vop2_crtc_atomic_flush()
7595 if (test_and_clear_bit(VOP_PENDING_FB_UNREF, &vp->pending)) { in vop2_handle_vblank()
7678 if (job->pending) { in vop2_wb_handler()
7682 job->pending in vop2_wb_handler()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c433 bool pending; member
504 unsigned long pending; member
1108 bool pending; in vop2_wait_for_irq_handler() local
1119 ret = readx_poll_timeout_atomic(vop2_fs_irq_is_pending, vp, pending, in vop2_wait_for_irq_handler()
1120 !pending, 0, 10 * 1000); in vop2_wait_for_irq_handler()
2774 wb->jobs[wb->job_index].pending = true; in vop2_wb_commit()
7445 set_bit(VOP_PENDING_FB_UNREF, &vp->pending); in vop2_crtc_atomic_flush()
7711 if (test_and_clear_bit(VOP_PENDING_FB_UNREF, &vp->pending)) in vop2_handle_vblank()
7790 if (job->pending) { in vop2_wb_handler()
7794 job->pending in vop2_wb_handler()
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1106 struct sigpending pending; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/
H A Dvideodev2.h2319 __u32 pending; member
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H A Dvideodev2.h2319 __u32 pending; member

Completed in 75 milliseconds