Home
last modified time | relevance | path

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

/include/linux/bcma/
Dbcma.h41 u8 (*read8)(struct bcma_device *core, u16 offset);
42 u16 (*read16)(struct bcma_device *core, u16 offset);
43 u32 (*read32)(struct bcma_device *core, u16 offset);
44 void (*write8)(struct bcma_device *core, u16 offset, u8 value);
45 void (*write16)(struct bcma_device *core, u16 offset, u16 value);
46 void (*write32)(struct bcma_device *core, u16 offset, u32 value);
48 void (*block_read)(struct bcma_device *core, void *buffer,
50 void (*block_write)(struct bcma_device *core, const void *buffer,
54 u32 (*aread32)(struct bcma_device *core, u16 offset);
55 void (*awrite32)(struct bcma_device *core, u16 offset, u32 value);
[all …]
Dbcma_driver_gmac_cmn.h81 struct bcma_device *core; member
89 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset)
90 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset)
91 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val)
92 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val)
Dbcma_driver_mips.h37 struct bcma_device *core; member
46 extern unsigned int bcma_core_irq(struct bcma_device *core);
51 static inline unsigned int bcma_core_irq(struct bcma_device *core) in bcma_core_irq() argument
Dbcma_driver_pci.h204 struct bcma_device *core; member
214 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
215 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
216 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val)
217 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
221 struct bcma_device *core, bool enable);
Dbcma_driver_chipcommon.h560 struct bcma_device *core; member
593 bcma_read32((cc)->core, offset)
595 bcma_write32((cc)->core, offset, val)
/include/linux/mfd/
Dsi476x-core.h179 static inline void si476x_core_lock(struct si476x_core *core) in si476x_core_lock() argument
181 mutex_lock(&core->cmd_lock); in si476x_core_lock()
188 static inline void si476x_core_unlock(struct si476x_core *core) in si476x_core_unlock() argument
190 mutex_unlock(&core->cmd_lock); in si476x_core_unlock()
195 static inline u16 hz_to_si476x(struct si476x_core *core, int freq) in hz_to_si476x() argument
199 switch (core->power_up_parameters.func) { in hz_to_si476x()
212 static inline int si476x_to_hz(struct si476x_core *core, u16 freq) in si476x_to_hz() argument
216 switch (core->power_up_parameters.func) { in si476x_to_hz()
242 static inline u16 v4l2_to_si476x(struct si476x_core *core, int freq) in v4l2_to_si476x() argument
244 return hz_to_si476x(core, v4l2_to_hz(freq)); in v4l2_to_si476x()
[all …]
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.h87 struct netns_core core; member
/include/scsi/
Dlibsas.h411 struct scsi_core core; member
/include/media/
Dv4l2-subdev.h521 const struct v4l2_subdev_core_ops *core; member