Lines Matching refs:ssb
30 struct ssb_bus *ssb; in ssb_host_pcmcia_probe() local
34 ssb = kzalloc(sizeof(*ssb), GFP_KERNEL); in ssb_host_pcmcia_probe()
35 if (!ssb) in ssb_host_pcmcia_probe()
61 err = ssb_bus_pcmciabus_register(ssb, dev, dev->resource[2]->start); in ssb_host_pcmcia_probe()
64 dev->priv = ssb; in ssb_host_pcmcia_probe()
71 kfree(ssb); in ssb_host_pcmcia_probe()
79 struct ssb_bus *ssb = dev->priv; in ssb_host_pcmcia_remove() local
81 ssb_bus_unregister(ssb); in ssb_host_pcmcia_remove()
83 kfree(ssb); in ssb_host_pcmcia_remove()
90 struct ssb_bus *ssb = dev->priv; in ssb_host_pcmcia_suspend() local
92 return ssb_bus_suspend(ssb); in ssb_host_pcmcia_suspend()
97 struct ssb_bus *ssb = dev->priv; in ssb_host_pcmcia_resume() local
99 return ssb_bus_resume(ssb); in ssb_host_pcmcia_resume()