Searched refs:ssb (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/drivers/ssb/ |
D | Makefile | 2 ssb-y += main.o scan.o 3 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o 4 ssb-$(CONFIG_SSB_SPROM) += sprom.o 7 ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o 8 ssb-$(CONFIG_SSB_PCMCIAHOST) += pcmcia.o bridge_pcmcia_80211.o 9 ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o 10 ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o 13 ssb-y += driver_chipcommon.o 14 ssb-y += driver_chipcommon_pmu.o 15 ssb-$(CONFIG_SSB_SFLASH) += driver_chipcommon_sflash.o [all …]
|
D | bridge_pcmcia_80211.c | 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 [all …]
|
D | pcihost_wrapper.c | 25 struct ssb_bus *ssb = pci_get_drvdata(dev); in ssb_pcihost_suspend() local 28 err = ssb_bus_suspend(ssb); in ssb_pcihost_suspend() 46 struct ssb_bus *ssb = pci_get_drvdata(dev); in ssb_pcihost_resume() local 54 err = ssb_bus_resume(ssb); in ssb_pcihost_resume() 70 struct ssb_bus *ssb; in ssb_pcihost_probe() local 75 ssb = kzalloc(sizeof(*ssb), GFP_KERNEL); in ssb_pcihost_probe() 76 if (!ssb) in ssb_pcihost_probe() 95 err = ssb_bus_pcibus_register(ssb, dev); in ssb_pcihost_probe() 99 pci_set_drvdata(dev, ssb); in ssb_pcihost_probe() 109 kfree(ssb); in ssb_pcihost_probe() [all …]
|
D | ssb_private.h | 172 extern void ssb_iounmap(struct ssb_bus *ssb);
|
D | Kconfig | 20 The module will be called ssb.
|
/linux-4.4.14/arch/mips/bcm47xx/ |
D | setup.c | 61 if (bcm47xx_bus.ssb.chip_id == 0x4785) in bcm47xx_machine_restart() 63 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); in bcm47xx_machine_restart() 64 if (bcm47xx_bus.ssb.chip_id == 0x4785) { in bcm47xx_machine_restart() 90 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_machine_halt() 146 err = ssb_bus_ssbbus_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE, in bcm47xx_register_ssb() 151 mcore = &bcm47xx_bus.ssb.mipscore; in bcm47xx_register_ssb() 204 bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id); in plat_mem_setup()
|
D | time.c | 49 hz = ssb_cpu_clock(&bcm47xx_bus.ssb.mipscore) / 2; in plat_time_init() 50 chip_id = bcm47xx_bus.ssb.chip_id; in plat_time_init()
|
D | serial.c | 30 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()
|
/linux-4.4.14/arch/mips/include/asm/mach-bcm47xx/ |
D | bcm47xx.h | 38 struct ssb_bus ssb; member
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | sdio.c | 152 error = ssb_bus_sdiobus_register(&sdio->ssb, func, in b43_sdio_probe() 178 ssb_bus_unregister(&sdio->ssb); in b43_sdio_remove()
|
D | sdio.h | 12 struct ssb_bus ssb; member
|
D | main.c | 149 MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
|
/linux-4.4.14/drivers/usb/host/ |
D | Makefile | 76 obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o
|
D | ssb-hcd.c | 253 MODULE_DEVICE_TABLE(ssb, ssb_hcd_table);
|
/linux-4.4.14/drivers/ |
D | Makefile | 138 obj-$(CONFIG_SSB) += ssb/
|
D | Kconfig | 81 source "drivers/ssb/Kconfig"
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | b44.c | 126 MODULE_DEVICE_TABLE(ssb, b44_ssb_tbl);
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | main.c | 91 MODULE_DEVICE_TABLE(ssb, b43legacy_ssb_tbl);
|
/linux-4.4.14/ |
D | MAINTAINERS | 9971 F: drivers/ssb/ 9972 F: include/linux/ssb/
|