Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c93 struct task_struct *tx_task_struct; member
1246 device->tx_task_struct = kthread_run(pi433_tx_thread, in pi433_probe()
1250 if (IS_ERR(device->tx_task_struct)) { in pi433_probe()
1252 retval = PTR_ERR(device->tx_task_struct); in pi433_probe()
1272 kthread_stop(device->tx_task_struct); in pi433_probe()
1297 kthread_stop(device->tx_task_struct); in pi433_remove()