pending_rx_work 51 drivers/staging/most/i2c/i2c.c static void pending_rx_work(struct work_struct *); pending_rx_work 135 drivers/staging/most/i2c/i2c.c pending_rx_work(&dev->rx.dwork.work); pending_rx_work 321 drivers/staging/most/i2c/i2c.c INIT_DELAYED_WORK(&dev->rx.dwork, pending_rx_work); pending_rx_work 649 include/net/bluetooth/l2cap.h struct work_struct pending_rx_work; pending_rx_work 1589 net/bluetooth/l2cap_core.c queue_work(hcon->hdev->workqueue, &conn->pending_rx_work); pending_rx_work 1717 net/bluetooth/l2cap_core.c if (work_pending(&conn->pending_rx_work)) pending_rx_work 1718 net/bluetooth/l2cap_core.c cancel_work_sync(&conn->pending_rx_work); pending_rx_work 7073 net/bluetooth/l2cap_core.c pending_rx_work); pending_rx_work 7141 net/bluetooth/l2cap_core.c INIT_WORK(&conn->pending_rx_work, process_pending_rx);