Lines Matching refs:tifm_dev
87 struct tifm_dev { struct
93 void (*card_event)(struct tifm_dev *sock); argument
94 void (*data_event)(struct tifm_dev *sock); argument
101 int (*probe)(struct tifm_dev *dev); argument
102 void (*remove)(struct tifm_dev *dev);
103 int (*suspend)(struct tifm_dev *dev,
105 int (*resume)(struct tifm_dev *dev);
123 struct tifm_dev *sock);
125 struct tifm_dev *sock);
127 struct tifm_dev *sockets[];
137 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
142 void tifm_eject(struct tifm_dev *sock);
143 int tifm_has_ms_pif(struct tifm_dev *sock);
144 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
146 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
150 static inline void *tifm_get_drvdata(struct tifm_dev *dev) in tifm_get_drvdata()
155 static inline void tifm_set_drvdata(struct tifm_dev *dev, void *data) in tifm_set_drvdata()