| /linux/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
|
| H A D | ipu-common.c | 1304 "fsl,prg", ipu->id); in ipu_probe()
|
| /linux/Documentation/devicetree/bindings/display/imx/ |
| H A D | fsl,imx6qp-prg.yaml | 4 $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 D | fsl,imx6q-ipu.yaml | 48 fsl,prg: 50 description: phandle to prg node associated with this IPU instance
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| 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>;
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | radio_2055.h | 197 #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/tools/virtio/virtio-trace/ |
| H A D | trace-agent.c | 105 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 D | ipuv3-plane.c | 351 * Without a PRG the possible modifiers list only includes the linear in ipu_plane_format_mod_supported() 353 * 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 D | imx-drm-core.c | 57 /* Assign PRG/PRE channels and check if all constrains are satisfied. */ in imx_drm_atomic_check()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | stk1135.c | 274 /* default prg conf, prg ctl - by 0x2d2, prg advance - PA1 */ in stk1135_configure_mt9m112()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 630 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 D | imx-ipu-v3.h | 339 * IPU Prefetch Resolve Gasket (prg) functions
|
| /linux/drivers/pmdomain/imx/ |
| H A D | gpc.c | 435 * the IPU/PRG cannot get the correct display data from the PRE. in imx_gpc_probe()
|
| /linux/mm/ |
| H A D | hugetlb.c | 554 struct file_region *nrg, *prg; in coalesce_file_region() local 556 prg = list_prev_entry(rg, link); in coalesce_file_region() 557 if (&prg->link != &resv->regions && prg->to == rg->from && in coalesce_file_region() 558 has_same_uncharge_info(prg, rg)) { in coalesce_file_region() 559 prg->to = rg->to; in coalesce_file_region() 565 rg = prg; in coalesce_file_region()
|
| /linux/include/uapi/linux/ |
| H A D | pci_regs.h | 950 #define PCI_PRI_STATUS_UPRGI 0x0002 /* Unexpected PRG index */ 952 #define PCI_PRI_STATUS_PASID 0x8000 /* PRG Response PASID Required */
|
| /linux/drivers/spi/ |
| H A D | spi-mtk-nor.c | 212 // prg mode is spi-only. in mtk_nor_match_prg()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 312 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 in lpfc_dump_wakeup_param_cmpl() [all...] |
| /linux/drivers/target/ |
| H A D | target_core_pr.c | 598 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 D | vme_tsi148.h | 906 #define TSI148_LCSR_CRGAT_EN BIT(7) /* Enable PRG Access */
|
| /linux/drivers/tty/ |
| H A D | moxa.c | 92 #define C218_start 0x3000 /* starting addr of C218 BIOS prg */
|
| /linux/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 3319 noc, last, size, offset, "/prg/", in efct_hw_firmware_write()
|
| /linux/include/linux/ |
| H A D | pci.h | 532 unsigned int pasid_required:1; /* PRG Response PASID Required */
|
| /linux/drivers/iommu/intel/ |
| H A D | iommu.c | 897 /* PASID is required in PRG Response Message. */ in iommu_enable_pci_pri()
|