Home
last modified time | relevance | path

Searched full:prg (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/gpu/ipu-v3/
H A Dipu-prg.c89 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 DMakefile9 imx-ipu-v3-objs += ipu-pre.o ipu-prg.o
H A Dipu-common.c1304 "fsl,prg", ipu->id); in ipu_probe()
/linux/Documentation/devicetree/bindings/display/imx/
H A Dfsl,imx6qp-prg.yaml4 $id: http://devicetree.org/schemas/display/imx/fsl,imx6qp-prg.yaml#
7 title: Freescale i.MX PRG (Prefetch Resolve Gasket)
14 const: fsl,imx6qp-prg
32 phandles to the PRE units attached to this PRG, with the fixed
47 prg@21cc000 {
48 compatible = "fsl,imx6qp-prg";
H A Dfsl,imx6q-ipu.yaml48 fsl,prg:
50 description: phandle to prg node associated with this IPU instance
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qp.dtsi64 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>;
/linux/arch/s390/net/
H A Dbpf_jit_comp.c43 int prg; /* Current position in program */ member
130 return off - jit->prg; in off_to_pcrel()
136 return (const u8 *)ptr - ((const u8 *)jit->prg_buf + jit->prg); in ptr_to_pcrel()
152 *(u16 *) (jit->prg_buf + jit->prg) = (op); \
153 jit->prg += 2; \
166 *(u32 *) (jit->prg_buf + jit->prg) = (op); \
167 jit->prg += 4; \
221 *(u32 *) (jit->prg_buf + jit->prg) = (op1); \
222 *(u16 *) (jit->prg_buf + jit->prg + 4) = (op2); \
224 jit->prg += 6; \
[all …]
/linux/drivers/net/wireless/broadcom/b43/
H A Dradio_2055.h197 #define B2055_PRG_GCHP21 0xBD /* PRG GC HPVGA23 21 */
198 #define B2055_PRG_GCHP22 0xBE /* PRG GC HPVGA23 22 */
199 #define B2055_PRG_GCHP23 0xBF /* PRG GC HPVGA23 23 */
200 #define B2055_PRG_GCHP24 0xC0 /* PRG GC HPVGA23 24 */
201 #define B2055_PRG_GCHP25 0xC1 /* PRG GC HPVGA23 25 */
202 #define B2055_PRG_GCHP26 0xC2 /* PRG GC HPVGA23 26 */
203 #define B2055_PRG_GCHP27 0xC3 /* PRG GC HPVGA23 27 */
204 #define B2055_PRG_GCHP28 0xC4 /* PRG GC HPVGA23 28 */
205 #define B2055_PRG_GCHP29 0xC5 /* PRG GC HPVGA23 29 */
206 #define B2055_PRG_GCHP30 0xC6 /* PRG GC HPVGA23 30 */
/linux/sound/drivers/opl3/
H A Dopl3_midi.c304 unsigned char prg, bank; in snd_opl3_note_on() local
325 prg = note; in snd_opl3_note_on()
328 prg = chan->midi_program; in snd_opl3_note_on()
337 prg = chan->midi_program; in snd_opl3_note_on()
349 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()
/linux/tools/virtio/virtio-trace/
H A Dtrace-agent.c105 static void usage(char const *prg) in usage() argument
107 pr_err("usage: %s [-h] [-o] [-s <size of pipe>]\n", prg); in usage()
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c350 * Without a PRG the possible modifiers list only includes the linear in ipu_plane_format_mod_supported()
352 * only end up here if the PRG is present. in ipu_plane_format_mod_supported()
626 * Configure PRG channel and attached PRE, this changes the EBA to an in ipu_plane_atomic_update()
797 * Pretend no update is pending in the non-PRE/PRG case. For this to in ipu_plane_atomic_update_pending()
H A Dimx-drm-core.c55 /* Assign PRG/PRE channels and check if all constrains are satisfied. */ in imx_drm_atomic_check()
/linux/drivers/media/usb/gspca/
H A Dstk1135.c274 /* default prg conf, prg ctl - by 0x2d2, prg advance - PA1 */ in stk1135_configure_mt9m112()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c630 const u8 prg = bpf2a64[TMP_REG_2]; in emit_bpf_tail_call() local
669 emit(A64_LSL(1, prg, r3, 3), ctx); in emit_bpf_tail_call()
670 emit(A64_LDR64(prg, tmp, prg), ctx); in emit_bpf_tail_call()
686 emit(A64_LDR64(tmp, prg, tmp), ctx); in emit_bpf_tail_call()
698 *branch3 = cpu_to_le32(A64_CBZ(1, prg, off)); in emit_bpf_tail_call()
/linux/include/video/
H A Dimx-ipu-v3.h339 * IPU Prefetch Resolve Gasket (prg) functions
/linux/drivers/pmdomain/imx/
H A Dgpc.c436 * the IPU/PRG cannot get the correct display data from the PRE. in imx_gpc_probe()
/linux/sound/pci/ac97/
H A Dac97_proc.c312 val & AC97_MEA_PRG ? " PRG(HADC)" : "", in snd_ac97_proc_read_main()
/linux/net/ipv4/
H A Dip_input.c42 * (Thanks to Mark.Bush@prg.ox.ac.uk)
/linux/mm/
H A Dhugetlb.c552 struct file_region *nrg, *prg; in coalesce_file_region() local
554 prg = list_prev_entry(rg, link); in coalesce_file_region()
555 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region()
556 has_same_uncharge_info(prg, rg)) { in coalesce_file_region()
557 prg->to = rg->to; in coalesce_file_region()
563 rg = prg; in coalesce_file_region()
/linux/include/uapi/linux/
H A Dpci_regs.h940 #define PCI_PRI_STATUS_UPRGI 0x0002 /* Unexpected PRG index */
942 #define PCI_PRI_STATUS_PASID 0x8000 /* PRG Response PASID Required */
/linux/drivers/mmc/core/
H A Dmmc_ops.c904 * until out-of prg-state.
/linux/drivers/spi/
H A Dspi-mtk-nor.c212 // prg mode is spi-only. in mtk_nor_match_prg()
/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c312 struct prog_id *prg; in lpfc_dump_wakeup_param_cmpl() local
323 prg = (struct prog_id *) &prog_id_word; in lpfc_dump_wakeup_param_cmpl()
329 dist = dist_char[prg->dist]; in lpfc_dump_wakeup_param_cmpl()
331 if ((prg->dist == 3) && (prg->num == 0)) in lpfc_dump_wakeup_param_cmpl()
333 prg->ver, prg->rev, prg->lev); in lpfc_dump_wakeup_param_cmpl()
336 prg->ver, prg->rev, prg->lev, in lpfc_dump_wakeup_param_cmpl()
337 dist, prg->num); in lpfc_dump_wakeup_param_cmpl()
/linux/drivers/target/
H A Dtarget_core_pr.c598 u32 prg; in core_scsi3_pr_generation() local
610 prg = dev->t10_pr.pr_generation++; in core_scsi3_pr_generation()
613 return prg; in core_scsi3_pr_generation()
/linux/drivers/staging/vme_user/
H A Dvme_tsi148.h906 #define TSI148_LCSR_CRGAT_EN BIT(7) /* Enable PRG Access */

12