/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/sound/drivers/opl3/ |
H A D | opl3_midi.c | 300 unsigned char prg, bank; in snd_opl3_note_on() 320 prg = note; in snd_opl3_note_on() 323 prg = chan->midi_program; in snd_opl3_note_on() 332 prg = chan->midi_program; in snd_opl3_note_on() 343 patch = snd_opl3_find_patch(opl3, prg, bank, 0); in snd_opl3_note_on() 581 prg = extra_prg - 128 + 35 - 1; in snd_opl3_note_on() 584 prg = extra_prg - 1; in snd_opl3_note_on() 304 unsigned char prg, bank; snd_opl3_note_on() local
|
/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 | 350 * 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 D | imx-drm-core.c | 55 /* 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/include/video/ |
H A D | imx-ipu-v3.h | 339 * IPU Prefetch Resolve Gasket (prg) functions
|
/linux/sound/pci/ac97/ |
H A D | ac97_proc.c | 312 val & AC97_MEA_PRG ? " PRG(HADC)" : "", in snd_ac97_proc_read_main()
|
/linux/net/ipv4/ |
H A D | ip_input.c | 42 * (Thanks to Mark.Bush@prg.ox.ac.uk)
|
/linux/mm/ |
H A D | hugetlb.c | 552 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 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->rev, prg->lev, in lpfc_dump_wakeup_param_cmpl() 337 dist, prg->num); in lpfc_dump_wakeup_param_cmpl()
|
/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 | 528 unsigned int pasid_required:1; /* PRG Response PASID Required */
|