Lines Matching refs:tifm_dev
91 struct tifm_dev { struct
97 void (*card_event)(struct tifm_dev *sock); argument
98 void (*data_event)(struct tifm_dev *sock); argument
105 int (*probe)(struct tifm_dev *dev); argument
106 void (*remove)(struct tifm_dev *dev);
107 int (*suspend)(struct tifm_dev *dev,
109 int (*resume)(struct tifm_dev *dev);
127 struct tifm_dev *sock);
129 struct tifm_dev *sock);
131 struct tifm_dev *sockets[0];
141 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id,
146 void tifm_eject(struct tifm_dev *sock);
147 int tifm_has_ms_pif(struct tifm_dev *sock);
148 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
150 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents,
154 static inline void *tifm_get_drvdata(struct tifm_dev *dev) in tifm_get_drvdata()
159 static inline void tifm_set_drvdata(struct tifm_dev *dev, void *data) in tifm_set_drvdata()