Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/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;
/kernel/linux/linux-5.10/include/linux/
Dtifm.h99 struct tifm_driver { struct
100 struct tifm_device_id *id_table;
101 int (*probe)(struct tifm_dev *dev);
102 void (*remove)(struct tifm_dev *dev);
103 int (*suspend)(struct tifm_dev *dev,
105 int (*resume)(struct tifm_dev *dev);
107 struct device_driver driver;