Searched refs:comm_mode (Results 1 - 10 of 10) sorted by relevance

/net/nfc/
H A Dnfc.h57 u8 comm_mode, u8 rf_mode);
93 u8 comm_mode, u8 rf_mode);
142 int nfc_dep_link_up(struct nfc_dev *dev, int target_idx, u8 comm_mode);
H A Dcore.c291 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) argument
298 pr_debug("dev_name=%s comm %d\n", dev_name(&dev->dev), comm_mode);
327 rc = dev->ops->dep_link_up(dev, target, comm_mode, gb, gb_len);
375 u8 comm_mode, u8 rf_mode)
392 nfc_llcp_mac_is_up(dev, target_idx, comm_mode, rf_mode);
394 return nfc_genl_dep_link_up_event(dev, target_idx, comm_mode, rf_mode);
679 int nfc_tm_activated(struct nfc_dev *dev, u32 protocol, u8 comm_mode, argument
697 nfc_dep_link_is_up(dev, 0, comm_mode, NFC_RF_TARGET);
374 nfc_dep_link_is_up(struct nfc_dev *dev, u32 target_idx, u8 comm_mode, u8 rf_mode) argument
H A Ddigital.h90 struct nfc_target *target, __u8 comm_mode, __u8 *gb,
H A Dllcp.h80 u8 comm_mode; member in struct:nfc_llcp_local
H A Ddigital_core.c591 __u8 comm_mode, __u8 *gb, size_t gb_len)
596 rc = digital_in_send_atr_req(ddev, target, comm_mode, gb, gb_len);
589 digital_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
H A Dllcp_core.c1538 u8 comm_mode, u8 rf_mode)
1549 local->comm_mode = comm_mode;
1537 nfc_llcp_mac_is_up(struct nfc_dev *dev, u32 target_idx, u8 comm_mode, u8 rf_mode) argument
H A Ddigital_dep.c283 struct nfc_target *target, __u8 comm_mode, __u8 *gb,
282 digital_in_send_atr_req(struct nfc_digital_dev *ddev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
H A Dnetlink.c581 u8 comm_mode, u8 rf_mode)
601 if (nla_put_u8(msg, NFC_ATTR_COMM_MODE, comm_mode) ||
580 nfc_genl_dep_link_up_event(struct nfc_dev *dev, u32 target_idx, u8 comm_mode, u8 rf_mode) argument
/net/nfc/hci/
H A Dcore.c564 __u8 comm_mode, __u8 *gb, size_t gb_len)
571 return hdev->ops->dep_link_up(hdev, target, comm_mode,
563 hci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument
/net/nfc/nci/
H A Dcore.c603 __u8 comm_mode, __u8 *gb, size_t gb_len)
608 pr_debug("target_idx %d, comm_mode %d\n", target->idx, comm_mode);
602 nci_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, __u8 comm_mode, __u8 *gb, size_t gb_len) argument

Completed in 82 milliseconds