Lines Matching defs:pd
37 static struct platform_device *pd;
43 if (IS_ERR_OR_NULL(pd))
46 platform_device_unregister(pd);
47 pd = NULL;
89 pd = sysfb_create_simplefb(si, &mode);
90 if (!IS_ERR(pd))
106 pd = platform_device_alloc(name, 0);
107 if (!pd) {
112 sysfb_set_efifb_fwnode(pd);
114 ret = platform_device_add_data(pd, si, sizeof(*si));
118 ret = platform_device_add(pd);
124 platform_device_put(pd);