Searched refs:palmtx_pcmcia_device (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
H A Dpxa2xx_palmtx.c79 static struct platform_device *palmtx_pcmcia_device; variable in typeref:struct:platform_device
88 palmtx_pcmcia_device = platform_device_alloc("pxa2xx-pcmcia", -1); palmtx_pcmcia_init()
89 if (!palmtx_pcmcia_device) palmtx_pcmcia_init()
92 ret = platform_device_add_data(palmtx_pcmcia_device, &palmtx_pcmcia_ops, palmtx_pcmcia_init()
96 ret = platform_device_add(palmtx_pcmcia_device); palmtx_pcmcia_init()
99 platform_device_put(palmtx_pcmcia_device); palmtx_pcmcia_init()
106 platform_device_unregister(palmtx_pcmcia_device); palmtx_pcmcia_exit()

Completed in 32 milliseconds