Lines Matching refs:data
46 * When a notification is received that says 'there is RX data ready',
60 * - RX data processing can get heavy enough so that it is not
67 * sometimes the device provided some data). Every now and then we
76 * 'data ready' notification
78 * i2400mu_rx() Receive USB data
79 * i2400m_rx() Send data to generic i2400m RX handling
113 * rest of the data, we *have* to make sure that also is not a
211 rx_size = skb_end_pointer(rx_skb) - rx_skb->data - rx_skb->len;
217 i2400mu->usb_dev, usb_pipe, rx_skb->data + rx_skb->len,
281 * read when there was no data - unfortunately, we have no way
312 * Kernel thread for USB reception of data
413 * Notify the RX thread that there is data pending.