Home
last modified time | relevance | path

Searched refs:core (Results 1 – 8 of 8) sorted by relevance

/include/linux/bcma/
Dbcma.h35 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 …]
Dbcma_driver_pci.h194 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);
Dbcma_driver_mips.h36 struct bcma_device *core; member
Dbcma_driver_chipcommon.h352 struct bcma_device *core; member
370 bcma_read32((cc)->core, offset)
372 bcma_write32((cc)->core, offset, val)
/include/linux/mfd/
Dwl1273-core.h283 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/
Dnet_namespace.h77 struct netns_core core; member
/include/media/
Dv4l2-subdev.h472 const struct v4l2_subdev_core_ops *core; member
/include/scsi/
Dlibsas.h393 struct scsi_core core; member