Home
last modified time | relevance | path

Searched refs:clear_interrupts (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/can/m_can/
Dm_can.h63 int (*clear_interrupts)(struct m_can_classdev *cdev); member
Dtcan4x5x.c384 .clear_interrupts = tcan4x5x_clear_interrupts,
Dm_can.c924 if (cdev->ops->clear_interrupts) in m_can_isr()
925 cdev->ops->clear_interrupts(cdev); in m_can_isr()
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/
Dswitch.c1396 static inline void clear_interrupts(struct spu_state *csa, struct spu *spu) in clear_interrupts() function
1994 clear_interrupts(next, spu); /* Step 49. */ in restore_csa()