Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/m_can/
Dm_can.h64 int (*clear_interrupts)(struct m_can_classdev *cdev); member
Dtcan4x5x-core.c306 .clear_interrupts = tcan4x5x_clear_interrupts,
Dm_can.c1062 if (cdev->ops->clear_interrupts) in m_can_isr()
1063 cdev->ops->clear_interrupts(cdev); in m_can_isr()
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dswitch.c1396 static inline void clear_interrupts(struct spu_state *csa, struct spu *spu) in clear_interrupts() function
1992 clear_interrupts(next, spu); /* Step 49. */ in restore_csa()