HelenOS sources

ddf_fun_add_to_category  304 uspace/drv/audio/hdaudio/hdaudio.c 	rc = ddf_fun_add_to_category(fun_pcm, "audio-pcm");
ddf_fun_add_to_category  140 uspace/drv/audio/sb16/sb16.c 	ret = ddf_fun_add_to_category(dsp_fun, "audio-pcm");
ddf_fun_add_to_category  210 uspace/drv/block/ata_bd/main.c 	rc = ddf_fun_add_to_category(fun, "disk");
ddf_fun_add_to_category  342 uspace/drv/block/ddisk/ddisk.c 	rc = ddf_fun_add_to_category(fun, "disk");
ddf_fun_add_to_category  304 uspace/drv/block/usbmast/main.c 	rc = ddf_fun_add_to_category(fun, "disk");
ddf_fun_add_to_category  468 uspace/drv/block/virtio-blk/virtio-blk.c 	rc = ddf_fun_add_to_category(fun, "disk");
ddf_fun_add_to_category  856 uspace/drv/bus/pci/pciintel/pci.c 	rc = ddf_fun_add_to_category(ctl, "pci");
ddf_fun_add_to_category   65 uspace/drv/bus/usb/usbdiag/main.c 	if ((rc = ddf_fun_add_to_category(diag_dev->fun, USBDIAG_CATEGORY))) {
ddf_fun_add_to_category  149 uspace/drv/char/msim-con/msim-con.c 	rc = ddf_fun_add_to_category(fun, "console");
ddf_fun_add_to_category  919 uspace/drv/char/ns8250/ns8250.c 	rc = ddf_fun_add_to_category(fun, "serial");
ddf_fun_add_to_category  166 uspace/drv/char/pc-lpt/pc-lpt.c 	rc = ddf_fun_add_to_category(fun, "printer-port");
ddf_fun_add_to_category  287 uspace/drv/char/pl011/pl011.c 	ddf_fun_add_to_category(fun, "console");
ddf_fun_add_to_category  117 uspace/drv/char/ski-con/ski-con.c 	rc = ddf_fun_add_to_category(fun, "console");
ddf_fun_add_to_category  119 uspace/drv/char/sun4v-con/sun4v-con.c 	rc = ddf_fun_add_to_category(fun, "console");
ddf_fun_add_to_category  124 uspace/drv/fb/amdm37x_dispc/main.c 	rc = ddf_fun_add_to_category(fun, "display-device");
ddf_fun_add_to_category  604 uspace/drv/fb/kfb/port.c 	rc = ddf_fun_add_to_category(fun, "display-device");
ddf_fun_add_to_category   96 uspace/drv/hid/adb-kbd/adb-kbd.c 	rc = ddf_fun_add_to_category(kbd->fun, "keyboard");
ddf_fun_add_to_category  165 uspace/drv/hid/adb-mouse/adb-mouse.c 	rc = ddf_fun_add_to_category(mouse->fun, "mouse");
ddf_fun_add_to_category  402 uspace/drv/hid/atkbd/atkbd.c 	ret = ddf_fun_add_to_category(kbd->kbd_fun, "keyboard");
ddf_fun_add_to_category  161 uspace/drv/hid/ps2mouse/ps2mouse.c 	rc = ddf_fun_add_to_category(mouse->mouse_fun, "mouse");
ddf_fun_add_to_category  131 uspace/drv/hid/usbhid/blink1/blink1.c 	rc = ddf_fun_add_to_category(fun, HID_BLINK1_CATEGORY);
ddf_fun_add_to_category  668 uspace/drv/hid/usbhid/kbd/kbddev.c 	ret = ddf_fun_add_to_category(fun, HID_KBD_CATEGORY_NAME);
ddf_fun_add_to_category  384 uspace/drv/hid/usbhid/mouse/mousedev.c 	ret = ddf_fun_add_to_category(fun, HID_MOUSE_CATEGORY);
ddf_fun_add_to_category  190 uspace/drv/hid/usbhid/multimedia/multimedia.c 	rc = ddf_fun_add_to_category(fun, "keyboard");
ddf_fun_add_to_category  432 uspace/drv/hid/xtkbd/xtkbd.c 	rc = ddf_fun_add_to_category(kbd->kbd_fun, "keyboard");
ddf_fun_add_to_category  246 uspace/drv/intctl/apic/apic.c 	rc = ddf_fun_add_to_category(fun_a, "irc");
ddf_fun_add_to_category  258 uspace/drv/intctl/gicv2/gicv2.c 	rc = ddf_fun_add_to_category(fun_a, "irc");
ddf_fun_add_to_category  179 uspace/drv/intctl/i8259/i8259.c 	rc = ddf_fun_add_to_category(fun_a, "irc");
ddf_fun_add_to_category  143 uspace/drv/intctl/icp-ic/icp-ic.c 	rc = ddf_fun_add_to_category(fun_a, "irc");
ddf_fun_add_to_category  146 uspace/drv/intctl/obio/obio.c 	rc = ddf_fun_add_to_category(fun_a, "irc");
ddf_fun_add_to_category 2201 uspace/drv/nic/e1k/e1k.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category  445 uspace/drv/nic/ne2k/ne2k.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category 1309 uspace/drv/nic/rtl8139/driver.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category  459 uspace/drv/nic/rtl8169/driver.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category  424 uspace/drv/nic/virtio-net/virtio-net.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category  178 uspace/drv/test/test1/test1.c 	rc = ddf_fun_add_to_category(fun_a, "virtual");
ddf_fun_add_to_category  147 uspace/drv/test/test2/test2.c 	rc = ddf_fun_add_to_category(fun_a, "virtual");
ddf_fun_add_to_category   96 uspace/drv/test/test3/test3.c 	rc = ddf_fun_add_to_category(fun, class_name);
ddf_fun_add_to_category  630 uspace/drv/time/cmos-rtc/cmos-rtc.c 	rc = ddf_fun_add_to_category(fun, "clock");
ddf_fun_add_to_category  766 uspace/drv/time/cmos-rtc/cmos-rtc.c 		rc = ddf_fun_add_to_category(fun, "clock");
ddf_fun_add_to_category  134 uspace/lib/drv/include/ddf/driver.h extern errno_t ddf_fun_add_to_category(ddf_fun_t *, const char *);
ddf_fun_add_to_category  802 uspace/lib/ieee80211/src/ieee80211.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_NIC);
ddf_fun_add_to_category  809 uspace/lib/ieee80211/src/ieee80211.c 	rc = ddf_fun_add_to_category(fun, DEVICE_CATEGORY_IEEE80211);
ddf_fun_add_to_category  476 uspace/lib/usbhost/src/ddf_helpers.c 	ret = ddf_fun_add_to_category(instance->ctl_fun, USB_HC_CATEGORY);
HelenOS homepage, sources at GitHub