Lines Matching refs:tcdev
1449 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_probe() local
1453 return drv->probe(tcdev); in tee_client_device_probe()
1460 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_remove() local
1464 drv->remove(tcdev); in tee_client_device_remove()
1469 struct tee_client_device *tcdev = to_tee_client_device(dev); in tee_client_device_shutdown() local
1473 drv->shutdown(tcdev); in tee_client_device_shutdown()
1486 static int tee_client_device_probe_legacy(struct tee_client_device *tcdev) in tee_client_device_probe_legacy() argument
1488 struct device *dev = &tcdev->dev; in tee_client_device_probe_legacy()
1494 static void tee_client_device_remove_legacy(struct tee_client_device *tcdev) in tee_client_device_remove_legacy() argument
1496 struct device *dev = &tcdev->dev; in tee_client_device_remove_legacy()
1502 static void tee_client_device_shutdown_legacy(struct tee_client_device *tcdev) in tee_client_device_shutdown_legacy() argument
1504 struct device *dev = &tcdev->dev; in tee_client_device_shutdown_legacy()