Lines Matching defs:sock
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() local
64 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent() local
74 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() local
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() local
115 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() local
126 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() local
145 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show() local
245 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_free_device() local
253 struct tifm_dev *sock = NULL; in tifm_alloc_device() local
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()