Searched refs:pic (Results 26 - 50 of 65) sorted by last modified time

123

/linux-master/arch/s390/kernel/vdso32/
H A DMakefile22 KBUILD_CFLAGS_32 := $(filter-out -mno-pic-data-is-text-relative,$(KBUILD_CFLAGS_32))
/linux-master/arch/arm/
H A DMakefile13 LDFLAGS_vmlinux := --no-undefined -X --pic-veneer -z norelro
/linux-master/arch/powerpc/platforms/85xx/
H A Dsocrates_fpga_pic.c275 void __init socrates_fpga_pic_init(struct device_node *pic) argument
281 socrates_fpga_pic_irq_host = irq_domain_add_linear(pic,
289 socrates_fpga_irqs[i] = irq_of_parse_and_map(pic, i);
298 socrates_fpga_pic_iobase = of_iomap(pic, 0);
/linux-master/arch/um/
H A DMakefile123 CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,) \
/linux-master/arch/xtensa/
H A DMakefile36 KBUILD_CFLAGS += $(call cc-option,-mforce-no-pic,)
/linux-master/arch/x86/kvm/
H A Dirq_comm.c34 struct kvm_pic *pic = kvm->arch.vpic; local
35 return kvm_pic_set_irq(pic, e->irqchip.pin, irq_source_id, level);
/linux-master/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c72 struct cedrus_h264_sram_ref_pic *pic)
76 pic->top_field_order_cnt = cpu_to_le32(top_field_order_cnt);
77 pic->bottom_field_order_cnt = cpu_to_le32(bottom_field_order_cnt);
78 pic->frame_info = cpu_to_le32(buf->codec.h264.pic_type << 8);
80 pic->luma_ptr = cpu_to_le32(cedrus_buf_addr(vbuf, &ctx->dst_fmt, 0));
81 pic->chroma_ptr = cpu_to_le32(cedrus_buf_addr(vbuf, &ctx->dst_fmt, 1));
82 pic->mv_col_top_ptr = cpu_to_le32(cedrus_h264_mv_col_buf_addr(buf, 0));
83 pic->mv_col_bot_ptr = cpu_to_le32(cedrus_h264_mv_col_buf_addr(buf, 1));
68 cedrus_fill_ref_pic(struct cedrus_ctx *ctx, struct cedrus_buffer *buf, unsigned int top_field_order_cnt, unsigned int bottom_field_order_cnt, struct cedrus_h264_sram_ref_pic *pic) argument
H A Dcedrus_mpeg2.c54 const struct v4l2_ctrl_mpeg2_picture *pic; local
64 pic = run->mpeg2.picture;
91 reg = VE_DEC_MPEG_MP12HDR_SLICE_TYPE(pic->picture_coding_type);
92 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, pic->f_code[0][0]);
93 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, pic->f_code[0][1]);
94 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, pic->f_code[1][0]);
95 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, pic->f_code[1][1]);
96 reg |= VE_DEC_MPEG_MP12HDR_INTRA_DC_PRECISION(pic->intra_dc_precision);
97 reg |= VE_DEC_MPEG_MP12HDR_INTRA_PICTURE_STRUCTURE(pic->picture_structure);
98 reg |= VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(pic
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-dec.h18 const struct v4l2_ctrl_mpeg2_picture *pic; member in struct:visl_mpeg2_run
/linux-master/drivers/irqchip/
H A Dirq-xtensa-pic.c20 #include <linux/irqchip/xtensa-pic.h>
103 IRQCHIP_DECLARE(xtensa_irq_chip, "cdns,xtensa-pic", xtensa_pic_init);
/linux-master/drivers/clk/sifive/
H A Dsifive-prci.c508 struct __prci_clock *pic; local
520 pic = &(desc->clks[i]);
522 init.name = pic->name;
523 init.parent_names = &pic->parent_name;
525 init.ops = pic->ops;
526 pic->hw.init = &init;
528 pic->pd = pd;
530 if (pic->pwd)
531 __prci_wrpll_read_cfg0(pd, pic->pwd);
533 r = devm_clk_hw_register(dev, &pic
[all...]
/linux-master/arch/xtensa/kernel/
H A Dirq.c24 #include <linux/irqchip/xtensa-pic.h>
/linux-master/arch/sparc/kernel/
H A Dprocess_64.c326 pp->pic[i] = pcr_ops->read_pic(i);
363 pp->pic[0], pp->pic[1], pp->pic[2], pp->pic[3]);
/linux-master/drivers/staging/media/av7110/
H A Dav7110_av.c1260 struct compat_video_still_picture *pic = local
1264 ret = play_iframe(av7110, compat_ptr(pic->iFrame),
1265 pic->size, file->f_flags & O_NONBLOCK);
1272 struct video_still_picture *pic = local
1276 ret = play_iframe(av7110, pic->iFrame, pic->size,
/linux-master/arch/powerpc/platforms/52xx/
H A Dlite5200_pm.c15 static struct mpc52xx_intr __iomem *pic; variable in typeref:struct:__iomem
78 pic = mbar + 0x500;
100 _memcpy_fromio(&spic, pic, sizeof(*pic));
189 out_be32(&pic->per_pri1, spic.per_pri1);
190 out_be32(&pic->per_pri2, spic.per_pri2);
191 out_be32(&pic->per_pri3, spic.per_pri3);
193 out_be32(&pic->main_pri1, spic.main_pri1);
194 out_be32(&pic->main_pri2, spic.main_pri2);
196 out_be32(&pic
[all...]
/linux-master/arch/powerpc/platforms/embedded6xx/
H A DMakefile9 obj-$(CONFIG_GAMECUBE_COMMON) += flipper-pic.o
11 obj-$(CONFIG_WII) += wii.o hlwd-pic.o
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c363 * Finds the open-pic node and sets up the mpic driver.
375 np = of_find_node_by_type(NULL, "open-pic");
380 opprop = of_get_property(root, "platform-open-pic", &oplen);
446 struct device_node *np, *pic = NULL; local
453 pic = np;
460 if (pic == NULL && chrp_mpic != NULL) {
486 i8259_init(pic, chrp_int_ack);
492 cascade_irq = irq_of_parse_and_map(pic, 0);
/linux-master/arch/powerpc/platforms/86xx/
H A DMakefile6 obj-y := pic.o common.o
/linux-master/drivers/gpio/
H A Dgpio-idt3243x.c22 void __iomem *pic; member in struct:idt_gpio_ctrl
37 pending = readl(ctrl->pic + IDT_PIC_IRQ_PEND);
92 writel(ctrl->mask_cache, ctrl->pic + IDT_PIC_IRQ_MASK);
109 writel(ctrl->mask_cache, ctrl->pic + IDT_PIC_IRQ_MASK);
120 writel(ctrl->mask_cache, ctrl->pic + IDT_PIC_IRQ_MASK);
167 ctrl->pic = devm_platform_ioremap_resource_byname(pdev, "pic");
168 if (IS_ERR(ctrl->pic))
169 return PTR_ERR(ctrl->pic);
/linux-master/arch/mips/vdso/
H A DMakefile34 -mrelax-pic-calls $(call cc-option, -mexplicit-relocs) \
/linux-master/arch/arm/boot/compressed/
H A DMakefile103 ccflags-y := -fpic $(call cc-option,-mno-single-pic-base,) -fno-builtin \
/linux-master/drivers/net/can/usb/
H A Dmcba_usb.c146 u8 pic; member in struct:mcba_usb_msg_fw_ver
403 static void mcba_usb_xmit_read_fw_ver(struct mcba_priv *priv, u8 pic) argument
407 .pic = pic
/linux-master/drivers/media/platform/verisilicon/
H A Drockchip_vpu2_hw_mpeg2_dec.c99 const struct v4l2_ctrl_mpeg2_picture *pic)
104 switch (pic->picture_coding_type) {
106 backward_addr = hantro_get_ref(ctx, pic->backward_ref_ts);
109 forward_addr = hantro_get_ref(ctx, pic->forward_ref_ts);
120 if (pic->picture_structure == V4L2_MPEG2_PIC_BOTTOM_FIELD)
130 if (pic->picture_structure == V4L2_MPEG2_PIC_FRAME ||
131 pic->picture_coding_type == V4L2_MPEG2_PIC_CODING_TYPE_B ||
132 (pic->picture_structure == V4L2_MPEG2_PIC_TOP_FIELD &&
133 pic->flags & V4L2_MPEG2_PIC_TOP_FIELD) ||
134 (pic
94 rockchip_vpu2_mpeg2_dec_set_buffers(struct hantro_dev *vpu, struct hantro_ctx *ctx, struct vb2_buffer *src_buf, struct vb2_buffer *dst_buf, const struct v4l2_ctrl_mpeg2_sequence *seq, const struct v4l2_ctrl_mpeg2_picture *pic) argument
156 const struct v4l2_ctrl_mpeg2_picture *pic; local
[all...]
H A Dhantro_g1_mpeg2_dec.c96 const struct v4l2_ctrl_mpeg2_picture *pic)
101 switch (pic->picture_coding_type) {
103 backward_addr = hantro_get_ref(ctx, pic->backward_ref_ts);
106 forward_addr = hantro_get_ref(ctx, pic->forward_ref_ts);
117 if (pic->picture_structure == V4L2_MPEG2_PIC_BOTTOM_FIELD)
127 if (pic->picture_structure == V4L2_MPEG2_PIC_FRAME ||
128 pic->picture_coding_type == V4L2_MPEG2_PIC_CODING_TYPE_B ||
129 (pic->picture_structure == V4L2_MPEG2_PIC_TOP_FIELD &&
130 pic->flags & V4L2_MPEG2_PIC_FLAG_TOP_FIELD_FIRST) ||
131 (pic
92 hantro_g1_mpeg2_dec_set_buffers(struct hantro_dev *vpu, struct hantro_ctx *ctx, struct vb2_buffer *src_buf, struct vb2_buffer *dst_buf, const struct v4l2_ctrl_mpeg2_sequence *seq, const struct v4l2_ctrl_mpeg2_picture *pic) argument
153 const struct v4l2_ctrl_mpeg2_picture *pic; local
[all...]
/linux-master/arch/m68k/virt/
H A Dconfig.c71 virt_bi_data.pic.mmio = be32_to_cpup(data);
73 virt_bi_data.pic.irq = be32_to_cpup(data);

Completed in 393 milliseconds

123