/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/linux/bcma
NameSizeModeActions
bcma.h155460644editdlrm
bcma_driver_arm_c9.h6620644editdlrm
bcma_driver_chipcommon.h325790644editdlrm
bcma_driver_gmac_cmn.h36890644editdlrm
bcma_driver_mips.h14670644editdlrm
bcma_driver_pci.h136580644editdlrm
bcma_driver_pcie2.h69290644editdlrm
bcma_regs.h51760644editdlrm
bcma_soc.h3540644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/include/linux/bcma/bcma_soc.h (354B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_BCMA_SOC_H_ #define LINUX_BCMA_SOC_H_ #include struct bcma_soc { struct bcma_bus bus; }; int __init bcma_host_soc_register(struct bcma_soc *soc); int __init bcma_host_soc_init(struct bcma_soc *soc); int bcma_bus_register(struct bcma_bus *bus); #endif /* LINUX_BCMA_SOC_H_ */