Searched defs:GetIRQ (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4022 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
4061 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v3_0.h4548 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
4587 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v3_1.h4446 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
4485 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v3_2.h4669 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
4708 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v4_0.h4966 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
5005 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v4_1.h5358 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
5397 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v4_2.h6293 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
6332 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
H A DVBoxCAPI_v4_3.h12927 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPort_vtbl
12954 nsresult (*GetIRQ)(ISerialPort *pThis, PRUint32 *IRQ); member in struct:ISerialPortVtbl
12980 #define ISerialPort_get_IRQ(p, aIRQ) ((p)->lpVtbl->GetIRQ(p, aIRQ))
12981 #define ISerialPort_GetIRQ(p, aIRQ) ((p)->lpVtbl->GetIRQ(p, aIRQ))
13030 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPort_vtbl
13051 nsresult (*GetIRQ)(IParallelPort *pThis, PRUint32 *IRQ); member in struct:IParallelPortVtbl
13071 #define IParallelPort_get_IRQ(p, aIRQ) ((p)->lpVtbl->GetIRQ(p, aIRQ))
13072 #define IParallelPort_GetIRQ(p, aIRQ) ((p)->lpVtbl->GetIRQ(p, aIRQ))

Completed in 316 milliseconds