Home
last modified time | relevance | path

Searched refs:pending_event (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/iseries/
Dmf.c137 struct pending_event { struct
138 struct pending_event *next; argument
146 static struct pending_event *pending_event_head; argument
147 static struct pending_event *pending_event_tail;
148 static struct pending_event *pending_event_avail;
150 static struct pending_event pending_event_prealloc[PENDING_EVENT_PREALLOC_LEN];
156 static void free_pending_event(struct pending_event *ev) in free_pending_event()
172 static int signal_event(struct pending_event *ev) in signal_event()
177 struct pending_event *ev1; in signal_event()
235 static struct pending_event *new_pending_event(void) in new_pending_event()
[all …]
/linux-2.6.39/sound/pci/mixart/
Dmixart_core.c204 mgr->pending_event = *msg_event; in send_msg()
208 mgr->pending_event = msg_frame_address; in send_msg()
544 if( (msg & ~MSG_TYPE_MASK) == mgr->pending_event ) { in snd_mixart_interrupt()
546 mgr->pending_event = 0; in snd_mixart_interrupt()
Dmixart.h85 u32 pending_event; member