Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/pi433/
H A Dpi433_if.c85 struct task_struct *tx_task_struct; member
1280 device->tx_task_struct = kthread_run(pi433_tx_thread, in pi433_probe()
1284 if (IS_ERR(device->tx_task_struct)) { in pi433_probe()
1286 retval = PTR_ERR(device->tx_task_struct); in pi433_probe()
1316 kthread_stop(device->tx_task_struct); in pi433_probe()
1343 kthread_stop(device->tx_task_struct); in pi433_remove()