Home
last modified time | relevance | path

Searched refs:push_gpib_event (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpib/include/
H A DgpibP.h30 int push_gpib_event(struct gpib_board *board, short event_type);
/linux/drivers/gpib/tms9914/
H A Dtms9914.c786 push_gpib_event(board, EVENT_IFC); in tms9914_interrupt_have_status()
791 push_gpib_event(board, EVENT_DEV_TRG); in tms9914_interrupt_have_status()
797 push_gpib_event(board, EVENT_DEV_CLR); in tms9914_interrupt_have_status()
/linux/drivers/gpib/nec7210/
H A Dnec7210.c941 push_gpib_event(board, EVENT_DEV_CLR); in nec7210_interrupt_have_status()
947 push_gpib_event(board, EVENT_DEV_TRG); in nec7210_interrupt_have_status()
/linux/drivers/gpib/common/
H A Dgpib_os.c1900 int push_gpib_event(struct gpib_board *board, short event_type) in push_gpib_event() function
1916 EXPORT_SYMBOL(push_gpib_event);
/linux/drivers/gpib/eastwood/
H A Dfluke_gpib.c820 push_gpib_event(board, EVENT_IFC); in fluke_gpib_internal_interrupt()
/linux/drivers/gpib/ni_usb/
H A Dni_usb_gpib.c331 push_gpib_event(board, EVENT_DEV_CLR); in ni_usb_soft_update_status()
333 push_gpib_event(board, EVENT_DEV_TRG); in ni_usb_soft_update_status()
/linux/drivers/gpib/ines/
H A Dines_gpib.c300 push_gpib_event(board, EVENT_IFC); in ines_interrupt()
/linux/drivers/gpib/fmh_gpib/
H A Dfmh_gpib.c1159 push_gpib_event(board, EVENT_IFC); in fmh_gpib_internal_interrupt()
/linux/drivers/gpib/tnt4882/
H A Dtnt4882_gpib.c572 push_gpib_event(board, EVENT_IFC); in tnt4882_internal_interrupt()