Lines Matching refs:data
64 * normally and recieves the response data (or error) but just before
65 * sending the data upstream, it frees the rx_skb and sends -ECANCELED
69 * When recieving data from a tag and the interrupt status register has
70 * only the SRX bit set, it means that all of the data has been received
74 * data arrives. After 20 ms, it is assumed that all of the data has been
75 * received and the accumulated rx data is sent upstream. The
77 * (i.e., it indicates that some data has been received but we're not sure
78 * if there is more coming so a timeout in this state means all data has
93 * messes up the data returned so it is only enabled when the framing is
100 * frequencies and whether to use low or high data rates in the flags byte
611 print_hex_dump_debug("trf7970a rx data: ", DUMP_PREFIX_NONE,
612 16, 1, trf->rx_skb->data, trf->rx_skb->len,
654 print_hex_dump_debug("trf7970a tx data: ", DUMP_PREFIX_NONE,
655 16, 1, skb->data, len, false);
665 t[1].tx_buf = skb->data;
671 dev_err(trf->dev, "%s - Can't send tx data: %d\n", __func__,
721 /* Calculate how much more data can be written to the fifo */
786 skb->data[0] >>= 4;
1393 const u8 *req = skb->data;
1525 /* TX data must be prefixed with a FIFO reset cmd, a cmd that depends
1527 * register (0x1d), and the 2 byte length of the data to be transmitted.