Searched refs:fw_core_add_address_handler (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/firewire/ |
D | core-transaction.c | 567 int fw_core_add_address_handler(struct fw_address_handler *handler, in fw_core_add_address_handler() function 603 EXPORT_SYMBOL(fw_core_add_address_handler); 1282 fw_core_add_address_handler(&topology_map, &topology_map_region); in fw_core_init() 1283 fw_core_add_address_handler(®isters, ®isters_region); in fw_core_init() 1284 fw_core_add_address_handler(&low_memory, &low_memory_region); in fw_core_init()
|
D | sbp2.c | 988 if (fw_core_add_address_handler(&lu->address_handler, in sbp2_add_logical_unit()
|
D | net.c | 1054 retval = fw_core_add_address_handler(&dev->handler, in fwnet_fifo_start()
|
D | core-cdev.c | 797 ret = fw_core_add_address_handler(&r->handler, ®ion); in ioctl_allocate()
|
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 318 return fw_core_add_address_handler(&resp_register_handler, in snd_efw_transaction_register()
|
/linux-4.1.27/sound/firewire/ |
D | fcp.c | 384 fw_core_add_address_handler(&response_register_handler, in fcp_module_init()
|
D | scs1x.c | 415 err = fw_core_add_address_handler(&scs->hss_handler, in scs_probe()
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-transaction.c | 356 err = fw_core_add_address_handler(handler, &fw_high_memory_region); in snd_dice_transaction_init()
|
/linux-4.1.27/include/linux/ |
D | firewire.h | 348 int fw_core_add_address_handler(struct fw_address_handler *handler,
|
/linux-4.1.27/drivers/media/firewire/ |
D | firedtv-fw.c | 404 ret = fw_core_add_address_handler(&fcp_handler, &fcp_region); in fdtv_init()
|
/linux-4.1.27/drivers/target/sbp/ |
D | sbp_target.c | 1052 ret = fw_core_add_address_handler(&agent->handler, in sbp_target_agent_register() 1664 ret = fw_core_add_address_handler(&agent->handler, in sbp_management_agent_register()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 2255 err = fw_core_add_address_handler(&port->rx_handler, in fwserial_create() 2887 err = fw_core_add_address_handler(&fwserial_mgmt_addr_handler, in fwserial_init()
|