/kernel/linux/linux-5.10/net/nfc/ |
H A D | digital_core.c | 316 int (*check_crc)(struct sk_buff *skb); in digital_target_found() 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() [all...] |
/kernel/linux/linux-6.6/net/nfc/ |
H A D | digital_core.c | 316 int (*check_crc)(struct sk_buff *skb); in digital_target_found() 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() [all...] |
/kernel/linux/linux-5.10/include/media/ |
H A D | demux.h | 144 * @check_crc: If non-zero, check the CRC values of filtered sections. 168 int check_crc; member 180 int check_crc);
|
/kernel/linux/linux-6.6/include/media/ |
H A D | demux.h | 144 * @check_crc: If non-zero, check the CRC values of filtered sections. 168 int check_crc; member 180 int check_crc);
|
/kernel/linux/linux-5.10/drivers/nfc/microread/ |
H A D | i2c.c | 76 static int check_crc(struct sk_buff *skb) in check_crc() function 175 r = check_crc(*skb); in microread_i2c_read()
|
/kernel/linux/linux-6.6/drivers/nfc/microread/ |
H A D | i2c.c | 76 static int check_crc(const struct sk_buff *skb) in check_crc() function 175 r = check_crc(*skb); in microread_i2c_read()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_puda.h | 138 bool check_crc; member
|
H A D | i40iw_puda.c | 970 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()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 119 bool check_crc, in __xfs_attr3_rmt_read_verify() 138 if (check_crc && in __xfs_attr3_rmt_read_verify() 117 __xfs_attr3_rmt_read_verify( struct xfs_buf *bp, bool check_crc, xfs_failaddr_t *failaddr) __xfs_attr3_rmt_read_verify() argument
|
/kernel/linux/linux-5.10/drivers/nfc/st21nfca/ |
H A D | i2c.c | 265 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()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 119 bool check_crc, in __xfs_attr3_rmt_read_verify() 138 if (check_crc && in __xfs_attr3_rmt_read_verify() 117 __xfs_attr3_rmt_read_verify( struct xfs_buf *bp, bool check_crc, xfs_failaddr_t *failaddr) __xfs_attr3_rmt_read_verify() argument
|
/kernel/linux/linux-6.6/drivers/nfc/st21nfca/ |
H A D | i2c.c | 263 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | puda.h | 145 bool check_crc:1; member
|
H A D | puda.c | 1099 rsrc->check_crc = true; in irdma_puda_create_rsrc() 1398 if (ieq->check_crc) { in irdma_ieq_handle_partial() 1467 if (ieq->check_crc) in irdma_ieq_process_buf()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 179 if (sec->check_crc) { in dvb_dmx_swfilter_section_feed() 908 u16 pid, int check_crc) in dmx_section_feed_set() 922 dvbdmxfeed->feed.sec.check_crc = check_crc; in dmx_section_feed_set() 907 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, int check_crc) dmx_section_feed_set() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-core/ |
H A D | dvb_demux.c | 169 if (sec->check_crc) { in dvb_dmx_swfilter_section_feed() 898 u16 pid, int check_crc) in dmx_section_feed_set() 912 dvbdmxfeed->feed.sec.check_crc = check_crc; in dmx_section_feed_set() 897 dmx_section_feed_set(struct dmx_section_feed *feed, u16 pid, int check_crc) dmx_section_feed_set() argument
|
/kernel/linux/linux-5.10/drivers/nfc/pn544/ |
H A D | i2c.c | 329 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()
|
/kernel/linux/linux-6.6/drivers/nfc/pn544/ |
H A D | i2c.c | 327 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()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-playstation.c | 742 bool check_crc) in ps_get_report() 763 if (hdev->bus == BUS_BLUETOOTH && check_crc) { in ps_get_report() 741 ps_get_report(struct hid_device *hdev, uint8_t report_id, uint8_t *buf, size_t size, bool check_crc) ps_get_report() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7915/ |
H A D | mcu.c | 2535 u8 check_crc; in mt7915_mcu_start_patch() member 2538 .check_crc = 0, in mt7915_mcu_start_patch()
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac_mcu.c | 40 u8 check_crc; in mt76_connac_mcu_start_patch() member 43 .check_crc = 0, in mt76_connac_mcu_start_patch()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 1993 u8 check_crc; in mt7615_mcu_start_patch() member 1996 .check_crc = 0, in mt7615_mcu_start_patch()
|