Lines Matching refs:async_handler
61 if (offset != motu->async_handler.offset || length != 4) {
81 if (motu->async_handler.callback_data == NULL)
86 (motu->async_handler.offset >> 32));
92 data = cpu_to_be32(motu->async_handler.offset);
106 motu->async_handler.length = 4;
107 motu->async_handler.address_callback = handle_message;
108 motu->async_handler.callback_data = motu;
110 err = fw_core_add_address_handler(&motu->async_handler,
117 fw_core_remove_address_handler(&motu->async_handler);
118 motu->async_handler.address_callback = NULL;
128 if (motu->async_handler.address_callback != NULL)
129 fw_core_remove_address_handler(&motu->async_handler);
130 motu->async_handler.address_callback = NULL;