Searched refs:pending (Results 276 - 300 of 652) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/rtc/
H A Drtc-max8925.c209 alrm->pending = 1;
211 alrm->pending = 0;
/linux-master/sound/soc/intel/common/
H A Dsst-ipc.c51 /* wait for DSP completion (in all cases atm inc pending) */
99 msg->pending = false;
160 while (!list_empty(&ipc->tx_list) && !ipc->pending) {
/linux-master/drivers/infiniband/hw/mlx4/
H A Dmcg.c82 struct list_head pending; member in struct:mcast_member
126 /* delayed work to clean pending SM request */
459 mcg_warn_group(group, "releasing a group with non empty pending list\n");
708 /* We should now go over pending join/leave requests, as long as we are idle. */
836 INIT_LIST_HEAD(&group->func[i].pending);
876 list_add_tail(&req->func_list, &group->func[req->func].pending);
966 mcg_debug_group(group, "Port %d, Func %d has too many pending requests (%d), dropping\n",
1182 list_for_each_entry_safe(req, tmp, &group->func[vf].pending, func_list) {
1200 if (!pend && (!list_empty(&group->func[vf].pending) || group->func[vf].num_pend_reqs)) {
1202 list_empty(&group->func[vf].pending), grou
[all...]
/linux-master/drivers/net/can/dev/
H A Drx-offload.c176 u64 pending)
186 if (!(pending & BIT_ULL(i)))
175 can_rx_offload_irq_offload_timestamp(struct can_rx_offload *offload, u64 pending) argument
/linux-master/net/ipv4/
H A Dbpf_tcp_ca.c100 case offsetof(struct inet_connection_sock, icsk_ack.pending):
102 icsk_ack.pending);
/linux-master/sound/soc/atmel/
H A Dmchp-pdmc.c779 u32 isr, msr, pending; local
785 pending = isr & msr;
786 dev_dbg(dd->dev, "ISR (0x%02x): 0x%08x, IMR (0x%02x): 0x%08x, pending: 0x%08x\n",
787 MCHP_PDMC_ISR, isr, MCHP_PDMC_IMR, msr, pending);
788 if (!pending)
791 if (pending & MCHP_PDMC_IR_RXUDR) {
796 if (pending & MCHP_PDMC_IR_RXOVR) {
/linux-master/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c374 u32 pending; local
384 i * sizeof(int *), &pending);
385 if (!pending)
390 i * sizeof(int *), ~pending);
400 pending &= (1 << count) - 1;
402 pendingl = pending;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_job.c245 if (!atomic_read(&pfdev->reset.pending)) {
475 atomic_set(&pfdev->reset.pending, 1);
519 * there's no reset pending.
588 } else if (!atomic_read(&pfdev->reset.pending)) {
589 /* Requeue the job we removed if no reset is pending */
639 if (!atomic_read(&pfdev->reset.pending))
713 /* GPU has been reset, we can clear the reset pending bit. */
714 atomic_set(&pfdev->reset.pending, 0);
780 atomic_set(&pfdev->reset.pending, 1);
/linux-master/drivers/media/platform/sunxi/sun6i-csi/
H A Dsun6i_csi_capture.c443 &state->pending, &state->current, &state->complete,
486 if (state->pending)
496 state->pending = csi_buffer;
509 if (!state->pending)
513 state->current = state->pending;
514 state->pending = NULL;
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-compat-ioctl32.c753 __u32 pending; member in struct:v4l2_event32
768 put_user(p64->pending, &p32->pending) ||
787 __u32 pending; member in struct:v4l2_event32_time32
799 put_user(p64->pending, &p32->pending) ||
/linux-master/fs/proc/
H A Darray.c267 sigset_t pending, shpending, blocked, ignored, caught; local
272 sigemptyset(&pending);
279 pending = p->pending.signal;
296 render_sigset_t(m, "\nSigPnd:\t", &pending);
625 seq_put_decimal_ull(m, " ", task->pending.signal.sig[0] & 0x7fffffffUL);
/linux-master/drivers/target/
H A Dtarget_core_iblock.c323 if (!refcount_dec_and_test(&ibr->pending))
540 refcount_set(&ibr->pending, 1);
550 refcount_inc(&ibr->pending);
773 refcount_set(&ibr->pending, 1);
785 refcount_set(&ibr->pending, 2);
815 refcount_inc(&ibr->pending);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic.c154 void vgic_irq_set_phys_pending(struct vgic_irq *irq, bool pending) argument
158 pending));
191 * Based on the current state of the interrupt (enabled, pending,
206 * If the IRQ is not active but enabled and pending, we should direct
208 * If the distributor is disabled, pending interrupts shouldn't be
219 /* If neither active nor pending and enabled, then this IRQ should not
271 /* Both pending and enabled, sort by priority */
332 * Otherwise, if the irq is not pending and enabled, it does
356 * we are going to insert this new pending interrupt.
369 * 1) The irq lost its pending stat
957 bool pending = false; local
[all...]
/linux-master/drivers/tty/serial/
H A Damba-pl011.c570 * have data pending to be sent. Re-enable the TX IRQ.
680 * We received a transmit interrupt without a pending X-char but with
681 * pending characters.
866 u32 pending, bool use_buf_b,
881 /* Recalculate the pending size */
882 if (pending >= dmataken)
883 pending -= dmataken;
887 if (pending) {
893 dma_count = tty_insert_flip_string(port, dbuf->buf + dmataken, pending);
896 if (dma_count < pending)
865 pl011_dma_rx_chars(struct uart_amba_port *uap, u32 pending, bool use_buf_b, bool readfifo) argument
940 size_t pending; local
990 size_t pending; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c188 * 'pending' list.
199 /* Run through the pending commands list and create a next
232 /* If zero is returned, means there are no outstanding pending
233 * completions and we may dismiss the pending list.
459 DP(BNX2X_MSG_SP, "vlan_mac_lock execute pending command with ramrod flags %lu\n",
465 BNX2X_ERR("execution of pending commands failed with rc %d\n",
488 DP(BNX2X_MSG_SP, "Placing pending execution with ramrod flags %lu\n",
498 * Context: Should be called under execution queue lock. Notice if a pending
505 /* It's possible a new pending execution was added since this writer
509 DP(BNX2X_MSG_SP, "vlan_mac_lock - writer release encountered a pending reques
4662 unsigned long *pending = &o->pending; local
6509 unsigned long *pending = &o->pending; local
[all...]
/linux-master/net/sunrpc/
H A Dcache.c292 * -EAGAIN if upcall is pending and request has been queued
563 * If a cache lookup finds a pending entry, we
734 struct list_head pending; local
738 INIT_LIST_HEAD(&pending);
744 list_add(&dreq->recent, &pending);
749 while (!list_empty(&pending)) {
750 dreq = list_entry(pending.next, struct cache_deferred_req, recent);
759 struct list_head pending; local
762 INIT_LIST_HEAD(&pending);
768 list_add(&dreq->recent, &pending);
[all...]
/linux-master/drivers/mmc/host/
H A Datmel-mci.c281 * command. Only valid when EVENT_CMD_COMPLETE is pending.
284 * EVENT_DATA_ERROR is pending.
962 * Disable PDC transfers. Update pending flags to EVENT_XFER_COMPLETE after
984 dev_dbg(&host->pdev->dev, "(%s) set pending xfer complete\n", __func__);
1021 "(%s) set pending xfer complete\n", __func__);
1248 "(%s) set pending xfer complete\n", __func__);
1271 "(%s) set pending xfer complete\n", __func__);
1782 "tasklet: state %u pending/completed/mask %lx/%lx/%x\n",
2123 u32 status, mask, pending; local
2129 pending
[all...]
/linux-master/drivers/dma/ti/
H A Dcppi41.c104 struct list_head node; /* Node for pending list */
146 struct list_head pending; /* Pending queued transfers */ member in struct:cppi41_dd
147 spinlock_t lock; /* Lock for pending list */
412 WARN_ON(!list_empty(&cdd->pending));
484 list_for_each_entry_safe(c, _c, &cdd->pending, node) {
507 list_add_tail(&c->node, &cdd->pending);
750 * channels might still be in the pending list if
754 list_for_each_entry_safe(cc, _ct, &cdd->pending, node) {
1087 INIT_LIST_HEAD(&cdd->pending);
1218 WARN_ON(!list_empty(&cdd->pending));
[all...]
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c936 u32 pending; local
938 pending = readl_relaxed(g2d->regs + G2D_INTC_PEND);
939 if (pending)
940 writel_relaxed(pending, g2d->regs + G2D_INTC_PEND);
942 if (pending & G2D_INTP_GCMD_FIN) {
951 if (!(pending & G2D_INTP_ACMD_FIN)) {
957 if (pending & G2D_INTP_ACMD_FIN) {
/linux-master/drivers/pinctrl/nuvoton/
H A Dpinctrl-wpcm450.c310 unsigned long pending; local
319 pending = ioread32(pctrl->gpio_base + WPCM450_GPEVST);
320 pending &= ioread32(pctrl->gpio_base + WPCM450_GPEVEN);
321 pending &= ours;
325 if (pending & pctrl->both_edges)
326 wpcm450_gpio_fix_evpol(gpio, pending & pctrl->both_edges);
329 for_each_set_bit(bit, &pending, 32) {
/linux-master/net/mac80211/
H A Dsta_info.c183 ieee80211_purge_tx_queue(&local->hw, &tid_tx->pending);
1235 * Before removing the station from the driver there might be pending
1692 struct sk_buff_head pending; local
1724 skb_queue_head_init(&pending);
1730 int count = skb_queue_len(&pending), tmp;
1733 skb_queue_splice_tail_init(&sta->tx_filtered[ac], &pending);
1735 tmp = skb_queue_len(&pending);
1740 skb_queue_splice_tail_init(&sta->ps_tx_buf[ac], &pending);
1742 tmp = skb_queue_len(&pending);
1746 ieee80211_add_pending_skbs(local, &pending);
2008 struct sk_buff_head pending; local
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c253 * pending. We stop the APM before we sync the interrupts because we
299 * pending. We stop the APM before we sync the interrupts because we
518 int pending = atomic_read(&rba->req_pending); local
520 IWL_DEBUG_TPT(trans, "Pending allocation requests = %d\n", pending);
528 while (pending) {
534 if (pending < RX_PENDING_WATERMARK)
576 pending--;
578 if (!pending) {
579 pending = atomic_read(&rba->req_pending);
580 if (pending)
[all...]
/linux-master/drivers/dma/
H A Dat_hdmac.c800 static void atdma_handle_chan_done(struct at_dma_chan *atchan, u32 pending, argument
809 if (pending & AT_DMA_ERR(i)) {
831 u32 status, pending, imr; local
837 pending = status & imr;
839 if (!pending)
844 status, imr, pending);
848 if (!(pending & (AT_DMA_BTC(i) | AT_DMA_ERR(i))))
850 atdma_handle_chan_done(atchan, pending, i);
854 } while (pending);
2014 /* clear any pending interrup
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_spq.c389 /* Attempt to post pending requests */
493 INIT_LIST_HEAD(&p_spq->pending);
639 "Failed to allocate an SPQ entry for a pending ramrod\n");
648 p_ent->queue = &p_spq->pending;
673 * qed_spq_add_entry() - Add a new entry to the pending list.
680 * Adds an entry to the pending list is there is room (an empty
723 /* entry is to be placed in 'pending' queue */
726 list_add_tail(&p_ent->list, &p_spq->pending);
730 list_add(&p_ent->list, &p_spq->pending);
796 return qed_spq_post_list(p_hwfn, &p_spq->pending,
[all...]
/linux-master/drivers/input/joystick/
H A Dsidewinder.c120 unsigned char pending, u, v; local
128 pending = 0;
164 pending = 1; /* Mark schedule */
167 if (pending && sched < 0 && (i > -SW_END)) { /* Second trigger time */
170 pending = 0; /* Unmark schedule */

Completed in 289 milliseconds

<<11121314151617181920>>