/linux-4.4.14/net/nfc/hci/ |
D | llc_nop.c | 28 int tx_tailroom; member 34 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument 50 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init()
|
D | llc.c | 104 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument 118 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
D | llc_shdlc.c | 74 int tx_tailroom; member 143 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb() 751 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument 791 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
|
D | llc.h | 29 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|
D | hcp.c | 70 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
|
D | core.c | 945 int tx_tailroom, in nfc_hci_allocate_device() argument 962 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device() 970 tx_tailroom); in nfc_hci_allocate_device()
|
/linux-4.4.14/include/net/nfc/ |
D | digital.h | 208 int tx_tailroom; member 252 int tx_tailroom);
|
D | llc.h | 37 int tx_tailroom, llc_failure_t llc_failure);
|
D | nci_core.h | 207 int tx_tailroom; member 277 int tx_tailroom); 324 skb = alloc_skb(len + ndev->tx_headroom + ndev->tx_tailroom, how); in nci_skb_alloc()
|
D | nfc.h | 193 int tx_tailroom; member 215 int tx_tailroom);
|
D | hci.h | 172 int tx_tailroom,
|
/linux-4.4.14/drivers/nfc/fdp/ |
D | fdp.h | 33 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
D | fdp.c | 743 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument 775 tx_tailroom); in fdp_nci_probe()
|
/linux-4.4.14/net/nfc/ |
D | digital_core.c | 52 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 749 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 790 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device() 794 ddev->tx_tailroom); in nfc_digital_allocate_device()
|
D | core.c | 729 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 1043 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1061 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
|
D | llcp_commands.c | 378 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 527 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 616 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
|
/linux-4.4.14/net/nfc/nci/ |
D | core.c | 1042 int tx_headroom, int tx_tailroom) in nci_allocate_device() argument 1068 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device() 1074 tx_tailroom); in nci_allocate_device()
|
/linux-4.4.14/Documentation/nfc/ |
D | nfc-hci.txt | 153 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|