Lines Matching refs:tifm_dev

38 static int tifm_dev_match(struct tifm_dev *sock, struct tifm_device_id *id)  in tifm_dev_match()
47 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match()
64 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent()
74 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe()
89 static void tifm_dummy_event(struct tifm_dev *sock) in tifm_dummy_event()
96 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove()
115 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend()
126 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume()
145 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show()
183 + sizeof(struct tifm_dev*) * num_sockets, GFP_KERNEL); in tifm_alloc_adapter()
245 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_free_device()
250 struct tifm_dev *tifm_alloc_device(struct tifm_adapter *fm, unsigned int id, in tifm_alloc_device()
253 struct tifm_dev *sock = NULL; in tifm_alloc_device()
258 sock = kzalloc(sizeof(struct tifm_dev), GFP_KERNEL); in tifm_alloc_device()
281 void tifm_eject(struct tifm_dev *sock) in tifm_eject()
288 int tifm_has_ms_pif(struct tifm_dev *sock) in tifm_has_ms_pif()
295 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg()
302 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_unmap_sg()