Searched refs:brcmf_chip_attach (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | chip.h | 73 struct brcmf_chip *brcmf_chip_attach(void *ctx,
|
H A D | chip.c | 1090 struct brcmf_chip *brcmf_chip_attach(void *ctx, in brcmf_chip_attach() function
|
H A D | pcie.c | 1863 devinfo->ci = brcmf_chip_attach(devinfo, &brcmf_pcie_buscore_ops); in brcmf_pcie_probe()
|
H A D | sdio.c | 3950 * Force PLL off until brcmf_chip_attach() in brcmf_sdio_probe_attach() 3966 bus->ci = brcmf_chip_attach(sdiodev, &brcmf_sdio_buscore_ops); in brcmf_sdio_probe_attach() 3968 brcmf_err("brcmf_chip_attach failed!\n"); in brcmf_sdio_probe_attach()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | chip.h | 75 struct brcmf_chip *brcmf_chip_attach(void *ctx, u16 devid,
|
H A D | chip.c | 1122 struct brcmf_chip *brcmf_chip_attach(void *ctx, u16 devid, in brcmf_chip_attach() function
|
H A D | pcie.c | 2427 devinfo->ci = brcmf_chip_attach(devinfo, pdev->device, in brcmf_pcie_probe()
|
H A D | sdio.c | 3966 * Force PLL off until brcmf_chip_attach() in brcmf_sdio_probe_attach() 3982 bus->ci = brcmf_chip_attach(sdiodev, sdiodev->func1->device, in brcmf_sdio_probe_attach() 3985 brcmf_err("brcmf_chip_attach failed!\n"); in brcmf_sdio_probe_attach()
|
Completed in 23 milliseconds