Searched refs:core (Results 76 - 100 of 2711) sorted by relevance

1234567891011>>

/linux-master/sound/soc/sof/xtensa/
H A DMakefile3 snd-sof-xtensa-dsp-objs := core.o
/linux-master/drivers/platform/x86/intel/ifs/
H A DMakefile3 intel_ifs-objs := core.o load.o runtest.o sysfs.o
/linux-master/drivers/net/can/esd/
H A DMakefile5 esd_402_pci-objs := esdacc.o esd_402_pci-core.o
/linux-master/drivers/staging/media/meson/vdec/
H A Dcodec_mpeg12.c53 static int codec_mpeg12_can_recycle(struct amvdec_core *core) argument
55 return !amvdec_read_dos(core, MREG_BUFFERIN);
58 static void codec_mpeg12_recycle(struct amvdec_core *core, u32 buf_idx) argument
60 amvdec_write_dos(core, MREG_BUFFERIN, buf_idx + 1);
65 struct amvdec_core *core = sess->core; local
74 mpeg12->workspace_vaddr = dma_alloc_coherent(core->dev, SIZE_WORKSPACE,
78 dev_err(core->dev, "Failed to request MPEG 1/2 Workspace\n");
88 amvdec_write_dos(core, POWER_CTL_VLD, BIT(4));
89 amvdec_write_dos(core, MREG_CO_MV_STAR
120 struct amvdec_core *core = sess->core; local
132 struct amvdec_core *core = sess->core; local
155 struct amvdec_core *core = sess->core; local
[all...]
H A Desparser.c62 struct amvdec_core *core = dev; local
64 int_status = amvdec_read_parser(core, PARSER_INT_STATUS);
65 amvdec_write_parser(core, PARSER_INT_STATUS, int_status);
68 amvdec_write_parser(core, PFIFO_RD_PTR, 0);
69 amvdec_write_parser(core, PFIFO_WR_PTR, 0);
81 static int vp9_update_header(struct amvdec_core *core, struct vb2_buffer *buf) argument
97 dev_warn(core->dev, "%s: unable to update header\n", __func__);
136 dev_warn(core->dev, "%s: unable to update header\n", __func__);
170 dev_dbg(core->dev, "%s: data has gaps, setting to 0\n",
175 dev_err(core
188 esparser_pad_start_code(struct amvdec_core *core, struct vb2_buffer *vb, u32 payload_size) argument
216 esparser_write_data(struct amvdec_core *core, dma_addr_t addr, u32 size) argument
239 struct amvdec_core *core = sess->core; local
255 esparser_queue_eos(struct amvdec_core *core, const u8 *data, u32 len) argument
277 struct amvdec_core *core = sess->core; local
295 struct amvdec_core *core = sess->core; local
391 struct amvdec_core *core = sess->core; local
432 esparser_init(struct platform_device *pdev, struct amvdec_core *core) argument
[all...]
H A Desparser.h14 int esparser_init(struct platform_device *pdev, struct amvdec_core *core);
20 * @core: vdec core struct
24 int esparser_queue_eos(struct amvdec_core *core, const u8 *data, u32 len);
/linux-master/arch/x86/kernel/fpu/
H A DMakefile6 obj-y += init.o bugs.o core.o regset.o signal.o xstate.o
/linux-master/arch/x86/kernel/kprobes/
H A DMakefile6 obj-$(CONFIG_KPROBES) += core.o
/linux-master/drivers/infiniband/
H A DMakefile2 obj-$(CONFIG_INFINIBAND) += core/
/linux-master/drivers/siox/
H A DMakefile2 obj-$(CONFIG_SIOX) += siox-core.o
/linux-master/drivers/video/fbdev/mmp/
H A DMakefile4 mmp_disp-y += core.o
/linux-master/sound/aoa/
H A DMakefile2 obj-$(CONFIG_SND_AOA) += core/
/linux-master/drivers/tee/amdtee/
H A DMakefile3 amdtee-objs += core.o
/linux-master/drivers/mtd/hyperbus/
H A DMakefile3 obj-$(CONFIG_MTD_HYPERBUS) += hyperbus-core.o
/linux-master/drivers/net/ethernet/mellanox/
H A DMakefile7 obj-$(CONFIG_MLX5_CORE) += mlx5/core/
/linux-master/kernel/futex/
H A DMakefile3 obj-y += core.o syscalls.o pi.o requeue.o waitwake.o
/linux-master/drivers/media/platform/marvell/
H A DMakefile2 obj-$(CONFIG_VIDEO_CAFE_CCIC) += cafe_ccic.o mcam-core.o
5 obj-$(CONFIG_VIDEO_MMP_CAMERA) += mmp_camera.o mcam-core.o
/linux-master/drivers/iio/light/
H A Dcros_ec_light_prox.c34 struct cros_ec_sensors_core_state core; member in struct:cros_ec_light_prox_state
49 mutex_lock(&st->core.cmd_lock);
82 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_OFFSET;
83 st->core.param.sensor_offset.flags = 0;
85 ret = cros_ec_motion_send_host_cmd(&st->core, 0);
90 st->core.calib[0].offset =
91 st->core.resp->sensor_offset.offset[0];
93 *val = st->core.calib[idx].offset;
102 st->core.param.cmd = MOTIONSENSE_CMD_SENSOR_RANGE;
103 st->core
[all...]
/linux-master/arch/mips/crypto/
H A DMakefile9 chacha-mips-y := chacha-core.o chacha-glue.o
10 AFLAGS_chacha-core.o += -O2 # needed to fill branch delay slots
13 poly1305-mips-y := poly1305-core.o poly1305-glue.o
21 $(obj)/poly1305-core.S: $(src)/poly1305-mips.pl FORCE
24 targets += poly1305-core.S
/linux-master/drivers/media/pci/cx88/
H A Dcx88-video.c282 int cx88_video_mux(struct cx88_core *core, unsigned int input) argument
284 /* struct cx88_core *core = dev->core; */
290 core->input = input;
322 if (core->sd_wm8775) {
323 call_all(core, audio, s_routing,
334 core->tvaudio = WW_I2SADC;
335 cx88_set_tvaudio(core);
353 struct cx88_core *core = dev->core; local
390 struct cx88_core *core = dev->core; local
425 struct cx88_core *core = dev->core; local
437 struct cx88_core *core = dev->core; local
543 struct cx88_core *core = dev->core; local
576 struct cx88_core *core = dev->core; local
609 struct cx88_core *core = local
656 struct cx88_core *core = local
710 struct cx88_core *core = dev->core; local
728 struct cx88_core *core = dev->core; local
774 struct cx88_core *core = dev->core; local
790 cx88_querycap(struct file *file, struct cx88_core *core, struct v4l2_capability *cap) argument
809 struct cx88_core *core = dev->core; local
829 struct cx88_core *core = dev->core; local
838 struct cx88_core *core = dev->core; local
844 cx88_enum_input(struct cx88_core *core, struct v4l2_input *i) argument
878 struct cx88_core *core = dev->core; local
886 struct cx88_core *core = dev->core; local
895 struct cx88_core *core = dev->core; local
911 struct cx88_core *core = dev->core; local
934 struct cx88_core *core = dev->core; local
949 struct cx88_core *core = dev->core; local
963 cx88_set_freq(struct cx88_core *core, const struct v4l2_frequency *f) argument
990 struct cx88_core *core = dev->core; local
1000 struct cx88_core *core = dev->core; local
1012 struct cx88_core *core = dev->core; local
1027 struct cx88_core *core = dev->core; local
1042 struct cx88_core *core = dev->core; local
1063 struct cx88_core *core = dev->core; local
1104 struct cx88_core *core = dev->core; local
1261 struct cx88_core *core; local
1528 struct cx88_core *core = dev->core; local
1557 struct cx88_core *core = dev->core; local
1584 struct cx88_core *core = dev->core; local
[all...]
H A Dcx88.h109 /* SRAM memory management data (see cx88-core.c) */
295 #define INPUT(nr) (core->board.input[nr])
373 void (*gate_ctrl)(struct cx88_core *core, int open);
417 #define call_hw(core, grpid, o, f, args...) \
419 if (!core->i2c_rc) { \
420 if (core->gate_ctrl) \
421 core->gate_ctrl(core, 1); \
422 v4l2_device_call_all(&core->v4l2_dev, \
424 if (core
469 struct cx88_core *core; member in struct:cx8800_dev
508 struct cx88_core *core; member in struct:cx8802_driver
537 struct cx88_core *core; member in struct:cx8802_dev
[all...]
H A Dcx88-mpeg.c47 if (dev->core->board.mpeg & CX88_MPEG_DVB)
49 if (dev->core->board.mpeg & CX88_MPEG_BLACKBIRD)
76 struct cx88_core *core = dev->core; local
79 core->width, core->height, core->field);
82 cx88_sram_channel_setup(core, &cx88_sram_channels[SRAM_CH28],
93 dprintk(1, "core->active_type_id = 0x%08x\n", core
182 struct cx88_core *core = dev->core; local
306 struct cx88_core *core = dev->core; local
353 struct cx88_core *core = dev->core; local
385 struct cx88_core *core = dev->core; local
517 struct cx88_core *core = drv->core; local
555 struct cx88_core *core = drv->core; local
703 struct cx88_core *core; local
[all...]
/linux-master/drivers/net/ethernet/broadcom/
H A Dbgmac-bcma.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
18 static inline bool bgmac_is_bcm4707_family(struct bcma_device *core) argument
20 switch (core->bus->chipinfo.id) {
36 return bcma_read32(bgmac->bcma.core, offset);
41 bcma_write32(bgmac->bcma.core, offset, value);
46 return bcma_aread32(bgmac->bcma.core, offset);
51 return bcma_awrite32(bgmac->bcma.core, offset, value);
56 return bcma_core_is_enabled(bgmac->bcma.core);
61 bcma_core_enable(bgmac->bcma.core, flags);
67 struct bcma_drv_cc *cc = &bgmac->bcma.core
124 bgmac_probe(struct bcma_device *core) argument
328 bgmac_remove(struct bcma_device *core) argument
[all...]
H A Dbgmac-bcma-mdio.c2 * Driver for (BCM4706)? GBit MAC core on BCMA bus.
16 static bool bcma_mdio_wait_value(struct bcma_device *core, u16 reg, u32 mask, argument
23 val = bcma_read32(core, reg);
28 dev_err(&core->dev, "Timeout waiting for reg 0x%X\n", reg);
38 struct bcma_device *core; local
55 if (bgmac->bcma.core->id.id == BCMA_CORE_4706_MAC_GBIT) {
56 core = bgmac->bcma.core->bus->drv_gmac_cmn.core;
60 core
89 struct bcma_device *core; local
213 struct bcma_device *core = bgmac->bcma.core; local
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvpu_msgs.c38 vpu_iface_unpack_msg_data(inst->core, pkt, (void *)&req_data);
73 vpu_iface_unpack_msg_data(inst->core, pkt, (void *)&info);
86 vpu_iface_unpack_msg_data(inst->core, pkt, (void *)&info);
96 vpu_iface_unpack_msg_data(inst->core, pkt, &fs);
102 if (inst->core->type == VPU_CORE_TYPE_ENC) {
106 vpu_iface_unpack_msg_data(inst->core, pkt, (void *)&info.sequence);
110 } else if (inst->core->type == VPU_CORE_TYPE_DEC) {
113 vpu_iface_unpack_msg_data(inst->core, pkt, &fs);
128 vpu_iface_unpack_msg_data(inst->core, pkt, (void *)&info);
138 vpu_iface_unpack_msg_data(inst->core, pk
299 vpu_handle_msg(struct vpu_core *core) argument
330 vpu_isr_thread(struct vpu_core *core, u32 irq_code) argument
351 vpu_core_run_msg_work(struct vpu_core *core) argument
365 struct vpu_core *core = container_of(work, struct vpu_core, msg_work); local
374 struct vpu_core *core; local
401 vpu_isr(struct vpu_core *core, u32 irq) argument
[all...]

Completed in 254 milliseconds

1234567891011>>