Symbol: fw_core_add_address_handler
drivers/firewire/core-cdev.c
871
ret = fw_core_add_address_handler(&r->handler, &region);
drivers/firewire/core-transaction.c
1490
fw_core_add_address_handler(&topology_map, &topology_map_region);
drivers/firewire/core-transaction.c
1491
fw_core_add_address_handler(&registers, &registers_region);
drivers/firewire/core-transaction.c
1492
fw_core_add_address_handler(&low_memory, &low_memory_region);
drivers/firewire/core-transaction.c
685
EXPORT_SYMBOL(fw_core_add_address_handler);
drivers/firewire/net.c
1069
retval = fw_core_add_address_handler(&dev->handler,
drivers/firewire/sbp2.c
976
if (fw_core_add_address_handler(&lu->address_handler,
drivers/media/firewire/firedtv-fw.c
408
ret = fw_core_add_address_handler(&fcp_handler, &fcp_region);
drivers/target/sbp/sbp_target.c
1033
ret = fw_core_add_address_handler(&agent->handler,
drivers/target/sbp/sbp_target.c
1653
ret = fw_core_add_address_handler(&agent->handler,
include/linux/firewire.h
383
int fw_core_add_address_handler(struct fw_address_handler *handler,
sound/firewire/dice/dice-transaction.c
354
err = fw_core_add_address_handler(handler, &fw_high_memory_region);
sound/firewire/digi00x/digi00x-transaction.c
71
err = fw_core_add_address_handler(&dg00x->async_handler,
sound/firewire/fcp.c
385
fw_core_add_address_handler(&response_register_handler,
sound/firewire/fireface/ff-transaction.c
156
err = fw_core_add_address_handler(&ff->async_handler, &midi_msg_region);
sound/firewire/fireworks/fireworks_transaction.c
305
return fw_core_add_address_handler(&resp_register_handler,
sound/firewire/motu/motu-transaction.c
109
err = fw_core_add_address_handler(&motu->async_handler,
sound/firewire/oxfw/oxfw-scs1x.c
385
err = fw_core_add_address_handler(&scs->hss_handler,
sound/firewire/tascam/tascam-transaction.c
310
err = fw_core_add_address_handler(&tscm->async_handler,