Home
last modified time | relevance | path

Searched refs:check_crc (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/nfc/
Ddigital_core.c320 int (*check_crc)(struct sk_buff *skb); in digital_target_found() local
328 check_crc = digital_skb_check_crc_b; in digital_target_found()
334 check_crc = digital_skb_check_crc_a; in digital_target_found()
340 check_crc = digital_skb_check_crc_f; in digital_target_found()
347 check_crc = digital_skb_check_crc_a; in digital_target_found()
351 check_crc = digital_skb_check_crc_f; in digital_target_found()
358 check_crc = digital_skb_check_crc_b; in digital_target_found()
364 check_crc = digital_skb_check_crc_a; in digital_target_found()
370 check_crc = digital_skb_check_crc_b; in digital_target_found()
388 ddev->skb_check_crc = check_crc; in digital_target_found()
/Linux-v4.19/include/media/
Ddemux.h168 int check_crc; member
180 int check_crc);
/Linux-v4.19/drivers/nfc/microread/
Di2c.c87 static int check_crc(struct sk_buff *skb) in check_crc() function
186 r = check_crc(*skb); in microread_i2c_read()
/Linux-v4.19/drivers/nfc/st21nfca/
Di2c.c276 static int check_crc(u8 *buf, int buflen) in check_crc() function
330 r = check_crc(skb->data, skb->len); in st21nfca_hci_i2c_repack()
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_puda.h138 bool check_crc; member
Di40iw_puda.c970 rsrc->check_crc = true; in i40iw_puda_create_rsrc()
1205 if (ieq->check_crc) { in i40iw_ieq_handle_partial()
1273 if (ieq->check_crc) in i40iw_ieq_process_buf()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_attr_remote.c110 bool check_crc, in __xfs_attr3_rmt_read_verify() argument
129 if (check_crc && in __xfs_attr3_rmt_read_verify()
/Linux-v4.19/drivers/media/dvb-core/
Ddvb_demux.c179 if (sec->check_crc) { in dvb_dmx_swfilter_section_feed()
908 u16 pid, int check_crc) in dmx_section_feed_set() argument
922 dvbdmxfeed->feed.sec.check_crc = check_crc; in dmx_section_feed_set()
/Linux-v4.19/drivers/nfc/pn544/
Di2c.c339 static int check_crc(u8 *buf, int buflen) in check_crc() function
404 r = check_crc((*skb)->data, (*skb)->len); in pn544_hci_i2c_read()