Searched refs:core (Results 1 – 8 of 8) sorted by relevance
/include/linux/bcma/ |
D | bcma.h | 35 u8 (*read8)(struct bcma_device *core, u16 offset); 36 u16 (*read16)(struct bcma_device *core, u16 offset); 37 u32 (*read32)(struct bcma_device *core, u16 offset); 38 void (*write8)(struct bcma_device *core, u16 offset, u8 value); 39 void (*write16)(struct bcma_device *core, u16 offset, u16 value); 40 void (*write32)(struct bcma_device *core, u16 offset, u32 value); 42 void (*block_read)(struct bcma_device *core, void *buffer, 44 void (*block_write)(struct bcma_device *core, const void *buffer, 48 u32 (*aread32)(struct bcma_device *core, u16 offset); 49 void (*awrite32)(struct bcma_device *core, u16 offset, u32 value); [all …]
|
D | bcma_driver_pci.h | 194 struct bcma_device *core; member 204 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset) 205 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val) 209 struct bcma_device *core, bool enable);
|
D | bcma_driver_mips.h | 36 struct bcma_device *core; member
|
D | bcma_driver_chipcommon.h | 352 struct bcma_device *core; member 370 bcma_read32((cc)->core, offset) 372 bcma_write32((cc)->core, offset, val)
|
/include/linux/mfd/ |
D | wl1273-core.h | 283 int (*read)(struct wl1273_core *core, u8, u16 *); 284 int (*write)(struct wl1273_core *core, u8, u16); 285 int (*write_data)(struct wl1273_core *core, u8 *, u16); 286 int (*set_audio)(struct wl1273_core *core, unsigned int); 287 int (*set_volume)(struct wl1273_core *core, unsigned int);
|
/include/net/ |
D | net_namespace.h | 77 struct netns_core core; member
|
/include/media/ |
D | v4l2-subdev.h | 472 const struct v4l2_subdev_core_ops *core; member
|
/include/scsi/ |
D | libsas.h | 393 struct scsi_core core; member
|