Home
last modified time | relevance | path

Searched defs:pbf (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/net/nfc/nci/
Ddata.c68 __u8 pbf) in nci_push_data_hdr()
186 __u8 pbf) in nci_add_rx_data_frag()
231 __u8 pbf = nci_pbf(skb->data); in nci_rx_data_packet() local
/linux-3.3/tools/perf/util/
Devent.c189 char bf[BUFSIZ], *pbf = bf; in perf_event__synthesize_mmap_events() local
/linux-3.3/include/net/nfc/
Dnci.h139 #define nci_pbf_set(hdr, pbf) ((hdr)[0] |= (__u8)(((pbf)&0x01)<<4)) argument