fw_core_handle_response
EXPORT_SYMBOL(fw_core_handle_response);
void fw_core_handle_response(struct fw_card *card, struct fw_packet *packet);
fw_core_handle_response(&ohci->card, &response);
fw_core_handle_response(&ohci->card, &response);
fw_core_handle_response(&ohci->card, packet);
fw_core_handle_response(&ohci->card, &p);