Searched refs:dropframe (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/nfc/
H A Dnfcsim.c49 u8 dropframe; member in struct:nfcsim
218 if (dev->dropframe) {
219 NFCSIM_DBG(dev, "dropping frame (out of %d)\n", dev->dropframe);
221 dev->dropframe--;
367 debugfs_create_u8("dropframe", 0664, dev_dir, &dev->dropframe);

Completed in 175 milliseconds