HelenOS sources

ddf_fun_set_conn_handler  199 uspace/drv/block/ata_bd/main.c 	ddf_fun_set_conn_handler(fun, ata_bd_connection);
ddf_fun_set_conn_handler  331 uspace/drv/block/ddisk/ddisk.c 	ddf_fun_set_conn_handler(fun, ddisk_bd_connection);
ddf_fun_set_conn_handler  257 uspace/drv/block/usbmast/main.c 	ddf_fun_set_conn_handler(fun, usbmast_bd_connection);
ddf_fun_set_conn_handler  460 uspace/drv/block/virtio-blk/virtio-blk.c 	ddf_fun_set_conn_handler(fun, virtio_blk_bd_connection);
ddf_fun_set_conn_handler  140 uspace/drv/bus/adb/cuda_adb/cuda_adb.c 	ddf_fun_set_conn_handler(fun, cuda_dev_connection);
ddf_fun_set_conn_handler  840 uspace/drv/bus/pci/pciintel/pci.c 	ddf_fun_set_conn_handler(ctl, pci_ctl_connection);
ddf_fun_set_conn_handler  240 uspace/drv/char/i8042/i8042.c 	ddf_fun_set_conn_handler(dev->kbd->fun, i8042_char_conn);
ddf_fun_set_conn_handler  241 uspace/drv/char/i8042/i8042.c 	ddf_fun_set_conn_handler(dev->aux->fun, i8042_char_conn);
ddf_fun_set_conn_handler  117 uspace/drv/char/msim-con/msim-con.c 	ddf_fun_set_conn_handler(fun, msim_con_connection);
ddf_fun_set_conn_handler  904 uspace/drv/char/ns8250/ns8250.c 	ddf_fun_set_conn_handler(fun, ns8250_char_conn);
ddf_fun_set_conn_handler  113 uspace/drv/char/pc-lpt/pc-lpt.c 	ddf_fun_set_conn_handler(fun, pc_lpt_connection);
ddf_fun_set_conn_handler  255 uspace/drv/char/pl011/pl011.c 	ddf_fun_set_conn_handler(fun, pl011_connection);
ddf_fun_set_conn_handler  354 uspace/drv/char/pl050/pl050.c 	ddf_fun_set_conn_handler(fun_a, pl050_char_conn);
ddf_fun_set_conn_handler   89 uspace/drv/char/ski-con/ski-con.c 	ddf_fun_set_conn_handler(fun, ski_con_connection);
ddf_fun_set_conn_handler   93 uspace/drv/char/sun4v-con/sun4v-con.c 	ddf_fun_set_conn_handler(fun, sun4v_con_connection);
ddf_fun_set_conn_handler   97 uspace/drv/fb/amdm37x_dispc/main.c 	ddf_fun_set_conn_handler(fun, &amdm37x_client_conn);
ddf_fun_set_conn_handler  454 uspace/drv/fb/kfb/port.c 	ddf_fun_set_conn_handler(fun, &kfb_client_conn);
ddf_fun_set_conn_handler   86 uspace/drv/hid/adb-kbd/adb-kbd.c 	ddf_fun_set_conn_handler(kbd->fun, adb_kbd_conn);
ddf_fun_set_conn_handler  155 uspace/drv/hid/adb-mouse/adb-mouse.c 	ddf_fun_set_conn_handler(mouse->fun, adb_mouse_conn);
ddf_fun_set_conn_handler  236 uspace/drv/intctl/apic/apic.c 	ddf_fun_set_conn_handler(fun_a, apic_connection);
ddf_fun_set_conn_handler  249 uspace/drv/intctl/gicv2/gicv2.c 	ddf_fun_set_conn_handler(fun_a, gicv2_connection);
ddf_fun_set_conn_handler  169 uspace/drv/intctl/i8259/i8259.c 	ddf_fun_set_conn_handler(fun_a, i8259_connection);
ddf_fun_set_conn_handler  135 uspace/drv/intctl/icp-ic/icp-ic.c 	ddf_fun_set_conn_handler(fun_a, icpic_connection);
ddf_fun_set_conn_handler  138 uspace/drv/intctl/obio/obio.c 	ddf_fun_set_conn_handler(fun_a, obio_connection);
ddf_fun_set_conn_handler  133 uspace/lib/drv/include/ddf/driver.h extern void ddf_fun_set_conn_handler(ddf_fun_t *, async_port_handler_t);
HelenOS homepage, sources at GitHub