Home
last modified time | relevance | path

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

/include/trace/events/
A Dclk.h19 TP_ARGS(core),
36 TP_ARGS(core)
43 TP_ARGS(core)
50 TP_ARGS(core)
57 TP_ARGS(core)
64 TP_ARGS(core)
71 TP_ARGS(core)
78 TP_ARGS(core)
85 TP_ARGS(core)
111 TP_ARGS(core, rate)
[all …]
/include/linux/bcma/
A Dbcma.h293 return core->drvdata; in bcma_get_drvdata()
369 return core->bus->ops->read8(core, offset); in bcma_read8()
373 return core->bus->ops->read16(core, offset); in bcma_read16()
377 return core->bus->ops->read32(core, offset); in bcma_read32()
382 core->bus->ops->write8(core, offset, value); in bcma_write8()
387 core->bus->ops->write16(core, offset, value); in bcma_write16()
392 core->bus->ops->write32(core, offset, value); in bcma_write32()
398 core->bus->ops->block_read(core, buffer, count, offset, reg_width); in bcma_block_read()
404 core->bus->ops->block_write(core, buffer, count, offset, reg_width); in bcma_block_write()
409 return core->bus->ops->aread32(core, offset); in bcma_aread32()
[all …]
A Dbcma_driver_pcie2.h146 struct bcma_device *core; member
151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset)
152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset)
153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val)
154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val)
156 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set)
157 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask)
A Dbcma_driver_gmac_cmn.h82 struct bcma_device *core; member
90 #define gmac_cmn_read16(gc, offset) bcma_read16((gc)->core, offset)
91 #define gmac_cmn_read32(gc, offset) bcma_read32((gc)->core, offset)
92 #define gmac_cmn_write16(gc, offset, val) bcma_write16((gc)->core, offset, val)
93 #define gmac_cmn_write32(gc, offset, val) bcma_write32((gc)->core, offset, val)
A Dbcma_driver_pci.h226 struct bcma_device *core; member
237 #define pcicore_read16(pc, offset) bcma_read16((pc)->core, offset)
238 #define pcicore_read32(pc, offset) bcma_read32((pc)->core, offset)
239 #define pcicore_write16(pc, offset, val) bcma_write16((pc)->core, offset, val)
240 #define pcicore_write32(pc, offset, val) bcma_write32((pc)->core, offset, val)
A Dbcma_driver_mips.h38 struct bcma_device *core; member
A Dbcma_driver_chipcommon.h580 struct bcma_device *core; /* Can be separated core or just ChipCommon one */ member
624 struct bcma_device *core; member
658 struct bcma_device *core; member
665 bcma_read32((cc)->core, offset)
667 bcma_write32((cc)->core, offset, val)
678 bcma_read32((cc)->pmu.core, offset)
680 bcma_write32((cc)->pmu.core, offset, val)
/include/linux/mfd/
A Dsi476x-core.h170 static inline void si476x_core_lock(struct si476x_core *core) in si476x_core_lock() argument
172 mutex_lock(&core->cmd_lock); in si476x_core_lock()
179 static inline void si476x_core_unlock(struct si476x_core *core) in si476x_core_unlock() argument
181 mutex_unlock(&core->cmd_lock); in si476x_core_unlock()
186 static inline u16 hz_to_si476x(struct si476x_core *core, int freq) in hz_to_si476x() argument
190 switch (core->power_up_parameters.func) { in hz_to_si476x()
203 static inline int si476x_to_hz(struct si476x_core *core, u16 freq) in si476x_to_hz() argument
207 switch (core->power_up_parameters.func) { in si476x_to_hz()
235 return hz_to_si476x(core, v4l2_to_hz(freq)); in v4l2_to_si476x()
240 return hz_to_v4l2(si476x_to_hz(core, freq)); in si476x_to_v4l2()
[all …]
A Dwl1273-core.h270 int (*read)(struct wl1273_core *core, u8, u16 *);
271 int (*write)(struct wl1273_core *core, u8, u16);
272 int (*write_data)(struct wl1273_core *core, u8 *, u16);
273 int (*set_audio)(struct wl1273_core *core, unsigned int);
274 int (*set_volume)(struct wl1273_core *core, unsigned int);
/include/sound/
A Dhda_codec.h39 struct hdac_bus core; member
90 struct hdac_driver core; member
96 container_of((codec)->core.dev.driver, struct hda_codec_driver, core.driver)
179 struct hdac_device core; member
292 #define hda_codec_dev(_dev) (&(_dev)->core.dev)
297 list_for_each_entry(c, &(bus)->core.codec_list, core.list)
299 list_for_each_entry_safe(c, n, &(bus)->core.codec_list, core.list)
340 snd_hdac_read_parm(&(codec)->core, nid, param)
342 snd_hdac_get_sub_nodes(&(codec)->core, nid, start_nid)
354 snd_hdac_get_connections(&(codec)->core, nid, NULL, 0)
[all …]
A Dump.h26 struct snd_rawmidi core; /* raw UMP access */ member
102 #define rawmidi_to_ump(rmidi) container_of(rmidi, struct snd_ump_endpoint, core)
/include/crypto/
A Ddrbg.h143 const struct drbg_core *core; member
149 if (drbg && drbg->core) in drbg_statelen()
150 return drbg->core->statelen; in drbg_statelen()
156 if (drbg && drbg->core) in drbg_blocklen()
157 return drbg->core->blocklen_bytes; in drbg_blocklen()
163 if (drbg && drbg->core) in drbg_keylen()
164 return (drbg->core->statelen - drbg->core->blocklen_bytes); in drbg_keylen()
/include/linux/
A Dfpu.h7 #error FP code must be compiled separately. See Documentation/core-api/floating-point.rst.
A Dclk-provider.h59 struct clk_core *core; member
70 void clk_hw_forward_rate_request(const struct clk_hw *core,
327 struct clk_core *core; member
1420 int __clk_determine_rate(struct clk_hw *core, struct clk_rate_request *req);
1437 dst->core = src->core; in __clk_hw_set_clk()
A Dtcp.h572 int somaxconn = READ_ONCE(sock_net(sk)->core.sysctl_somaxconn); in fastopen_queue_tune()
A Dmodule.h638 for_class_mod_mem_type(type, core) { in within_module_core()
/include/linux/firmware/cirrus/
A Dwmfw.h38 u8 core; member
164 __be32 core; member
/include/sound/sof/
A Dtopology.h59 uint32_t core; member
277 uint32_t core; /**< core we run on */ member
/include/uapi/drm/
A Damdxdna_accel.h294 struct amdxdna_drm_query_aie_tile_metadata core; member
/include/net/
A Dnet_namespace.h129 struct netns_core core; member
A Dsock.h1446 this_cpu_add(net->core.prot_inuse->val[prot->inuse_idx], val); in sock_prot_inuse_add()
1451 this_cpu_add(net->core.prot_inuse->all, val); in sock_inuse_add()
/include/media/
A Dv4l2-subdev.h926 const struct v4l2_subdev_core_ops *core; member

Completed in 92 milliseconds