Lines Matching refs:handle
130 a pointer to a function to handle new ports, and a pointer to a
131 function to handle ports going away due to a low-level driver
367 typedef int (*preempt_func) (void *handle);
368 typedef void (*wakeup_func) (void *handle);
369 typedef int (*irq_func) (int irq, void *handle, struct pt_regs *);
377 void *handle);
410 The ``handle`` is a pointer to driver-specific data, and is passed to
429 void *private; /* Device driver's 'handle' */
436 A ``struct pardevice *``: a handle to the registered parallel port
450 static int preempt (void *handle)
459 static void wakeup (void *handle)
461 struct toaster *private = handle;
515 parport_unregister_device, ``dev`` is no longer a valid device handle.
877 int flags, void *handle);