Searched defs:nfc_digital_ops (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/include/net/nfc/ |
D | digital.h | 155 struct nfc_digital_ops { struct 156 int (*in_configure_hw)(struct nfc_digital_dev *ddev, int type, 158 int (*in_send_cmd)(struct nfc_digital_dev *ddev, struct sk_buff *skb, 162 int (*tg_configure_hw)(struct nfc_digital_dev *ddev, int type, 164 int (*tg_send_cmd)(struct nfc_digital_dev *ddev, struct sk_buff *skb, 167 int (*tg_listen)(struct nfc_digital_dev *ddev, u16 timeout, 169 int (*tg_listen_mdaa)(struct nfc_digital_dev *ddev, 173 int (*tg_listen_md)(struct nfc_digital_dev *ddev, u16 timeout, 175 int (*tg_get_rf_tech)(struct nfc_digital_dev *ddev, u8 *rf_tech); 177 int (*switch_rf)(struct nfc_digital_dev *ddev, bool on); [all …]
|