Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/nfc/
H A Ddigital_core.c316 int (*check_crc)(struct sk_buff *skb); in digital_target_found() local
324 check_crc = digital_skb_check_crc_b; in digital_target_found()
330 check_crc = digital_skb_check_crc_a; in digital_target_found()
336 check_crc = digital_skb_check_crc_f; in digital_target_found()
343 check_crc = digital_skb_check_crc_a; in digital_target_found()
347 check_crc = digital_skb_check_crc_f; in digital_target_found()
354 check_crc = digital_skb_check_crc_b; in digital_target_found()
360 check_crc = digital_skb_check_crc_a; in digital_target_found()
366 check_crc = digital_skb_check_crc_b; in digital_target_found()
384 ddev->skb_check_crc = check_crc; in digital_target_found()
/OK3568_Linux_fs/kernel/include/media/
H A Ddemux.h168 int check_crc; member
180 int check_crc);
/OK3568_Linux_fs/kernel/drivers/nfc/microread/
H A Di2c.c76 static int check_crc(struct sk_buff *skb) in check_crc() function
175 r = check_crc(*skb); in microread_i2c_read()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dbcmsrom.h45 bool check_crc);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dbcmsrom.h45 bool check_crc);
/OK3568_Linux_fs/kernel/drivers/nfc/st21nfca/
H A Di2c.c265 static int check_crc(u8 *buf, int buflen) in check_crc() function
319 r = check_crc(skb->data, skb->len); in st21nfca_hci_i2c_repack()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_puda.h138 bool check_crc; member
H A 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()
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A 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()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr_remote.c119 bool check_crc, in __xfs_attr3_rmt_read_verify() argument
138 if (check_crc && in __xfs_attr3_rmt_read_verify()
/OK3568_Linux_fs/kernel/drivers/nfc/pn544/
H A Di2c.c329 static int check_crc(u8 *buf, int buflen) in check_crc() function
394 r = check_crc((*skb)->data, (*skb)->len); in pn544_hci_i2c_read()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmsrom.c164 uint nwords, bool check_crc);
1123 uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
1167 if (sprom_read_pci(osh, sih, srom, off, buf, nw, check_crc))
4530 uint16 *buf, uint nwords, bool check_crc) argument
4614 if (check_crc) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmsrom.c164 uint nwords, bool check_crc);
1123 uint byteoff, uint nbytes, uint16 *buf, bool check_crc) argument
1167 if (sprom_read_pci(osh, sih, srom, off, buf, nw, check_crc))
4530 uint16 *buf, uint nwords, bool check_crc) argument
4614 if (check_crc) {
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.c2535 u8 check_crc; in mt7915_mcu_start_patch() member
2538 .check_crc = 0, in mt7915_mcu_start_patch()
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmcu.c1993 u8 check_crc; in mt7615_mcu_start_patch() member
1996 .check_crc = 0, in mt7615_mcu_start_patch()