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
111 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() local
122 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() local
141 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in type_show() local
244 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_free_device() local
252 struct tifm_dev *sock = NULL; in tifm_alloc_device() local
280 void tifm_eject(struct tifm_dev *sock) in tifm_eject()
287 int tifm_has_ms_pif(struct tifm_dev *sock) in tifm_has_ms_pif()
294 int tifm_map_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_map_sg()
301 void tifm_unmap_sg(struct tifm_dev *sock, struct scatterlist *sg, int nents, in tifm_unmap_sg()