/usr/src/linux-headers-5.15.0-181/include/linux/bcma
NameSizeModeActions
bcma.h153440644editdlrm
bcma_driver_arm_c9.h6620644editdlrm
bcma_driver_chipcommon.h323380644editdlrm
bcma_driver_gmac_cmn.h36890644editdlrm
bcma_driver_mips.h14670644editdlrm
bcma_driver_pci.h136580644editdlrm
bcma_driver_pcie2.h69290644editdlrm
bcma_regs.h51760644editdlrm
bcma_soc.h3750644editdlrm
Edit: /usr/src/linux-headers-5.15.0-181/include/linux/bcma/bcma_soc.h (375B)
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef LINUX_BCMA_SOC_H_ #define LINUX_BCMA_SOC_H_ #include struct bcma_soc { struct bcma_bus bus; struct device *dev; }; 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_ */