Home
last modified time | relevance | path

Searched refs:nci_pbf_set (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/nfc/nci/
H A Ddata.c78 nci_pbf_set((__u8 *)hdr, pbf); in nci_push_data_hdr()
H A Dcore.c1360 nci_pbf_set((__u8 *)hdr, NCI_PBF_LAST); in nci_send_cmd()
/OK3568_Linux_fs/kernel/include/net/nfc/
H A Dnci.h173 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) macro
/OK3568_Linux_fs/kernel/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c101 nci_pbf_set((__u8 *)hdr, NCI_PBF_LAST); in alloc_lc_skb()