Home
last modified time | relevance | path

Searched refs:fw_bindadd (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/firewire/
H A Dfirewire_module.h32 int (*fw_bindadd)(struct firewire_comm *fc, struct fw_bind *fwb); member
H A Dfirewirereg.h354 int fw_bindadd (struct firewire_comm *, struct fw_bind *);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire_module.cpp288 fw_bindadd,
H A Dfirewire.cpp912 fw_bindadd(fc, fwb); in fw_init()
943 fw_bindadd(struct firewire_comm *fc, struct fw_bind *fwb) in fw_bindadd() function
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c864 err = gFirewire->fw_bindadd(fc, fwb); in fw_ioctl()