Searched defs:nfc_dev (Results 1 – 2 of 2) sorted by relevance
/drivers/nfc/ |
D | nfcsim.c | 36 struct nfc_dev *nfc_dev; member 97 static int nfcsim_dev_up(struct nfc_dev *nfc_dev) in nfcsim_dev_up() 112 static int nfcsim_dev_down(struct nfc_dev *nfc_dev) in nfcsim_dev_down() 127 static int nfcsim_dep_link_up(struct nfc_dev *nfc_dev, in nfcsim_dep_link_up() 171 static int nfcsim_dep_link_down(struct nfc_dev *nfc_dev) in nfcsim_dep_link_down() 182 static int nfcsim_start_poll(struct nfc_dev *nfc_dev, in nfcsim_start_poll() 223 static void nfcsim_stop_poll(struct nfc_dev *nfc_dev) in nfcsim_stop_poll() 238 static int nfcsim_activate_target(struct nfc_dev *nfc_dev, in nfcsim_activate_target() 248 static void nfcsim_deactivate_target(struct nfc_dev *nfc_dev, in nfcsim_deactivate_target() 287 static int nfcsim_tx(struct nfc_dev *nfc_dev, struct nfc_target *target, in nfcsim_tx() [all …]
|
D | pn533.c | 347 struct nfc_dev *nfc_dev; member 1915 static int pn533_poll_dep(struct nfc_dev *nfc_dev) in pn533_poll_dep() 2115 static int pn533_start_poll(struct nfc_dev *nfc_dev, in pn533_start_poll() 2165 static void pn533_stop_poll(struct nfc_dev *nfc_dev) in pn533_stop_poll() 2220 static int pn533_activate_target(struct nfc_dev *nfc_dev, in pn533_activate_target() 2268 static void pn533_deactivate_target(struct nfc_dev *nfc_dev, in pn533_deactivate_target() 2368 static int pn533_dep_link_up(struct nfc_dev *nfc_dev, struct nfc_target *target, in pn533_dep_link_up() 2453 static int pn533_dep_link_down(struct nfc_dev *nfc_dev) in pn533_dep_link_down() 2625 static int pn533_transceive(struct nfc_dev *nfc_dev, in pn533_transceive() 2727 static int pn533_tm_send(struct nfc_dev *nfc_dev, struct sk_buff *skb) in pn533_tm_send() [all …]
|