Lines Matching defs:sock
34 static int tifm_dev_match(struct tifm_dev *sock, struct tifm_device_id *id) in tifm_dev_match()
43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match() local
60 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent() local
70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() local
85 static void tifm_dummy_event(struct tifm_dev *sock) in tifm_dummy_event()
92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove() local
110 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() local
121 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() local
140 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show() local
242 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_free_device() local
250 struct tifm_dev *sock = NULL; in tifm_alloc_device() local
278 void tifm_eject(struct tifm_dev *sock) in tifm_eject()
285 int tifm_has_ms_pif(struct tifm_dev *sock) in tifm_has_ms_pif()
292 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg()
300 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_unmap_sg()