Searched defs:nfc_digital_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/include/net/nfc/ |
D | digital.h | 146 struct nfc_digital_ops { struct 147 int (*in_configure_hw)(struct nfc_digital_dev *ddev, int type, 149 int (*in_send_cmd)(struct nfc_digital_dev *ddev, struct sk_buff *skb, 153 int (*tg_configure_hw)(struct nfc_digital_dev *ddev, int type, 155 int (*tg_send_cmd)(struct nfc_digital_dev *ddev, struct sk_buff *skb, 158 int (*tg_listen)(struct nfc_digital_dev *ddev, u16 timeout, 160 int (*tg_listen_mdaa)(struct nfc_digital_dev *ddev, 164 int (*tg_listen_md)(struct nfc_digital_dev *ddev, u16 timeout, 166 int (*tg_get_rf_tech)(struct nfc_digital_dev *ddev, u8 *rf_tech); 168 int (*switch_rf)(struct nfc_digital_dev *ddev, bool on); [all …]
|