Home
last modified time | relevance | path

Searched refs:ctxtsw (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dhci_ath.c36 struct work_struct ctxtsw; member
78 ath = container_of(work, struct ath_struct, ctxtsw); in ath_hci_uart_work()
113 INIT_WORK(&ath->ctxtsw, ath_hci_uart_work); in ath_open()
128 cancel_work_sync(&ath->ctxtsw); in ath_close()
235 schedule_work(&ath->ctxtsw); in ath_enqueue()