Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/nfc/
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()
/linux-6.3-rc2/include/media/
A Ddemux.h168 int check_crc; member
180 int check_crc);
/linux-6.3-rc2/drivers/nfc/microread/
A Di2c.c76 static int check_crc(const struct sk_buff *skb) in check_crc() function
175 r = check_crc(*skb); in microread_i2c_read()
/linux-6.3-rc2/drivers/nfc/st21nfca/
A Di2c.c263 static int check_crc(u8 *buf, int buflen) in check_crc() function
317 r = check_crc(skb->data, skb->len); in st21nfca_hci_i2c_repack()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dpuda.h145 bool check_crc:1; member
A Dpuda.c1093 rsrc->check_crc = true; in irdma_puda_create_rsrc()
1392 if (ieq->check_crc) { in irdma_ieq_handle_partial()
1461 if (ieq->check_crc) in irdma_ieq_process_buf()
/linux-6.3-rc2/fs/xfs/libxfs/
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()
/linux-6.3-rc2/drivers/media/dvb-core/
A Ddvb_demux.c169 if (sec->check_crc) { in dvb_dmx_swfilter_section_feed()
898 u16 pid, int check_crc) in dmx_section_feed_set() argument
912 dvbdmxfeed->feed.sec.check_crc = check_crc; in dmx_section_feed_set()
/linux-6.3-rc2/drivers/nfc/pn544/
A Di2c.c327 static int check_crc(u8 *buf, int buflen) in check_crc() function
392 r = check_crc((*skb)->data, (*skb)->len); in pn544_hci_i2c_read()
/linux-6.3-rc2/drivers/hid/
A Dhid-playstation.c742 bool check_crc) in ps_get_report() argument
763 if (hdev->bus == BUS_BLUETOOTH && check_crc) { in ps_get_report()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/
A Dmt76_connac_mcu.c40 u8 check_crc; in mt76_connac_mcu_start_patch() member
43 .check_crc = 0, in mt76_connac_mcu_start_patch()

Completed in 35 milliseconds