Searched refs:init_ready (Results 1 – 6 of 6) sorted by relevance
185 struct hci_uart *hu = container_of(work, struct hci_uart, init_ready); in hci_uart_init_work()211 schedule_work(&hu->init_ready); in hci_uart_init_ready()510 INIT_WORK(&hu->init_ready, hci_uart_init_work); in hci_uart_tty_open()546 cancel_work_sync(&hu->init_ready); in hci_uart_tty_close()
340 INIT_WORK(&hu->init_ready, hci_uart_init_work); in hci_uart_register_device()403 cancel_work_sync(&hu->init_ready); in hci_uart_unregister_device()
71 struct work_struct init_ready; member
176 bool init_ready; member
890 rtlpci->init_ready = false; in rtl92de_hw_init()1018 rtlpci->init_ready = false; in rtl92de_hw_init()1023 rtlpci->init_ready = true; in rtl92de_hw_init()
2548 if (rtlpci->init_ready) { in _rtl92d_phy_lc_calibrate_sw()
Completed in 19 milliseconds