Home
last modified time | relevance | path

Searched refs:preg (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/video/fbdev/
H A Dcontrolfb.h35 struct preg { /* padded register */ struct
41 struct preg vcount; /* vertical counter */ argument
43 struct preg vswin; /* between vsblank and vssync */
44 struct preg vsblank; /* vert start blank */
45 struct preg veblank; /* vert end blank (display start) */
46 struct preg vewin; /* between vesync and veblank */
47 struct preg vesync; /* vert end sync */
48 struct preg vssync; /* vert start sync */
49 struct preg vperiod; /* vert period */
50 struct preg piped; /* pipe delay hardware cursor */
[all …]
H A Dplatinumfb.h39 struct preg { /* padded register */ struct
45 struct preg reg[128]; argument
H A Dcontrolfb.c225 volatile struct preg __iomem *rp; in control_set_hardware()
/linux/sound/core/
H A Dsound.c261 struct snd_minor *preg; in snd_register_device()
266 preg = kmalloc_obj(*preg); in snd_register_device()
267 if (preg == NULL) in snd_register_device()
269 preg->type = type; in snd_register_device()
270 preg->card = card ? card->number : -1; in snd_register_device()
271 preg->device = dev; in snd_register_device()
272 preg->f_ops = f_ops; in snd_register_device()
273 preg->private_data = private_data; in snd_register_device()
274 preg in snd_register_device()
255 struct snd_minor *preg; snd_register_device() local
302 struct snd_minor *preg; snd_unregister_device() local
[all...]
H A Dsound_oss.c89 struct snd_minor *preg; in snd_register_oss_device() local
99 preg = kmalloc_obj(struct snd_minor); in snd_register_oss_device()
100 if (preg == NULL) in snd_register_oss_device()
102 preg->type = type; in snd_register_oss_device()
103 preg->card = card ? card->number : -1; in snd_register_oss_device()
104 preg->device = dev; in snd_register_oss_device()
105 preg->f_ops = f_ops; in snd_register_oss_device()
106 preg->private_data = private_data; in snd_register_oss_device()
107 preg->card_ptr = card; in snd_register_oss_device()
109 snd_oss_minors[minor] = preg; in snd_register_oss_device()
[all …]
/linux/drivers/macintosh/
H A Dmacio-adb.c23 struct preg { struct
29 struct preg intr; argument
30 struct preg data[9];
31 struct preg intr_enb;
32 struct preg dcount;
33 struct preg error;
34 struct preg ctrl;
35 struct preg autopoll;
36 struct preg active_hi;
37 struct preg active_lo;
[all …]
/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c40 u32 preg; member
65 u32 preg, vreg; in mmio_diff_handler() local
67 preg = intel_uncore_read_notrace(gvt->gt->uncore, _MMIO(offset)); in mmio_diff_handler()
70 if (preg != vreg) { in mmio_diff_handler()
76 node->preg = preg; in mmio_diff_handler()
116 u32 diff = node->preg ^ node->vreg; in vgpu_mmio_diff_show()
119 node->offset, node->preg, node->vreg, in vgpu_mmio_diff_show()
/linux/sound/soc/uniphier/
H A Daio-dma.c249 void __iomem *preg;
252 preg = devm_platform_ioremap_resource(pdev, 0); in uniphier_aiodma_soc_register_platform()
253 if (IS_ERR(preg)) in uniphier_aiodma_soc_register_platform()
254 return PTR_ERR(preg); in uniphier_aiodma_soc_register_platform()
256 chip->regmap = devm_regmap_init_mmio(dev, preg, in uniphier_aiodma_soc_register_platform()
255 void __iomem *preg; uniphier_aiodma_soc_register_platform() local
H A Devea.c453 void __iomem *preg; in evea_probe() local
476 preg = devm_platform_ioremap_resource(pdev, 0); in evea_probe()
477 if (IS_ERR(preg)) in evea_probe()
478 return PTR_ERR(preg); in evea_probe()
480 evea->regmap = devm_regmap_init_mmio(&pdev->dev, preg, in evea_probe()
/linux/arch/sparc/kernel/
H A Dof_device_32.c252 const void *preg; in build_device_resources() local
261 preg = of_get_property(op->dev.of_node, bus->addr_prop_name, &num_reg); in build_device_resources()
262 if (!preg || num_reg == 0) in build_device_resources()
276 const u32 *reg = (preg + (index * ((na + ns) * 4))); in build_device_resources()
H A Dof_device_64.c322 const void *preg; in build_device_resources() local
331 preg = of_get_property(op->dev.of_node, bus->addr_prop_name, &num_reg); in build_device_resources()
332 if (!preg || num_reg == 0) in build_device_resources()
354 const u32 *reg = (preg + (index * ((na + ns) * 4))); in build_device_resources()
/linux/arch/mips/pci/
H A Dops-tx4927.c441 __u32 __iomem *preg = (__u32 __iomem *)pcicptr; in tx4927_dump_pcic_settings1() local
444 for (i = 0; i < sizeof(struct tx4927_pcic_reg); i += 4, preg++) { in tx4927_dump_pcic_settings1()
457 printk(KERN_CONT " %08x", __raw_readl(preg)); in tx4927_dump_pcic_settings1()
/linux/tools/perf/util/
H A Ddwarf-aux.h190 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset);
H A Ddwarf-aux.c1777 * @preg: pointer for saved register in die_has_loclist()
1783 * from the CFA. The @preg and @poffset will be updated if it returns 0. in die_has_loclist()
1785 int die_get_cfa(Dwarf *dwarf, u64 pc, int *preg, int *poffset)
1799 *preg = reg_from_dwarf_op(ops); in die_is_optimized_target()
1748 die_get_cfa(Dwarf * dwarf,u64 pc,int * preg,int * poffset) die_get_cfa() argument
/linux/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_hdcp.c156 static int msm_hdmi_hdcp_scm_wr(struct hdmi_hdcp_ctrl *hdcp_ctrl, u32 *preg, in msm_hdmi_hdcp_scm_wr() argument
164 WARN_ON(!pdata || !preg || (count == 0)); in msm_hdmi_hdcp_scm_wr()
173 scm_buf[i].addr = phy_addr + preg[idx]; in msm_hdmi_hdcp_scm_wr()
190 hdmi_write(hdmi, preg[i], pdata[i]); in msm_hdmi_hdcp_scm_wr()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c247 nouveau_uvma_region_alloc(struct nouveau_uvma_region **preg) in nouveau_uvma_region_alloc() argument
249 *preg = kzalloc_obj(**preg); in nouveau_uvma_region_alloc()
250 if (!*preg) in nouveau_uvma_region_alloc()
253 kref_init(&(*preg)->kref); in nouveau_uvma_region_alloc()
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h128 const struct lsdc_reg32 *preg; member
/linux/drivers/phy/rockchip/
H A Dphy-rockchip-usbdp.c490 const struct rk_udphy_grf_reg *preg; in rk_udphy_u3_port_disable() local
492 preg = udphy->id ? &cfg->grfcfg.usb3otg1_cfg : &cfg->grfcfg.usb3otg0_cfg; in rk_udphy_u3_port_disable()
493 rk_udphy_grfreg_write(udphy->usbgrf, preg, disable); in rk_udphy_u3_port_disable()
/linux/net/netfilter/
H A Dnf_tables_api.c11591 static int nft_parse_register(const struct nlattr *attr, u32 *preg) in nft_parse_register() argument
11598 *preg = reg * NFT_REG_SIZE / NFT_REG32_SIZE; in nft_parse_register()
11601 *preg = reg + NFT_REG_SIZE / NFT_REG32_SIZE - NFT_REG32_00; in nft_parse_register()