Home
last modified time | relevance | path

Searched defs:tifm_driver (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/include/linux/
Dtifm.h103 struct tifm_driver { struct
104 struct tifm_device_id *id_table;
105 int (*probe)(struct tifm_dev *dev);
106 void (*remove)(struct tifm_dev *dev);
107 int (*suspend)(struct tifm_dev *dev,
109 int (*resume)(struct tifm_dev *dev);
111 struct device_driver driver;