| /linux/net/nfc/hci/ |
| H A D | llc_nop.c | 17 int tx_tailroom; member 23 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_nop_init() argument 39 llc_nop->tx_tailroom = tx_tailroom; in llc_nop_init()
|
| H A D | llc.c | 84 int tx_tailroom, llc_failure_t llc_failure) in nfc_llc_allocate() argument 98 tx_headroom, tx_tailroom, in nfc_llc_allocate()
|
| H A D | llc_shdlc.c | 63 int tx_tailroom; member 132 shdlc->tx_tailroom + payload_len, GFP_KERNEL); in llc_shdlc_alloc_skb() 723 int tx_tailroom, int *rx_headroom, int *rx_tailroom, in llc_shdlc_init() argument 755 shdlc->tx_tailroom = tx_tailroom; in llc_shdlc_init()
|
| H A D | llc.h | 18 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|
| H A D | hcp.c | 58 data_link_len + ndev->tx_tailroom; in nfc_hci_hcp_message_tx()
|
| H A D | core.c | 956 int tx_tailroom, in nfc_hci_allocate_device() argument 973 tx_tailroom, nfc_hci_llc_failure); in nfc_hci_allocate_device() 981 tx_tailroom); in nfc_hci_allocate_device()
|
| /linux/include/net/nfc/ |
| H A D | digital.h | 199 int tx_tailroom; member 243 int tx_tailroom);
|
| H A D | llc.h | 26 int tx_tailroom, llc_failure_t llc_failure);
|
| H A D | nfc.h | 186 int tx_tailroom; member 208 int tx_tailroom);
|
| H A D | hci.h | 160 int tx_tailroom,
|
| /linux/drivers/nfc/fdp/ |
| H A D | fdp.h | 25 struct nci_dev **ndev, int tx_headroom, int tx_tailroom,
|
| H A D | fdp.c | 701 int tx_tailroom, u8 clock_type, u32 clock_freq, in fdp_nci_probe() argument 732 tx_tailroom); in fdp_nci_probe()
|
| /linux/net/nfc/ |
| H A D | digital_core.c | 47 skb = alloc_skb(len + ddev->tx_headroom + ddev->tx_tailroom, in digital_skb_alloc() 760 int tx_headroom, int tx_tailroom) in nfc_digital_allocate_device() argument 801 ddev->tx_tailroom = tx_tailroom + DIGITAL_CRC_LEN; in nfc_digital_allocate_device() 805 ddev->tx_tailroom); in nfc_digital_allocate_device()
|
| H A D | core.c | 722 dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_alloc_send_skb() 1053 int tx_headroom, int tx_tailroom) in nfc_allocate_device() argument 1081 dev->tx_tailroom = tx_tailroom; in nfc_allocate_device()
|
| H A D | llcp_commands.c | 369 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_symm() 541 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_allocate_snl() 629 size += dev->tx_headroom + dev->tx_tailroom + NFC_HEADER_SIZE; in nfc_llcp_send_dm()
|
| /linux/net/nfc/nci/ |
| H A D | core.c | 1174 * @tx_tailroom: Reserved space at end of skb in nci_allocate_device() 1178 int tx_headroom, int tx_tailroom) in nci_allocate_device() 1203 ndev->tx_tailroom = tx_tailroom; in nci_allocate_device() 1209 tx_tailroom); in nci_allocate_device() 1176 nci_allocate_device(const struct nci_ops * ops,__u32 supported_protocols,int tx_headroom,int tx_tailroom) nci_allocate_device() argument
|
| /linux/Documentation/driver-api/nfc/ |
| H A D | nfc-hci.rst | 159 int tx_tailroom, int *rx_headroom, int *rx_tailroom,
|