bcma_device 16 include/linux/bcma/bcma.h struct bcma_device; bcma_device 42 include/linux/bcma/bcma.h u8 (*read8)(struct bcma_device *core, u16 offset); bcma_device 43 include/linux/bcma/bcma.h u16 (*read16)(struct bcma_device *core, u16 offset); bcma_device 44 include/linux/bcma/bcma.h u32 (*read32)(struct bcma_device *core, u16 offset); bcma_device 45 include/linux/bcma/bcma.h void (*write8)(struct bcma_device *core, u16 offset, u8 value); bcma_device 46 include/linux/bcma/bcma.h void (*write16)(struct bcma_device *core, u16 offset, u16 value); bcma_device 47 include/linux/bcma/bcma.h void (*write32)(struct bcma_device *core, u16 offset, u32 value); bcma_device 49 include/linux/bcma/bcma.h void (*block_read)(struct bcma_device *core, void *buffer, bcma_device 51 include/linux/bcma/bcma.h void (*block_write)(struct bcma_device *core, const void *buffer, bcma_device 55 include/linux/bcma/bcma.h u32 (*aread32)(struct bcma_device *core, u16 offset); bcma_device 56 include/linux/bcma/bcma.h void (*awrite32)(struct bcma_device *core, u16 offset, u32 value); bcma_device 280 include/linux/bcma/bcma.h static inline void *bcma_get_drvdata(struct bcma_device *core) bcma_device 284 include/linux/bcma/bcma.h static inline void bcma_set_drvdata(struct bcma_device *core, void *drvdata) bcma_device 293 include/linux/bcma/bcma.h int (*probe)(struct bcma_device *dev); bcma_device 294 include/linux/bcma/bcma.h void (*remove)(struct bcma_device *dev); bcma_device 295 include/linux/bcma/bcma.h int (*suspend)(struct bcma_device *dev); bcma_device 296 include/linux/bcma/bcma.h int (*resume)(struct bcma_device *dev); bcma_device 297 include/linux/bcma/bcma.h void (*shutdown)(struct bcma_device *dev); bcma_device 334 include/linux/bcma/bcma.h struct bcma_device *mapped_core; bcma_device 351 include/linux/bcma/bcma.h static inline u32 bcma_read8(struct bcma_device *core, u16 offset) bcma_device 355 include/linux/bcma/bcma.h static inline u32 bcma_read16(struct bcma_device *core, u16 offset) bcma_device 359 include/linux/bcma/bcma.h static inline u32 bcma_read32(struct bcma_device *core, u16 offset) bcma_device 364 include/linux/bcma/bcma.h void bcma_write8(struct bcma_device *core, u16 offset, u32 value) bcma_device 369 include/linux/bcma/bcma.h void bcma_write16(struct bcma_device *core, u16 offset, u32 value) bcma_device 374 include/linux/bcma/bcma.h void bcma_write32(struct bcma_device *core, u16 offset, u32 value) bcma_device 379 include/linux/bcma/bcma.h static inline void bcma_block_read(struct bcma_device *core, void *buffer, bcma_device 384 include/linux/bcma/bcma.h static inline void bcma_block_write(struct bcma_device *core, bcma_device 391 include/linux/bcma/bcma.h static inline u32 bcma_aread32(struct bcma_device *core, u16 offset) bcma_device 396 include/linux/bcma/bcma.h void bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) bcma_device 401 include/linux/bcma/bcma.h static inline void bcma_mask32(struct bcma_device *cc, u16 offset, u32 mask) bcma_device 405 include/linux/bcma/bcma.h static inline void bcma_set32(struct bcma_device *cc, u16 offset, u32 set) bcma_device 409 include/linux/bcma/bcma.h static inline void bcma_maskset32(struct bcma_device *cc, bcma_device 414 include/linux/bcma/bcma.h static inline void bcma_mask16(struct bcma_device *cc, u16 offset, u16 mask) bcma_device 418 include/linux/bcma/bcma.h static inline void bcma_set16(struct bcma_device *cc, u16 offset, u16 set) bcma_device 422 include/linux/bcma/bcma.h static inline void bcma_maskset16(struct bcma_device *cc, bcma_device 428 include/linux/bcma/bcma.h extern struct bcma_device *bcma_find_core_unit(struct bcma_bus *bus, u16 coreid, bcma_device 430 include/linux/bcma/bcma.h static inline struct bcma_device *bcma_find_core(struct bcma_bus *bus, bcma_device 436 include/linux/bcma/bcma.h extern bool bcma_core_is_enabled(struct bcma_device *core); bcma_device 437 include/linux/bcma/bcma.h extern void bcma_core_disable(struct bcma_device *core, u32 flags); bcma_device 438 include/linux/bcma/bcma.h extern int bcma_core_enable(struct bcma_device *core, u32 flags); bcma_device 439 include/linux/bcma/bcma.h extern void bcma_core_set_clockmode(struct bcma_device *core, bcma_device 441 include/linux/bcma/bcma.h extern void bcma_core_pll_ctl(struct bcma_device *core, u32 req, u32 status, bcma_device 448 include/linux/bcma/bcma.h extern u32 bcma_core_dma_translation(struct bcma_device *core); bcma_device 615 include/linux/bcma/bcma_driver_chipcommon.h struct bcma_device *core; bcma_device 648 include/linux/bcma/bcma_driver_chipcommon.h struct bcma_device *core; bcma_device 81 include/linux/bcma/bcma_driver_gmac_cmn.h struct bcma_device *core; bcma_device 34 include/linux/bcma/bcma_driver_mips.h struct bcma_device; bcma_device 37 include/linux/bcma/bcma_driver_mips.h struct bcma_device *core; bcma_device 46 include/linux/bcma/bcma_driver_mips.h extern unsigned int bcma_core_irq(struct bcma_device *core); bcma_device 51 include/linux/bcma/bcma_driver_mips.h static inline unsigned int bcma_core_irq(struct bcma_device *core) bcma_device 225 include/linux/bcma/bcma_driver_pci.h struct bcma_device *core; bcma_device 242 include/linux/bcma/bcma_driver_pci.h struct bcma_device *core, bool enable); bcma_device 145 include/linux/bcma/bcma_driver_pcie2.h struct bcma_device *core; bcma_device 8 include/linux/bcma/bcma_soc.h struct bcma_device core_cc; bcma_device 9 include/linux/bcma/bcma_soc.h struct bcma_device core_mips;