Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/most/i2c/
Di2c.c53 static void pending_rx_work(struct work_struct *);
137 pending_rx_work(&dev->rx.dwork.work); in enqueue()
235 static void pending_rx_work(struct work_struct *work) in pending_rx_work() function
323 INIT_DELAYED_WORK(&dev->rx.dwork, pending_rx_work); in i2c_probe()
/linux-6.12.1/include/net/bluetooth/
Dl2cap.h662 struct work_struct pending_rx_work; member
/linux-6.12.1/net/bluetooth/
Dl2cap_core.c1640 queue_work(hcon->hdev->workqueue, &conn->pending_rx_work); in l2cap_conn_ready()
1768 if (work_pending(&conn->pending_rx_work)) in l2cap_conn_del()
1769 cancel_work_sync(&conn->pending_rx_work); in l2cap_conn_del()
6839 pending_rx_work); in process_pending_rx()
6892 INIT_WORK(&conn->pending_rx_work, process_pending_rx); in l2cap_conn_add()