Lines Matching defs:handle
273 * @handle: byte stream handle
282 static inline unsigned int ev_byte_channel_send(unsigned int handle,
295 r3 = handle;
315 * @handle: byte channel handle
325 static inline unsigned int ev_byte_channel_receive(unsigned int handle,
338 r3 = handle;
358 * @handle: byte channel handle
368 static inline unsigned int ev_byte_channel_poll(unsigned int handle,
377 r3 = handle;
392 * @handle: handle to the target interrupt controller
395 * If handle is zero, the function returns the next interrupt source
397 * of interrupt controllers. If non-zero, specifies a handle to the
402 static inline unsigned int ev_int_iack(unsigned int handle,
410 r3 = handle;
424 * @handle: doorbell send handle
428 static inline unsigned int ev_doorbell_send(unsigned int handle)
434 r3 = handle;