| /OK3568_Linux_fs/kernel/drivers/gpu/ipu-v3/ |
| H A D | ipu-prg.c | 89 struct ipu_prg *prg; in ipu_prg_lookup_by_phandle() local 92 list_for_each_entry(prg, &ipu_prg_list, list) { in ipu_prg_lookup_by_phandle() 93 if (prg_node == prg->dev->of_node) { in ipu_prg_lookup_by_phandle() 95 device_link_add(dev, prg->dev, in ipu_prg_lookup_by_phandle() 97 prg->id = ipu_id; in ipu_prg_lookup_by_phandle() 99 return prg; in ipu_prg_lookup_by_phandle() 145 struct ipu_prg *prg = ipu->prg_priv; in ipu_prg_enable() local 147 if (!prg) in ipu_prg_enable() 150 return pm_runtime_get_sync(prg->dev); in ipu_prg_enable() 156 struct ipu_prg *prg = ipu->prg_priv; in ipu_prg_disable() local [all …]
|
| H A D | Makefile | 9 imx-ipu-v3-objs += ipu-pre.o ipu-prg.o
|
| /OK3568_Linux_fs/kernel/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 42 int prg; /* Current position in program */ member 133 *(u16 *) (jit->prg_buf + jit->prg) = (op); \ 134 jit->prg += 2; \ 147 *(u32 *) (jit->prg_buf + jit->prg) = (op); \ 148 jit->prg += 4; \ 195 int __rel = ((target) - jit->prg) / 2; \ 202 *(u32 *) (jit->prg_buf + jit->prg) = (op1); \ 203 *(u16 *) (jit->prg_buf + jit->prg + 4) = (op2); \ 205 jit->prg += 6; \ 233 unsigned int rel = (int)((target) - jit->prg) / 2; \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-Don-t-set-uid-gid-during-install.patch | 9 RULES/rules.prg | 2 +- 12 diff --git a/RULES/rules.prg b/RULES/rules.prg 14 --- a/RULES/rules.prg 15 +++ b/RULES/rules.prg
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | mkenvimage.c | 87 const char *prg; in main() local 89 prg = basename(argv[0]); in main() 117 usage(prg); in main() 120 printf("%s version %s\n", prg, PLAIN_VERSION); in main() 125 usage(prg); in main() 129 usage(prg); in main() 137 usage(prg); in main()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | imx6qp.dtsi | 64 prg1: prg@21cc000 { 65 compatible = "fsl,imx6qp-prg"; 73 prg2: prg@21cd000 { 74 compatible = "fsl,imx6qp-prg"; 96 fsl,prg = <&prg1>; 101 fsl,prg = <&prg2>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/imx/ |
| H A D | fsl-imx-drm.txt | 36 - fsl,prg: phandle to prg node associated with this IPU instance 92 - compatible: should be "fsl,imx6qp-prg" 104 prg@21cc000 { 105 compatible = "fsl,imx6qp-prg";
|
| /OK3568_Linux_fs/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 504 int hre_verify_program(struct key_program *prg) in hre_verify_program() argument 508 crc = crc32(0, prg->code, prg->code_size); in hre_verify_program() 510 if (crc != prg->code_crc) { in hre_verify_program() 512 crc, prg->code_crc); in hre_verify_program()
|
| H A D | hre.h | 35 int hre_verify_program(struct key_program *prg);
|
| /OK3568_Linux_fs/buildroot/package/openldap/ |
| H A D | 0001-fix_cross_strip.patch | 38 for prg in $(PROGRAMS); do \ 39 - $(LTINSTALL) $(INSTALLFLAGS) $(STRIP) -m 755 $$prg$(EXEEXT) \ 40 + $(LTINSTALL) $(INSTALLFLAGS) $(STRIP_OPTS) -m 755 $$prg$(EXEEXT) \
|
| /OK3568_Linux_fs/kernel/sound/drivers/opl3/ |
| H A D | opl3_midi.c | 294 unsigned char prg, bank; in snd_opl3_note_on() local 317 prg = note; in snd_opl3_note_on() 320 prg = chan->midi_program; in snd_opl3_note_on() 329 prg = chan->midi_program; in snd_opl3_note_on() 341 patch = snd_opl3_find_patch(opl3, prg, bank, 0); in snd_opl3_note_on() 592 prg = extra_prg - 128 + 35 - 1; in snd_opl3_note_on() 595 prg = extra_prg - 1; in snd_opl3_note_on()
|
| /OK3568_Linux_fs/kernel/tools/virtio/virtio-trace/ |
| H A D | trace-agent.c | 104 static void usage(char const *prg) in usage() argument 106 pr_err("usage: %s [-h] [-o] [-s <size of pipe>]\n", prg); in usage()
|
| /OK3568_Linux_fs/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 754 static int verify_program(struct key_program *prg) in verify_program() argument 757 crc = crc32(0, prg->code, prg->code_size); in verify_program() 759 if (crc != prg->code_crc) { in verify_program() 761 crc, prg->code_crc); in verify_program()
|
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 274 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call() local 307 emit(A64_LSL(1, prg, r3, 3), ctx); in emit_bpf_tail_call() 308 emit(A64_LDR64(prg, tmp, prg), ctx); in emit_bpf_tail_call() 309 emit(A64_CBZ(1, prg, jmp_offset), ctx); in emit_bpf_tail_call() 314 emit(A64_LDR64(tmp, prg, tmp), ctx); in emit_bpf_tail_call()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/ |
| H A D | mdadm_4.2.bb | 95 for prg in test_stripe swap_super raid6check 97 install -D -m 755 $prg ${D}${PTEST_PATH}/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
| H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 38 @@ -40,6 +41,7 @@ static void print_usage(char *prg)
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | hugetlb.c | 334 struct file_region *nrg = NULL, *prg = NULL; in coalesce_file_region() local 336 prg = list_prev_entry(rg, link); in coalesce_file_region() 337 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region() 338 has_same_uncharge_info(prg, rg)) { in coalesce_file_region() 339 prg->to = rg->to; in coalesce_file_region() 345 rg = prg; in coalesce_file_region()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 307 struct prog_id *prg; in lpfc_dump_wakeup_param_cmpl() local 318 prg = (struct prog_id *) &prog_id_word; in lpfc_dump_wakeup_param_cmpl() 324 if (prg->dist < 4) in lpfc_dump_wakeup_param_cmpl() 325 dist = dist_char[prg->dist]; in lpfc_dump_wakeup_param_cmpl() 327 if ((prg->dist == 3) && (prg->num == 0)) in lpfc_dump_wakeup_param_cmpl() 329 prg->ver, prg->rev, prg->lev); in lpfc_dump_wakeup_param_cmpl() 332 prg->ver, prg->rev, prg->lev, in lpfc_dump_wakeup_param_cmpl() 333 dist, prg->num); in lpfc_dump_wakeup_param_cmpl()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_pr.c | 596 u32 prg; in core_scsi3_pr_generation() local 608 prg = dev->t10_pr.pr_generation++; in core_scsi3_pr_generation() 611 return prg; in core_scsi3_pr_generation()
|