Searched refs:rearm (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/linux/platform_data/
H A Dpinctrl-single.h8 * rearm: optional soc specific rearm function
10 * Note that the irq and rearm setup should come from device
16 void (*rearm)(void); member in struct:pcs_pdata
/linux-master/lib/
H A Dirq_poll.c81 int rearm = 0, budget = irq_poll_budget; local
94 rearm = 1;
132 if (rearm)
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dintr.h23 void (*rearm)(struct nvkm_intr *); member in struct:nvkm_intr::nvkm_intr_func
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dgt215.c76 .rearm = nv04_mc_intr_rearm,
H A Dgp100.c85 .rearm = gp100_mc_intr_rearm,
H A Dnv04.c113 .rearm = nv04_mc_intr_rearm,
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dtu102.c93 .rearm = tu102_vfn_intr_rearm,
/linux-master/include/net/
H A Dinet_timewait_sock.h100 bool rearm);
/linux-master/net/ipv4/
H A Dinet_timewait_sock.c226 void __inet_twsk_schedule(struct inet_timewait_sock *tw, int timeo, bool rearm) argument
253 if (!rearm) {
/linux-master/arch/arm/mach-omap2/
H A Dpdata-quirks.c412 void omap_pcs_legacy_init(int irq, void (*rearm)(void)) argument
415 pcs_pdata.rearm = rearm;
H A Dcommon.h323 void omap_pcs_legacy_init(int irq, void (*rearm)(void));
/linux-master/kernel/time/
H A Dntp.c636 * work being able to rearm the timer. Wait for the timer to expire.
644 goto rearm;
653 goto rearm;
659 rearm:
/linux-master/drivers/pinctrl/
H A Dpinctrl-single.c135 * @rearm: optional SoC specific wake-up rearm function
142 void (*rearm)(void); member in struct:pcs_soc_data
1422 if (pcs_soc->rearm)
1423 pcs_soc->rearm();
1904 if (pdata->rearm)
1905 pcs->socdata.rearm = pdata->rearm;
/linux-master/arch/x86/kernel/apic/
H A Dvector.c963 bool rearm = false; local
985 rearm = true;
993 * in __vector_schedule_cleanup() race free against the rearm here.
995 if (rearm)
/linux-master/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_mac.c1437 goto rearm;
1439 goto rearm;
1472 rearm:
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c151 intr->func->rearm(intr);
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.h687 u8 rearm[1]; member in struct:amap_cq_db
799 unsigned char rearm);
H A Dbe_main.c655 unsigned char rearm, unsigned char event)
659 if (rearm)
756 int isr, rearm; local
789 /* no need to rearm if interrupt is only for IOs */
790 rearm = 0;
793 /* rearm for MCCQ */
794 rearm = 1;
798 hwi_ring_eq_db(phba, eq->id, 0, (io_events + mcc_events), rearm, 1);
889 unsigned char rearm)
893 if (rearm)
652 hwi_ring_eq_db(struct beiscsi_hba *phba, unsigned int id, unsigned int clr_interrupt, unsigned int num_processed, unsigned char rearm, unsigned char event) argument
887 hwi_ring_cq_db(struct beiscsi_hba *phba, unsigned int id, unsigned int num_processed, unsigned char rearm) argument
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdns3-gadget.h1354 void cdns3_rearm_transfer(struct cdns3_endpoint *priv_ep, u8 rearm);
H A Dcdns3-gadget.c1652 void cdns3_rearm_transfer(struct cdns3_endpoint *priv_ep, u8 rearm) argument
1658 if (rearm) {
/linux-master/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.c1051 static void cdns2_rearm_transfer(struct cdns2_endpoint *pep, u8 rearm) argument
1057 if (rearm) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c633 u8 rearm, enum lpfc_poll_mode poll_mode)
668 phba->sli4_hba.sli4_write_eq_db(phba, eq, consumed, rearm);
9230 /* process and rearm the EQ */
14800 * queue and process all the entries on that completion queue, rearm the
14952 /* Process and rearm the CQ */
15366 /* process and rearm the CQ */
15415 * queue and process all the entries on the completion queue, rearm the
15579 /* Flush, clear interrupt, and rearm the EQ */
15606 /* process and rearm the EQ */
16224 /* process and rearm th
632 lpfc_sli4_process_eq(struct lpfc_hba *phba, struct lpfc_queue *eq, u8 rearm, enum lpfc_poll_mode poll_mode) argument
[all...]

Completed in 416 milliseconds