Home
last modified time | relevance | path

Searched refs:hvlpevent_is_int (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/iseries/
Dhv_lp_event.h147 static inline int hvlpevent_is_int(struct HvLpEvent *h) in hvlpevent_is_int() function
154 return !hvlpevent_is_int(h); in hvlpevent_is_ack()
/linux-2.6.39/arch/powerpc/platforms/iseries/
Dviopath.c278 if (hvlpevent_is_int(event)) { in handleMonitorEvent()
339 if (hvlpevent_is_int(event)) { in handleConfig()
384 if (hvlpevent_is_int(event)) { in vio_handleEvent()
443 if (hvlpevent_is_int(event) && hvlpevent_need_ack(event)) { in vio_handleEvent()
Dvio.c220 if (hvlpevent_is_int(event)) { in handle_block_event()
344 if (hvlpevent_is_int(event)) { in handle_cd_event()
Dirq.c148 if (hvlpevent_is_int(event)) in pci_event_handler()
/linux-2.6.39/drivers/tty/hvc/
Dhvc_iseries.c354 if (!hvlpevent_is_int(event)) { in hvc_close_event()
471 if (hvlpevent_is_int(event) && hvlpevent_need_ack(event)) { in hvc_handle_event()
/linux-2.6.39/drivers/block/
Dviodasd.c615 if (hvlpevent_is_int(event)) { in handle_block_event()
/linux-2.6.39/drivers/cdrom/
Dviocd.c469 if (hvlpevent_is_int(event)) { in vio_handle_cd_event()