Lines Matching refs:data
89 * @fragment: fragment data
112 * @data: pointer to the incoming data packet
113 * @count: size of the incoming data packet
120 void *data,
128 const struct wcnss_msg_hdr *hdr = data;
138 version = data;
152 nvresp = data;
205 const void *data;
223 data = fw->data;
240 memcpy(req->fragment, data, req->frag_size);
251 data += NV_FRAGMENT_SIZE;
276 * @cb: callback to handle incoming data on the channel
277 * @priv: private data for use in the call-back