Searched refs:ff_current_dev (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/fmc/
H A Dfmc-fakedev.c94 static struct ff_dev *ff_current_dev; /* We have 1 carrier, 1 slot */ variable in typeref:struct:ff_dev
141 struct ff_dev *ff = ff_current_dev; ff_work_fn()
146 ff_current_dev = NULL; ff_work_fn()
160 ff_current_dev = ff; ff_work_fn()
339 ff_current_dev = ff; ff_init()
345 if (ff_current_dev) { ff_exit()
346 fmc_device_unregister_n(ff_current_dev->fmc, ff_nr_dev); ff_exit()
347 device_unregister(&ff_current_dev->dev); ff_exit()

Completed in 34 milliseconds