Searched defs:check_crc (Results 1 - 5 of 5) sorted by relevance

/drivers/nfc/microread/
H A Di2c.c89 static int check_crc(struct sk_buff *skb) function
188 r = check_crc(*skb);
/drivers/nfc/st21nfca/
H A Di2c.c284 static int check_crc(u8 *buf, int buflen) function
338 r = check_crc(skb->data, skb->len);
/drivers/media/dvb-core/
H A Ddemux.h117 int check_crc; member in struct:dmx_section_feed
127 int check_crc);
H A Ddvb_demux.c171 if (sec->check_crc) {
898 int check_crc)
913 dvbdmxfeed->feed.sec.check_crc = check_crc;
896 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, size_t circular_buffer_size, int check_crc) argument
/drivers/nfc/pn544/
H A Di2c.c329 static int check_crc(u8 *buf, int buflen) function
394 r = check_crc((*skb)->data, (*skb)->len);

Completed in 130 milliseconds