Home
last modified time | relevance | path

Searched refs:n411_device (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dn411.c152 static struct platform_device *n411_device; variable
164 n411_device = platform_device_alloc("hecubafb", -1); in n411_init()
165 if (!n411_device) in n411_init()
168 ret = platform_device_add_data(n411_device, &n411_board, in n411_init()
174 ret = platform_device_add(n411_device); in n411_init()
182 platform_device_put(n411_device); in n411_init()
188 platform_device_unregister(n411_device); in n411_exit()