Searched refs:gpu_ops (Results 1 – 2 of 2) sorted by relevance
1861 static const struct component_ops gpu_ops = { variable1951 err = component_add(dev, &gpu_ops); in etnaviv_gpu_platform_probe()1964 component_del(&pdev->dev, &gpu_ops); in etnaviv_gpu_platform_remove()
3730 static struct low_ops gpu_ops = { variable3867 pvt->ops = &gpu_ops; in per_family_init()3889 pvt->ops = &gpu_ops; in per_family_init()3935 bool is_gpu = (pvt->ops == &gpu_ops); in get_layer_size()