Home
last modified time | relevance | path

Searched refs:iop_listeners (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Diop.c156 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN]; variable
287 iop_listeners[IOP_NUM_SCC][i].devname = NULL; in iop_init()
288 iop_listeners[IOP_NUM_SCC][i].handler = NULL; in iop_init()
289 iop_listeners[IOP_NUM_ISM][i].devname = NULL; in iop_init()
290 iop_listeners[IOP_NUM_ISM][i].handler = NULL; in iop_init()
332 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
333 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
334 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
435 msg->handler = iop_listeners[iop_num][chan].handler; in iop_handle_recv()
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Diop.c160 static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN]; variable
269 iop_listeners[IOP_NUM_SCC][i].devname = NULL; in iop_init()
270 iop_listeners[IOP_NUM_SCC][i].handler = NULL; in iop_init()
271 iop_listeners[IOP_NUM_ISM][i].devname = NULL; in iop_init()
272 iop_listeners[IOP_NUM_ISM][i].handler = NULL; in iop_init()
314 if (iop_listeners[iop_num][chan].handler && handler) return -EINVAL; in iop_listen()
315 iop_listeners[iop_num][chan].devname = devname; in iop_listen()
316 iop_listeners[iop_num][chan].handler = handler; in iop_listen()
417 msg->handler = iop_listeners[iop_num][chan].handler; in iop_handle_recv()

Completed in 2 milliseconds