Home
last modified time | relevance | path

Searched refs:fw_core_remove_address_handler (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-transaction.c117 fw_core_remove_address_handler(&motu->async_handler); in snd_motu_transaction_register()
129 fw_core_remove_address_handler(&motu->async_handler); in snd_motu_transaction_unregister()
/kernel/linux/linux-6.6/sound/firewire/motu/
H A Dmotu-transaction.c117 fw_core_remove_address_handler(&motu->async_handler); in snd_motu_transaction_register()
129 fw_core_remove_address_handler(&motu->async_handler); in snd_motu_transaction_unregister()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-transaction.c159 fw_core_remove_address_handler(&ff->async_handler); in allocate_own_address()
231 fw_core_remove_address_handler(&ff->async_handler); in snd_ff_transaction_unregister()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-transaction.c162 fw_core_remove_address_handler(&ff->async_handler); in allocate_own_address()
234 fw_core_remove_address_handler(&ff->async_handler); in snd_ff_transaction_unregister()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-transaction.c56 fw_core_remove_address_handler(&dg00x->async_handler); in snd_dg00x_transaction_unregister()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-transaction.c56 fw_core_remove_address_handler(&dg00x->async_handler); in snd_dg00x_transaction_unregister()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-transaction.c250 fw_core_remove_address_handler(handler); in snd_dice_transaction_destroy()
364 fw_core_remove_address_handler(handler); in snd_dice_transaction_init()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-transaction.c327 fw_core_remove_address_handler(&tscm->async_handler); in snd_tscm_transaction_register()
397 fw_core_remove_address_handler(&tscm->async_handler); in snd_tscm_transaction_unregister()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-transaction.c250 fw_core_remove_address_handler(handler); in snd_dice_transaction_destroy()
364 fw_core_remove_address_handler(handler); in snd_dice_transaction_init()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-transaction.c327 fw_core_remove_address_handler(&tscm->async_handler); in snd_tscm_transaction_register()
397 fw_core_remove_address_handler(&tscm->async_handler); in snd_tscm_transaction_unregister()
/kernel/linux/linux-5.10/drivers/media/firewire/
H A Dfiredtv-fw.c415 fw_core_remove_address_handler(&fcp_handler); in fdtv_init()
423 fw_core_remove_address_handler(&fcp_handler); in fdtv_exit()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-scs1x.c349 fw_core_remove_address_handler(&scs->hss_handler); in remove_scs1x()
418 fw_core_remove_address_handler(&scs->hss_handler); in snd_oxfw_scs1x_add()
/kernel/linux/linux-6.6/drivers/media/firewire/
H A Dfiredtv-fw.c415 fw_core_remove_address_handler(&fcp_handler); in fdtv_init()
423 fw_core_remove_address_handler(&fcp_handler); in fdtv_exit()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-scs1x.c349 fw_core_remove_address_handler(&scs->hss_handler); in remove_scs1x()
418 fw_core_remove_address_handler(&scs->hss_handler); in snd_oxfw_scs1x_add()
/kernel/linux/linux-5.10/sound/firewire/
H A Dfcp.c397 fw_core_remove_address_handler(&response_register_handler); in fcp_module_exit()
/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_transaction.c323 fw_core_remove_address_handler(&resp_register_handler); in snd_efw_transaction_unregister()
/kernel/linux/linux-6.6/sound/firewire/
H A Dfcp.c397 fw_core_remove_address_handler(&response_register_handler); in fcp_module_exit()
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_transaction.c323 fw_core_remove_address_handler(&resp_register_handler); in snd_efw_transaction_unregister()
/kernel/linux/linux-5.10/include/linux/
H A Dfirewire.h351 void fw_core_remove_address_handler(struct fw_address_handler *handler);
/kernel/linux/linux-6.6/include/linux/
H A Dfirewire.h354 void fw_core_remove_address_handler(struct fw_address_handler *handler);
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Dfwserial.c876 fw_core_remove_address_handler(&ports[j]->rx_handler); in fwserial_destroy()
2274 fw_core_remove_address_handler(&serial->ports[i]->rx_handler); in fwserial_create()
2849 fw_core_remove_address_handler(&fwserial_mgmt_addr_handler); in fwserial_init()
2872 fw_core_remove_address_handler(&fwserial_mgmt_addr_handler); in fwserial_exit()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-transaction.c602 * fw_core_remove_address_handler() - unregister an address handler
607 * When fw_core_remove_address_handler() returns, @handler->callback() is
610 void fw_core_remove_address_handler(struct fw_address_handler *handler) in fw_core_remove_address_handler() function
617 EXPORT_SYMBOL(fw_core_remove_address_handler); variable
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-transaction.c638 * fw_core_remove_address_handler() - unregister an address handler
643 * When fw_core_remove_address_handler() returns, @handler->callback() is
646 void fw_core_remove_address_handler(struct fw_address_handler *handler) in fw_core_remove_address_handler() function
653 EXPORT_SYMBOL(fw_core_remove_address_handler); variable
/kernel/linux/linux-5.10/drivers/target/sbp/
H A Dsbp_target.c1046 fw_core_remove_address_handler(&agent->handler); in sbp_target_agent_unregister()
1669 fw_core_remove_address_handler(&agent->handler); in sbp_management_agent_unregister()
/kernel/linux/linux-6.6/drivers/target/sbp/
H A Dsbp_target.c1046 fw_core_remove_address_handler(&agent->handler); in sbp_target_agent_unregister()
1666 fw_core_remove_address_handler(&agent->handler); in sbp_management_agent_unregister()

Completed in 23 milliseconds

12