Home
last modified time | relevance | path

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

/linux/drivers/ssb/
A DMakefile3 ssb-y += main.o scan.o
4 ssb-$(CONFIG_SSB_EMBEDDED) += embedded.o
5 ssb-$(CONFIG_SSB_SPROM) += sprom.o
8 ssb-$(CONFIG_SSB_PCIHOST) += pci.o pcihost_wrapper.o
10 ssb-$(CONFIG_SSB_SDIOHOST) += sdio.o
11 ssb-$(CONFIG_SSB_HOST_SOC) += host_soc.o
14 ssb-y += driver_chipcommon.o
15 ssb-y += driver_chipcommon_pmu.o
20 ssb-$(CONFIG_SSB_DRIVER_GIGE) += driver_gige.o
21 ssb-$(CONFIG_SSB_DRIVER_GPIO) += driver_gpio.o
[all …]
A Dbridge_pcmcia_80211.c30 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()
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()
[all …]
A Dpcihost_wrapper.c25 struct ssb_bus *ssb = pci_get_drvdata(dev); in ssb_pcihost_suspend() local
28 err = ssb_bus_suspend(ssb); in ssb_pcihost_suspend()
54 err = ssb_bus_resume(ssb); in ssb_pcihost_resume()
70 struct ssb_bus *ssb; in ssb_pcihost_probe() local
74 ssb = kzalloc(sizeof(*ssb), GFP_KERNEL); in ssb_pcihost_probe()
75 if (!ssb) in ssb_pcihost_probe()
91 err = ssb_bus_pcibus_register(ssb, dev); in ssb_pcihost_probe()
95 pci_set_drvdata(dev, ssb); in ssb_pcihost_probe()
105 kfree(ssb); in ssb_pcihost_probe()
113 ssb_bus_unregister(ssb); in ssb_pcihost_remove()
[all …]
A Dssb_private.h143 extern void ssb_iounmap(struct ssb_bus *ssb);
A DKconfig18 The module will be called ssb.
/linux/arch/mips/bcm47xx/
A Dsetup.c62 if (bcm47xx_bus.ssb.chip_id == 0x4785) in bcm47xx_machine_restart()
64 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 1); in bcm47xx_machine_restart()
65 if (bcm47xx_bus.ssb.chip_id == 0x4785) { in bcm47xx_machine_restart()
91 ssb_watchdog_timer_set(&bcm47xx_bus.ssb, 0); in bcm47xx_machine_halt()
111 err = ssb_bus_host_soc_register(&bcm47xx_bus.ssb, SSB_ENUM_BASE); in bcm47xx_register_ssb()
115 mcore = &bcm47xx_bus.ssb.mipscore; in bcm47xx_register_ssb()
167 bcm47xx_set_system_type(bcm47xx_bus.ssb.chip_id); in plat_mem_setup()
A Dtime.c49 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()
A Dserial.c32 struct ssb_mipscore *mcore = &(bcm47xx_bus.ssb.mipscore); in uart8250_init_ssb()
/linux/drivers/net/wireless/broadcom/b43/
A Dsdio.c148 error = ssb_bus_sdiobus_register(&sdio->ssb, func, in b43_sdio_probe()
174 ssb_bus_unregister(&sdio->ssb); in b43_sdio_remove()
A Dsdio.h13 struct ssb_bus ssb; member
A Dmain.c146 MODULE_DEVICE_TABLE(ssb, b43_ssb_tbl);
/linux/arch/mips/include/asm/mach-bcm47xx/
A Dbcm47xx.h26 struct ssb_bus ssb; member
/linux/drivers/firmware/broadcom/
A DKconfig23 bootloader firmware CFE. This driver provides method to ssb and bcma
/linux/Documentation/translations/it_IT/process/
A Dmaintainer-pgp-guide.rst203 ssb rsa2048 2018-01-23 [E] [expires: 2020-01-23]
397 ssb rsa2048 2018-01-24 [E] [expires: 2020-01-24]
398 ssb ed25519 2018-01-24 [S]
533 ssb rsa2048/1111222233334444
535 ssb ed25519/5555666677778888
552 Nel'output dovreste vedere ``ssb*`` associato alla chiave **[E]**. Il simbolo
602 ssb> rsa2048 2018-01-24 [E] [expires: 2020-01-24]
603 ssb> ed25519 2018-01-24 [S]
605 Il simbolo ``>`` in ``ssb>`` indica che la sottochiave è disponibile solo
/linux/drivers/usb/host/
A DMakefile85 obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o
A Dssb-hcd.c252 MODULE_DEVICE_TABLE(ssb, ssb_hcd_table);
/linux/Documentation/process/
A Dmaintainer-pgp-guide.rst193 ssb rsa2048 2018-01-23 [E] [expires: 2020-01-23]
384 ssb rsa2048 2018-01-24 [E] [expires: 2020-01-24]
385 ssb ed25519 2018-01-24 [S]
527 ssb rsa2048/1111222233334444
529 ssb ed25519/5555666677778888
545 In the output, you should now see ``ssb*`` on the **[E]** key. The ``*``
595 ssb> rsa2048 2018-01-24 [E] [expires: 2020-01-24]
596 ssb> ed25519 2018-01-24 [S]
598 The ``>`` in the ``ssb>`` output indicates that the subkey is only
/linux/drivers/
A DMakefile142 obj-$(CONFIG_SSB) += ssb/
A DKconfig90 source "drivers/ssb/Kconfig"
/linux/drivers/net/ethernet/broadcom/
A D.bgmac-platform.o.cmd1151 include/linux/ssb/ssb.h \
1160 include/linux/ssb/ssb_regs.h \
1161 include/linux/ssb/ssb_driver_chipcommon.h \
1163 include/linux/ssb/ssb_driver_mips.h \
1166 include/linux/ssb/ssb_driver_extif.h \
1168 include/linux/ssb/ssb_driver_pci.h \
A D.bgmac.o.cmd1151 include/linux/ssb/ssb.h \
1160 include/linux/ssb/ssb_regs.h \
1161 include/linux/ssb/ssb_driver_chipcommon.h \
1163 include/linux/ssb/ssb_driver_mips.h \
1166 include/linux/ssb/ssb_driver_extif.h \
1168 include/linux/ssb/ssb_driver_pci.h \
A Db44.c124 MODULE_DEVICE_TABLE(ssb, b44_ssb_tbl);
/linux/include/config/
A Dauto.conf.cmd807 drivers/ssb/Kconfig \
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dmain.c77 MODULE_DEVICE_TABLE(ssb, b43legacy_ssb_tbl);
/linux/
A DMAINTAINERS17712 F: drivers/ssb/
17713 F: include/linux/ssb/

Completed in 68 milliseconds