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

/linux-master/drivers/staging/most/i2c/
H A Di2c.c53 static void pending_rx_work(struct work_struct *);
137 pending_rx_work(&dev->rx.dwork.work);
230 * pending_rx_work - Read pending messages through I2C
235 static void pending_rx_work(struct work_struct *work) function
323 INIT_DELAYED_WORK(&dev->rx.dwork, pending_rx_work);
/linux-master/include/net/bluetooth/
H A Dl2cap.h653 struct work_struct pending_rx_work; member in struct:l2cap_conn
/linux-master/net/bluetooth/
H A Dl2cap_core.c1616 queue_work(hcon->hdev->workqueue, &conn->pending_rx_work);
1740 /* We can not call flush_work(&conn->pending_rx_work) here since we
1742 * pending_rx_work is waiting on.
1744 if (work_pending(&conn->pending_rx_work))
1745 cancel_work_sync(&conn->pending_rx_work);
6817 pending_rx_work);
6881 INIT_WORK(&conn->pending_rx_work, process_pending_rx);

Completed in 165 milliseconds