Searched refs:core (Results 51 - 75 of 2711) sorted by relevance

1234567891011>>

/linux-master/tools/perf/tests/
H A Dparse-events.c27 * opened once for each core PMU type. Otherwise fall back to the legacy
39 __u32 type = evsel->core.attr.type;
40 __u64 config = evsel->core.attr.config;
89 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries);
91 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
93 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type);
94 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period);
102 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1);
107 PERF_TYPE_TRACEPOINT == evsel->core.attr.type);
109 PERF_TP_SAMPLE_TYPE == evsel->core
[all...]
/linux-master/drivers/nvme/host/
H A DMakefile5 obj-$(CONFIG_NVME_CORE) += nvme-core.o
13 nvme-core-y += core.o ioctl.o sysfs.o pr.o
14 nvme-core-$(CONFIG_NVME_VERBOSE_ERRORS) += constants.o
15 nvme-core-$(CONFIG_TRACING) += trace.o
16 nvme-core-$(CONFIG_NVME_MULTIPATH) += multipath.o
17 nvme-core-$(CONFIG_BLK_DEV_ZONED) += zns.o
18 nvme-core-$(CONFIG_FAULT_INJECTION_DEBUG_FS) += fault_inject.o
19 nvme-core-$(CONFIG_NVME_HWMON) += hwmon.o
20 nvme-core
[all...]
/linux-master/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c92 * @is_single_core: flag to denote if SoC/IP has only single core R5
116 * struct k3_r5_core - K3 R5 core structure
119 * @rproc: rproc handle representing this core
156 * @core: cached pointer to r5 core structure being used
166 struct k3_r5_core *core; member in struct:k3_r5_rproc
179 * and we let remoteproc core handle it.
235 static int k3_r5_split_reset(struct k3_r5_core *core) argument
239 ret = reset_control_assert(core->reset);
241 dev_err(core
258 k3_r5_split_release(struct k3_r5_core *core) argument
284 struct k3_r5_core *core; local
329 struct k3_r5_core *core; local
372 k3_r5_core_halt(struct k3_r5_core *core) argument
378 k3_r5_core_run(struct k3_r5_core *core) argument
442 struct k3_r5_core *core = kproc->core; local
509 struct k3_r5_core *core = kproc->core; local
545 struct k3_r5_core *core; local
616 struct k3_r5_core *core = kproc->core; local
730 struct k3_r5_core *core = kproc->core; local
836 struct k3_r5_core *core0, *core, *temp; local
1073 struct k3_r5_core *core = kproc->core; local
1112 struct k3_r5_core *core = kproc->core; local
1212 struct k3_r5_core *core, *core1; local
1318 struct k3_r5_core *core; local
1353 k3_r5_core_of_get_internal_memories(struct platform_device *pdev, struct k3_r5_core *core) argument
1425 k3_r5_core_of_get_sram_memories(struct platform_device *pdev, struct k3_r5_core *core) argument
1512 struct k3_r5_core *core; local
1625 struct k3_r5_core *core = platform_get_drvdata(pdev); local
1641 struct k3_r5_core *core, *temp; local
1657 struct k3_r5_core *core; local
[all...]
/linux-master/drivers/net/can/esd/
H A Desdacc.c36 /* Two bit wide command masks to mask or unmask a single core IRQ */
44 static void acc_resetmode_enter(struct acc_core *core) argument
46 acc_set_bits(core, ACC_CORE_OF_CTRL_MODE,
50 acc_resetmode_entered(core);
53 static void acc_resetmode_leave(struct acc_core *core) argument
55 acc_clear_bits(core, ACC_CORE_OF_CTRL_MODE,
59 acc_resetmode_entered(core);
62 static void acc_txq_put(struct acc_core *core, u32 acc_id, u8 acc_dlc, argument
65 acc_write32_noswap(core, ACC_CORE_OF_TXFIFO_DATA_1,
67 acc_write32_noswap(core, ACC_CORE_OF_TXFIFO_DATA_
74 acc_tx_fifo_next(struct acc_core *core, u8 tx_fifo_idx) argument
163 struct acc_core *core = &cores[u]; local
173 struct acc_core *core = priv->core; local
219 struct acc_core *core = priv->core; local
247 struct acc_core *core = priv->core; local
400 handle_core_msg_rxtxdone(struct acc_core *core, const struct acc_bmmsg_rxtxdone *msg) argument
461 handle_core_msg_txabort(struct acc_core *core, const struct acc_bmmsg_txabort *msg) argument
490 handle_core_msg_overrun(struct acc_core *core, const struct acc_bmmsg_overrun *msg) argument
519 handle_core_msg_buserr(struct acc_core *core, const struct acc_bmmsg_buserr *msg) argument
577 handle_core_msg_errstatechange(struct acc_core *core, const struct acc_bmmsg_errstatechange *msg) argument
635 handle_core_interrupt(struct acc_core *core) argument
728 struct acc_core *core = &cores[i]; local
752 struct acc_core *core = &cores[i]; local
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c10 #include "core.h"
17 static void init_codecs(struct venus_core *core) argument
19 struct hfi_plat_caps *caps = core->caps, *cap;
22 if (hweight_long(core->dec_codecs) + hweight_long(core->enc_codecs) > MAX_CODEC_NUM)
25 for_each_set_bit(bit, &core->dec_codecs, MAX_CODEC_NUM) {
26 cap = &caps[core->codecs_count++];
32 for_each_set_bit(bit, &core->enc_codecs, MAX_CODEC_NUM) {
33 cap = &caps[core->codecs_count++];
66 parse_alloc_mode(struct venus_core *core, u3 argument
100 parse_profile_level(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
128 parse_caps(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
157 parse_raw_formats(struct venus_core *core, u32 codecs, u32 domain, void *data) argument
189 parse_codecs(struct venus_core *core, void *data) argument
203 parse_max_sessions(struct venus_core *core, const void *data) argument
246 hfi_platform_parser(struct venus_core *core, struct venus_inst *inst) argument
281 hfi_parser(struct venus_core *core, struct venus_inst *inst, void *buf, u32 size) argument
[all...]
/linux-master/drivers/bcma/
H A Dhost_pci.c14 static void bcma_host_pci_switch_core(struct bcma_device *core) argument
16 int win2 = core->bus->host_is_pcie2 ?
19 pci_write_config_dword(core->bus->host_pci, BCMA_PCI_BAR0_WIN,
20 core->addr);
21 pci_write_config_dword(core->bus->host_pci, win2, core->wrap);
22 core->bus->mapped_core = core;
23 bcma_debug(core->bus, "Switched to core
28 bcma_host_pci_provide_access_to_core(struct bcma_device *core) argument
42 bcma_host_pci_read8(struct bcma_device *core, u16 offset) argument
48 bcma_host_pci_read16(struct bcma_device *core, u16 offset) argument
54 bcma_host_pci_read32(struct bcma_device *core, u16 offset) argument
60 bcma_host_pci_write8(struct bcma_device *core, u16 offset, u8 value) argument
67 bcma_host_pci_write16(struct bcma_device *core, u16 offset, u16 value) argument
74 bcma_host_pci_write32(struct bcma_device *core, u16 offset, u32 value) argument
82 bcma_host_pci_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) argument
105 bcma_host_pci_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
130 bcma_host_pci_aread32(struct bcma_device *core, u16 offset) argument
137 bcma_host_pci_awrite32(struct bcma_device *core, u16 offset, u32 value) argument
355 bcma_host_pci_irq_ctl(struct bcma_bus *bus, struct bcma_device *core, bool enable) argument
[all...]
/linux-master/drivers/phy/broadcom/
H A Dphy-bcm-cygnus-pcie.c25 * @core: pointer to the Cygnus PCIe PHY core control
30 struct cygnus_pcie_phy_core *core; member in struct:cygnus_pcie_phy
36 * struct cygnus_pcie_phy_core - Cygnus PCIe PHY core control
51 struct cygnus_pcie_phy_core *core = phy->core; local
55 mutex_lock(&core->lock);
67 mutex_unlock(&core->lock);
68 dev_err(core->dev, "PCIe PHY %d invalid\n", phy->id);
73 val = readl(core
117 struct cygnus_pcie_phy_core *core; local
[all...]
H A Dphy-bcm-sr-pcie.c42 * @core: pointer to the Stingray PCIe PHY core control
47 struct sr_pcie_phy_core *core; member in struct:sr_pcie_phy
53 * struct sr_pcie_phy_core - Stingray PCIe PHY core control
76 * core and associated serdes has been enabled as RC and is available for use
81 /* PIPEMUX = 1, EP 1x8 + RC 1x8, core 7 */
120 static u32 pipemux_strap_read(struct sr_pcie_phy_core *core) argument
130 pipemux = readl(core->base + PCIE_PIPEMUX_CFG_OFFSET);
133 regmap_read(core->cdru, CDRU_STRAP_DATA_LSW_OFFSET, &pipemux);
142 * Given a PIPEMUX strap and PCIe core inde
147 struct sr_pcie_phy_core *core = phy->core; local
171 struct sr_pcie_phy_core *core = phy->core; local
200 struct sr_pcie_phy_core *core; local
219 struct sr_pcie_phy_core *core; local
[all...]
/linux-master/drivers/i2c/
H A DMakefile3 # Makefile for the i2c core.
7 obj-$(CONFIG_I2C) += i2c-core.o
8 i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
9 i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
10 i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
11 i2c-core
[all...]
/linux-master/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors.c31 struct cros_ec_sensors_core_state core; member in struct:cros_ec_sensors_state
47 mutex_lock(&st->core.cmd_lock);
51 ret = st->core.read_ec_sensors_data(indio_dev, 1 << idx, &data);
58 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_OFFSET;
59 st->core.param.sensor_offset.flags = 0;
61 ret = cros_ec_motion_send_host_cmd(&st->core, 0);
67 st->core.calib[i].offset =
68 st->core.resp->sensor_offset.offset[i];
70 *val = st->core.calib[idx].offset;
73 st->core
[all...]
/linux-master/drivers/mfd/
H A Dsi476x-prop.c13 #include <linux/mfd/si476x-core.h>
45 static bool si476x_core_is_valid_property_a10(struct si476x_core *core, argument
86 static bool si476x_core_is_valid_property_a20(struct si476x_core *core, argument
100 return si476x_core_is_valid_property_a10(core, property) ||
107 static bool si476x_core_is_valid_property_a30(struct si476x_core *core, argument
126 return si476x_core_is_valid_property_a20(core, property) ||
135 static bool si476x_core_is_valid_property(struct si476x_core *core, argument
144 BUG_ON(core->revision > SI476X_REVISION_A30 ||
145 core->revision == -1);
146 return is_valid_property[core
150 si476x_core_is_readonly_property(struct si476x_core *core, u16 property) argument
174 struct si476x_core *core = i2c_get_clientdata(client); local
184 struct si476x_core *core = i2c_get_clientdata(client); local
200 struct si476x_core *core = context; local
228 devm_regmap_init_si476x(struct si476x_core *core) argument
[all...]
/linux-master/drivers/clk/at91/
H A Dclk-sam9x60-pll.c41 struct sam9x60_pll_core core; member in struct:sam9x60_frac
48 struct sam9x60_pll_core core; member in struct:sam9x60_div
55 #define to_sam9x60_frac(core) container_of(core, struct sam9x60_frac, core)
56 #define to_sam9x60_div(core) container_of(core, struct sam9x60_div, core)
77 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
78 struct sam9x60_frac *frac = to_sam9x60_frac(core);
84 sam9x60_frac_pll_set(struct sam9x60_pll_core *core) argument
151 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
158 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
182 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
187 sam9x60_frac_pll_compute_mul_frac(struct sam9x60_pll_core *core, unsigned long rate, unsigned long parent_rate, bool update) argument
231 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
239 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
247 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
297 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
307 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
337 sam9x60_div_pll_set_div(struct sam9x60_pll_core *core, u32 div, bool enable) argument
356 sam9x60_div_pll_set(struct sam9x60_pll_core *core) argument
383 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
390 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
411 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
430 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
436 sam9x60_div_pll_compute_div(struct sam9x60_pll_core *core, unsigned long *parent_rate, unsigned long rate) argument
482 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
490 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
501 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
529 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
539 struct sam9x60_pll_core *core = to_sam9x60_pll_core(hw); local
550 struct sam9x60_pll_core core = div->core; local
[all...]
/linux-master/drivers/staging/rtl8723bs/
H A DMakefile3 core/rtw_ap.o \
4 core/rtw_btcoex.o \
5 core/rtw_cmd.o \
6 core/rtw_debug.o \
7 core/rtw_efuse.o \
8 core/rtw_io.o \
9 core/rtw_ioctl_set.o \
10 core/rtw_ieee80211.o \
11 core/rtw_mlme.o \
12 core/rtw_mlme_ex
[all...]
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-coremask.h12 * select a specific core, a group of cores, or all available cores, for
16 * The core numbers used in this file are the same value as what is found in
19 * For the CN78XX and other multi-node environments the core numbers are not
20 * contiguous. The core numbers for the CN78XX are as follows:
46 * Is ``core'' set in the coremask?
49 int core)
53 n = core % CVMX_COREMASK_ELTSZ;
54 i = core / CVMX_COREMASK_ELTSZ;
78 * Clear ``core'' from the coremask.
80 static inline void cvmx_coremask_clear_core(struct cvmx_coremask *pcm, int core) argument
48 cvmx_coremask_is_core_set(const struct cvmx_coremask *pcm, int core) argument
[all...]
/linux-master/sound/soc/qcom/qdsp6/
H A Dq6core.c72 struct q6core *core = dev_get_drvdata(&adev->dev); local
83 core->get_version_supported = false;
84 core->resp_received = true;
88 core->fwk_version_supported = false;
89 core->resp_received = true;
93 core->get_state_supported = false;
94 core->resp_received = true;
104 core->fwk_version = kmemdup(data->payload,
108 if (!core->fwk_version)
111 core
151 q6core_get_fwk_versions(struct q6core *core) argument
181 q6core_get_svc_versions(struct q6core *core) argument
206 __q6core_is_adsp_ready(struct q6core *core) argument
344 struct q6core *core = dev_get_drvdata(&adev->dev); local
[all...]
/linux-master/drivers/interconnect/
H A DMakefile4 icc-core-objs := core.o bulk.o debugfs-client.o
6 obj-$(CONFIG_INTERCONNECT) += icc-core.o
/linux-master/drivers/pci/endpoint/
H A DMakefile7 obj-$(CONFIG_PCI_ENDPOINT) += pci-epc-core.o pci-epf-core.o\
/linux-master/drivers/tty/serdev/
H A DMakefile2 serdev-objs := core.o
/linux-master/drivers/dca/
H A DMakefile3 dca-objs := dca-core.o dca-sysfs.o
/linux-master/drivers/pnp/isapnp/
H A DMakefile6 pnp-y := core.o compat.o
/linux-master/net/bluetooth/bnep/
H A DMakefile8 bnep-objs := core.o sock.o netdev.o
/linux-master/net/bluetooth/cmtp/
H A DMakefile8 cmtp-objs := core.o sock.o capi.o
/linux-master/net/bluetooth/rfcomm/
H A DMakefile8 rfcomm-y := core.o sock.o
/linux-master/net/ieee802154/6lowpan/
H A DMakefile4 ieee802154_6lowpan-y := core.o rx.o reassembly.o tx.o
/linux-master/arch/xtensa/include/asm/
H A Dvermagic.h13 #include <variant/core.h>

Completed in 195 milliseconds

1234567891011>>