Searched refs:core (Results 176 - 200 of 2711) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/
H A Dtest_kmod.sh28 sysctl -w net.core.bpf_jit_enable=$1 2>&1 > /dev/null
29 sysctl -w net.core.bpf_jit_harden=$2 2>&1 > /dev/null
56 JE=`sysctl -n net.core.bpf_jit_enable`
57 JH=`sysctl -n net.core.bpf_jit_harden`
62 sysctl -w net.core.bpf_jit_enable=$JE 2>&1 > /dev/null
63 sysctl -w net.core.bpf_jit_harden=$JH 2>&1 > /dev/null
/linux-master/arch/arm/crypto/
H A DMakefile26 aes-arm-y := aes-cipher-core.o aes-cipher-glue.o
27 aes-arm-bs-y := aes-neonbs-core.o aes-neonbs-glue.o
31 sha256-arm-y := sha256-core.o sha256_glue.o $(sha256-arm-neon-y)
33 sha512-arm-y := sha512-core.o sha512-glue.o $(sha512-arm-neon-y)
34 libblake2s-arm-y:= blake2s-core.o blake2s-glue.o
35 blake2b-neon-y := blake2b-neon-core.o blake2b-neon-glue.o
36 sha1-arm-ce-y := sha1-ce-core.o sha1-ce-glue.o
37 sha2-arm-ce-y := sha2-ce-core.o sha2-ce-glue.o
38 aes-arm-ce-y := aes-ce-core.o aes-ce-glue.o
39 ghash-arm-ce-y := ghash-ce-core
[all...]
/linux-master/drivers/leds/simple/
H A DMakefile3 obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC_APOLLOLAKE) += simatic-ipc-leds-gpio-core.o simatic-ipc-leds-gpio-apollolake.o
4 obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC_F7188X) += simatic-ipc-leds-gpio-core.o simatic-ipc-leds-gpio-f7188x.o
5 obj-$(CONFIG_LEDS_SIEMENS_SIMATIC_IPC_ELKHARTLAKE) += simatic-ipc-leds-gpio-core.o simatic-ipc-leds-gpio-elkhartlake.o
/linux-master/drivers/media/platform/amphion/
H A Dvpu_dbg.c206 mutex_lock(&inst->core->cmd_lock);
216 mutex_unlock(&inst->core->cmd_lock);
220 mutex_unlock(&inst->core->cmd_lock);
236 struct vpu_core *core = s->private; local
237 struct vpu_shared_addr *iface = core->iface;
241 num = scnprintf(str, sizeof(str), "[%s]\n", vpu_core_type_desc(core->type));
246 &core->fw.phys, core->fw.length);
250 &core->rpc.phys, core
305 struct vpu_core *core = s->private; local
371 struct vpu_core *core = s->private; local
457 vpu_core_create_dbgfs_file(struct vpu_core *core) argument
489 vpu_core_remove_dbgfs_file(struct vpu_core *core) argument
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-core.c4 * driver core
40 MODULE_PARM_DESC(core_debug, "enable debug messages [core]");
51 printk(KERN_DEBUG pr_fmt("%s: core:" fmt), \
56 printk(KERN_DEBUG pr_fmt("%s: core:" fmt), \
342 int cx88_sram_channel_setup(struct cx88_core *core, argument
421 void cx88_sram_channel_dump(struct cx88_core *core, argument
504 int cx88_core_irq(struct cx88_core *core, u32 status) argument
509 cx88_ir_irq(core);
515 status, core->pci_irqmask);
520 void cx88_wakeup(struct cx88_core *core, argument
535 cx88_shutdown(struct cx88_core *core) argument
560 cx88_reset(struct cx88_core *core) argument
682 cx88_set_scale(struct cx88_core *core, unsigned int width, unsigned int height, enum v4l2_field field) argument
754 set_pll(struct cx88_core *core, int prescale, u32 ofreq) argument
791 cx88_start_audio_dma(struct cx88_core *core) argument
817 cx88_stop_audio_dma(struct cx88_core *core) argument
829 set_tvaudio(struct cx88_core *core) argument
882 cx88_set_tvnorm(struct cx88_core *core, v4l2_std_id norm) argument
1022 cx88_vdev_init(struct cx88_core *core, struct pci_dev *pci, struct video_device *vfd, const struct video_device *template_, const char *type) argument
1047 struct cx88_core *core; local
1076 cx88_core_put(struct cx88_core *core, struct pci_dev *pci) argument
[all...]
H A Dcx88-dvb.c176 mutex_lock(&dev->core->lock);
187 mutex_unlock(&dev->core->lock);
192 static void cx88_dvb_gate_ctrl(struct cx88_core *core, int open) argument
197 if (!core->dvbdev)
200 f = &core->dvbdev->frontends;
384 struct cx88_core *core = dev->core; local
449 struct cx88_core *core = dev->core; local
456 if (core
465 struct cx88_core *core = dev->core; local
481 struct cx88_core *core = dev->core; local
505 struct cx88_core *core = dev->core; local
698 struct cx88_core *core = dev->core; local
781 struct cx88_core *core = dev->core; local
890 struct cx88_core *core = dev->core; local
912 struct cx88_core *core = dev->core; local
990 struct cx88_core *core = dev->core; local
1650 struct cx88_core *core = drv->core; local
1715 struct cx88_core *core = drv->core; local
1735 struct cx88_core *core = drv->core; local
1809 struct cx88_core *core = drv->core; local
[all...]
/linux-master/tools/perf/arch/x86/util/
H A Devsel.c27 * The PERF_TYPE_RAW type is the core PMU type, e.g., "cpu" PMU
29 * The slots event is only available for the core PMU, which
34 if ((evsel->core.attr.type == PERF_TYPE_RAW) &&
52 u64 event = evsel->core.attr.config & PERF_HW_EVENT_MASK;
53 u64 pmu = evsel->core.attr.config >> PERF_PMU_TYPE_SHIFT;
110 if (!evsel->core.attr.precise_ip &&
115 if (evsel->core.attr.exclude_kernel || evsel->core.attr.exclude_user ||
116 evsel->core.attr.exclude_hv || evsel->core
[all...]
H A Devlist.c32 list_add_tail(&evsel->core.node, &head);
43 evsel->core.attr.config |= (__u64)pmu->type << PERF_PMU_TYPE_SHIFT;
45 evsel->core.cpus = cpus;
46 evsel->core.own_cpus = perf_cpu_map__get(cpus);
48 list_add_tail(&evsel->core.node, &head);
93 return lhs->core.idx - rhs->core.idx;
/linux-master/drivers/bcma/
H A Dhost_soc.c16 static u8 bcma_host_soc_read8(struct bcma_device *core, u16 offset) argument
18 return readb(core->io_addr + offset);
21 static u16 bcma_host_soc_read16(struct bcma_device *core, u16 offset) argument
23 return readw(core->io_addr + offset);
26 static u32 bcma_host_soc_read32(struct bcma_device *core, u16 offset) argument
28 return readl(core->io_addr + offset);
31 static void bcma_host_soc_write8(struct bcma_device *core, u16 offset, argument
34 writeb(value, core->io_addr + offset);
37 static void bcma_host_soc_write16(struct bcma_device *core, u16 offset, argument
40 writew(value, core
43 bcma_host_soc_write32(struct bcma_device *core, u16 offset, u32 value) argument
50 bcma_host_soc_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) argument
93 bcma_host_soc_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
138 bcma_host_soc_aread32(struct bcma_device *core, u16 offset) argument
145 bcma_host_soc_awrite32(struct bcma_device *core, u16 offset, u32 value) argument
[all...]
H A Ddriver_mips.c3 * Broadcom MIPS32 74K core driver
72 struct bcma_device *mdev = dev->bus->drv_mips.core;
92 struct bcma_device *mdev = bus->drv_mips.core;
117 struct bcma_device *core; local
122 list_for_each_entry(core, &bus->cores, list) {
123 if ((1 << bcma_core_mips_irqflag(core)) ==
125 bcma_core_mips_set_irq(core, 0);
134 bcma_debug(bus, "set_irq: core 0x%04x, irq %d => %d\n",
141 struct bcma_device *core; local
143 core
170 struct bcma_device *core; local
195 struct bcma_device *core; local
296 struct bcma_device *core; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dcore507d.c22 #include "core.h"
34 core507d_update(struct nv50_core *core, u32 *interlock, bool ntfy) argument
36 struct nvif_push *push = core->chan.push;
83 struct nvif_push *push = disp->core->chan.push;
106 struct nv50_core *core = disp->core; local
118 time = nvif_msec(core->chan.base.device, 2000ULL,
125 NV_ERROR(drm, "core caps notifier timeout\n");
131 core507d_init(struct nv50_core *core) argument
133 struct nvif_push *push = core
162 struct nv50_core *core; local
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dpmu.c121 struct bcma_device *core; local
127 /* Remember original core before switch to chipc */
128 core = sii->icbus->drv_cc.core;
130 if (bcma_read32(core, CHIPCREGOFFS(pmustatus)) & PST_EXTLPOAVAIL) {
137 bcma_write32(core, CHIPCREGOFFS(pmu_xtalfreq),
144 ilp_ctr = bcma_read32(core, CHIPCREGOFFS(pmu_xtalfreq)) &
151 bcma_write32(core, CHIPCREGOFFS(pmu_xtalfreq), 0);
/linux-master/drivers/usb/host/
H A Dehci-ps3.c99 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed\n",
107 dev_dbg(&dev->core, "%s:%d: ps3_dma_region_create failed: "
116 dev_dbg(&dev->core, "%s:%d: ps3_map_mmio_region failed\n",
122 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__,
128 dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n",
135 dev->core.dma_mask = &dummy_mask;
136 dma_set_coherent_mask(&dev->core, dummy_mask);
138 hcd = usb_create_hcd(&ps3_ehci_hc_driver, &dev->core, dev_name(&dev->core));
141 dev_dbg(&dev->core, "
[all...]
H A Dohci-ps3.c82 dev_dbg(&dev->core, "%s:%d: ps3_open_hv_device failed: %s\n",
91 dev_dbg(&dev->core, "%s:%d: ps3_dma_region_create failed: "
100 dev_dbg(&dev->core, "%s:%d: ps3_map_mmio_region failed\n",
106 dev_dbg(&dev->core, "%s:%d: mmio mapped_addr %lxh\n", __func__,
112 dev_dbg(&dev->core, "%s:%d: ps3_construct_io_irq(%d) failed.\n",
119 dev->core.dma_mask = &dummy_mask;
120 dma_set_coherent_mask(&dev->core, dummy_mask);
122 hcd = usb_create_hcd(&ps3_ohci_hc_driver, &dev->core, dev_name(&dev->core));
125 dev_dbg(&dev->core, "
[all...]
H A Dbcma-hcd.c4 * Broadcom USB-core driver (BCMA bus glue)
41 struct bcma_device *core; member in struct:bcma_hcd_device
107 * 1. Since the core supports both OHCI and EHCI functions, it must
111 * Register must be programmed to bring the USB core and various
174 * Old USB 2.0 core is identified as BCMA_CORE_USB20_HOST and was introduced
177 * Initialization of this old core differs between MIPS and ARM.
181 struct bcma_device *core = usb_dev->core; local
182 struct device *dev = &core->dev;
186 if (core
269 struct bcma_device *core = bcma_hcd->core; local
386 struct bcma_device *core = bcma_hcd->core; local
396 bcma_hcd_probe(struct bcma_device *core) argument
[all...]
/linux-master/include/linux/bcma/
H A Dbcma.h44 u8 (*read8)(struct bcma_device *core, u16 offset);
45 u16 (*read16)(struct bcma_device *core, u16 offset);
46 u32 (*read32)(struct bcma_device *core, u16 offset);
47 void (*write8)(struct bcma_device *core, u16 offset, u8 value);
48 void (*write16)(struct bcma_device *core, u16 offset, u16 value);
49 void (*write32)(struct bcma_device *core, u16 offset, u32 value);
51 void (*block_read)(struct bcma_device *core, void *buffer,
53 void (*block_write)(struct bcma_device *core, const void *buffer,
57 u32 (*aread32)(struct bcma_device *core, u16 offset);
58 void (*awrite32)(struct bcma_device *core, u1
291 bcma_get_drvdata(struct bcma_device *core) argument
295 bcma_set_drvdata(struct bcma_device *core, void *drvdata) argument
367 bcma_read8(struct bcma_device *core, u16 offset) argument
371 bcma_read16(struct bcma_device *core, u16 offset) argument
375 bcma_read32(struct bcma_device *core, u16 offset) argument
380 bcma_write8(struct bcma_device *core, u16 offset, u32 value) argument
385 bcma_write16(struct bcma_device *core, u16 offset, u32 value) argument
390 bcma_write32(struct bcma_device *core, u16 offset, u32 value) argument
395 bcma_block_read(struct bcma_device *core, void *buffer, size_t count, u16 offset, u8 reg_width) argument
400 bcma_block_write(struct bcma_device *core, const void *buffer, size_t count, u16 offset, u8 reg_width) argument
407 bcma_aread32(struct bcma_device *core, u16 offset) argument
412 bcma_awrite32(struct bcma_device *core, u16 offset, u32 value) argument
464 bcma_host_pci_irq_ctl(struct bcma_bus *bus, struct bcma_device *core, bool enable) argument
[all...]
/linux-master/drivers/ps3/
H A Dps3stor_lib.c89 dev_dbg(&dev->sbd.core,
97 dev_dbg(&dev->sbd.core, "%s:%u: read failed, "
103 dev_dbg(&dev->sbd.core, "%s:%u: region %u is accessible\n",
115 dev_info(&dev->sbd.core,
120 dev_info(&dev->sbd.core,
143 dev_err(&dev->sbd.core,
152 dev_err(&dev->sbd.core,
159 dev->sbd.core.driver->name, dev);
161 dev_err(&dev->sbd.core, "%s:%u: request_irq failed %d\n",
169 dev_err(&dev->sbd.core,
[all...]
/linux-master/tools/perf/tests/
H A Dkeep-tracking.c40 for (i = 0; i < evlist->core.nr_mmaps; i++) {
42 if (perf_mmap__read_init(&md->core) < 0)
44 while ((event = perf_mmap__read_event(&md->core)) != NULL) {
50 perf_mmap__consume(&md->core);
52 perf_mmap__read_done(&md->core);
90 perf_evlist__set_maps(&evlist->core, cpus, threads);
99 evsel->core.attr.comm = 1;
100 evsel->core.attr.disabled = 1;
101 evsel->core.attr.enable_on_exec = 0;
/linux-master/drivers/clk/microchip/
H A Dclk-core.h66 struct pic32_clk_common *core);
68 struct pic32_clk_common *core);
70 struct pic32_clk_common *core);
72 struct pic32_clk_common *core);
74 struct pic32_clk_common *core);
H A Dclk-pic32mzda.c17 #include "clk-core.h"
129 struct pic32_clk_common core; member in struct:pic32mzda_clk_data
142 if (readl(cd->core.iobase) & BIT(2))
155 struct pic32_clk_common *core; local
164 core = &cd->core;
165 core->iobase = of_io_request_and_map(np, 0, of_node_full_name(np));
166 if (IS_ERR(core->iobase)) {
168 return PTR_ERR(core->iobase);
171 spin_lock_init(&core
[all...]
/linux-master/sound/hda/
H A DMakefile2 snd-hda-core-objs := hda_bus_type.o hdac_bus.o hdac_device.o hdac_sysfs.o \
5 snd-hda-core-objs += trace.o
9 snd-hda-core-$(CONFIG_SND_HDA_COMPONENT) += hdac_component.o
10 snd-hda-core-$(CONFIG_SND_HDA_I915) += hdac_i915.o
12 obj-$(CONFIG_SND_HDA_CORE) += snd-hda-core.o
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_debugfs.c99 int i, core; local
119 for (core = 0; core < v3d->cores; core++) {
124 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n",
125 core, def->name, def->reg,
126 V3D_CORE_READ(core, def->reg));
134 seq_printf(m, "core %d %s (0x%04x): 0x%08x\n",
135 core, def->name, def->reg,
136 V3D_CORE_READ(core, de
150 int core; local
234 int core = 0; local
[all...]
/linux-master/drivers/media/platform/qcom/venus/
H A Dcore.h119 * struct venus_core - holds core parameters valid for all instances
152 * @state: the state of the venus core
157 * @core_ops: the core operations
160 * @enc_codecs: encoders supported by this core
161 * @dec_codecs: decoders supported by this core
164 * @ops: the core HFI operations
373 * @list: used for attach an instance to the core
375 * @core: a reference to the core struct
376 * @clk_data: clock data per core I
443 struct venus_core *core; member in struct:venus_inst
531 to_hfi_priv(struct venus_core *core) argument
537 venus_caps_by_codec(struct venus_core *core, u32 codec, u32 domain) argument
551 is_fw_rev_or_newer(struct venus_core *core, u32 vmajor, u32 vminor, u32 vrev) argument
559 is_fw_rev_or_older(struct venus_core *core, u32 vmajor, u32 vminor, u32 vrev) argument
[all...]
/linux-master/drivers/iio/pressure/
H A Dcros_ec_baro.c32 struct cros_ec_sensors_core_state core; member in struct:cros_ec_baro_state
46 mutex_lock(&st->core.cmd_lock);
59 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_RANGE;
60 st->core.param.sensor_range.data = EC_MOTION_SENSE_NO_VALUE;
62 ret = cros_ec_motion_send_host_cmd(&st->core, 0);
66 *val = st->core.resp->sensor_range.ret;
73 ret = cros_ec_sensors_core_read(&st->core, chan, val, val2,
78 mutex_unlock(&st->core.cmd_lock);
90 mutex_lock(&st->core.cmd_lock);
94 st->core
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c77 /* ARM CR4 core specific control flag bits */
80 /* D11 core specific control flag bits */
84 /* chip core base & ramsize */
86 /* SDIO device core, ID 0x829 */
88 /* internal memory core, ID 0x80e */
90 /* ARM Cortex M3 core, ID 0x82a */
230 /* assured first core is chipcommon, second core is buscore */
234 bool (*iscoreup)(struct brcmf_core_priv *core);
235 void (*coredisable)(struct brcmf_core_priv *core, u3
241 brcmf_chip_sb_corerev(struct brcmf_chip_priv *ci, struct brcmf_core *core) argument
250 brcmf_chip_sb_iscoreup(struct brcmf_core_priv *core) argument
264 brcmf_chip_ai_iscoreup(struct brcmf_core_priv *core) argument
280 brcmf_chip_sb_coredisable(struct brcmf_core_priv *core, u32 prereset, u32 reset) argument
350 brcmf_chip_ai_coredisable(struct brcmf_core_priv *core, u32 prereset, u32 reset) argument
384 brcmf_chip_sb_resetcore(struct brcmf_core_priv *core, u32 prereset, u32 reset, u32 postreset) argument
434 brcmf_chip_ai_resetcore(struct brcmf_core_priv *core, u32 prereset, u32 reset, u32 postreset) argument
508 struct brcmf_core_priv *core; local
526 struct brcmf_core_priv *core; local
568 brcmf_chip_core_read32(struct brcmf_core_priv *core, u16 reg) argument
573 brcmf_chip_core_write32(struct brcmf_core_priv *core, u16 reg, u32 val) argument
579 brcmf_chip_socram_banksize(struct brcmf_core_priv *core, u8 idx, u32 *banksize) argument
906 struct brcmf_core *core; local
971 struct brcmf_core *core; local
1054 struct brcmf_core *core; local
1171 struct brcmf_core_priv *core; local
1185 struct brcmf_core_priv *core; local
1200 struct brcmf_core_priv *core; local
1241 struct brcmf_core_priv *core; local
1249 struct brcmf_core_priv *core; local
1258 struct brcmf_core_priv *core; local
1267 struct brcmf_core *core; local
1290 struct brcmf_core *core; local
1310 struct brcmf_core *core; local
1325 struct brcmf_core *core; local
1339 struct brcmf_core *core; local
1352 struct brcmf_core *core; local
[all...]

Completed in 280 milliseconds

1234567891011>>