Searched refs:hci_firmware_log_fd (Results 1 – 1 of 1) sorted by relevance
65 static int hci_firmware_log_fd = INVALID_FD; variable267 if (hci_firmware_log_fd != INVALID_FD) { in hci_module_shut_down()268 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_module_shut_down()269 hci_firmware_log_fd = INVALID_FD; in hci_module_shut_down()441 hci_close_firmware_log_file(hci_firmware_log_fd); in hci_timeout_abort()497 if (hci_timeout_abort_timer != NULL || hci_firmware_log_fd != INVALID_FD) { in command_timed_out()517 hci_firmware_log_fd = hci_open_firmware_log_file(); in command_timed_out()618 if (hci_firmware_log_fd == INVALID_FD) in filter_incoming_event()619 hci_firmware_log_fd = hci_open_firmware_log_file(); in filter_incoming_event()621 if (hci_firmware_log_fd != INVALID_FD) in filter_incoming_event()[all …]