Searched refs:DEV_DBG (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/nfc/ |
| D | nfcsim.c | 25 #define DEV_DBG(_dev, fmt, args...) dev_dbg(&_dev->nfc_dev->dev, \ macro 67 DEV_DBG(dev, "shutdown=%d\n", shutdown); in nfcsim_cleanup_dev() 87 DEV_DBG(dev, "\n"); in nfcsim_target_found() 101 DEV_DBG(dev, "\n"); in nfcsim_dev_up() 116 DEV_DBG(dev, "\n"); in nfcsim_dev_down() 137 DEV_DBG(dev, "target_idx: %d, comm_mode: %d\n", target->idx, comm_mode); in nfcsim_dep_link_up() 175 DEV_DBG(dev, "\n"); in nfcsim_dep_link_down() 213 DEV_DBG(dev, "Start polling: im: 0x%X, tm: 0x%X\n", im_protocols, in nfcsim_start_poll() 227 DEV_DBG(dev, "Stop poll\n"); in nfcsim_stop_poll() 243 DEV_DBG(dev, "\n"); in nfcsim_activate_target() [all …]
|