Home
last modified time | relevance | path

Searched refs:prv (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmpc5121_nfc.c280 if (!prv->csreg) in ads5121_chipselect_init()
284 prv->csreg += 9; in ads5121_chipselect_init()
385 prv->column = 1; in mpc5121_nfc_command()
469 prv->column += l; in mpc5121_nfc_buf_copy()
598 if (prv->csreg) in mpc5121_nfc_free()
640 prv = devm_kzalloc(dev, sizeof(*prv), GFP_KERNEL); in mpc5121_nfc_probe()
641 if (!prv) in mpc5121_nfc_probe()
654 prv->dev = dev; in mpc5121_nfc_probe()
664 if (!prv->irq) { in mpc5121_nfc_probe()
690 if (!prv->regs) { in mpc5121_nfc_probe()
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dswitch_to_32.h17 #define SWITCH_ENTER(prv) \ argument
19 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \
21 fpsave(&(prv)->thread.float_regs[0], &(prv)->thread.fsr, \
22 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \
23 clear_tsk_thread_flag(prv, TIF_USEDFPU); \
24 (prv)->thread.kregs->psr &= ~PSR_EF; \
30 #define SWITCH_ENTER(prv) /* */ argument
/openbmc/u-boot/drivers/mmc/
H A Dmsm_sdhci.c90 struct msm_sdhc *prv = dev_get_priv(dev); in msm_sdc_probe() local
91 struct sdhci_host *host = &prv->host; in msm_sdc_probe()
106 writel(readl(prv->base + SDCC_MCI_POWER) | SDCC_MCI_POWER_SW_RST, in msm_sdc_probe()
107 prv->base + SDCC_MCI_POWER); in msm_sdc_probe()
111 if (wait_for_bit_le32(prv->base + SDCC_MCI_STATUS2, in msm_sdc_probe()
118 if (wait_for_bit_le32(prv->base + SDCC_MCI_POWER, in msm_sdc_probe()
125 writel(1, prv->base + SDCC_MCI_HC_MODE); in msm_sdc_probe()
127 core_version = readl(prv->base + SDCC_MCI_VERSION); in msm_sdc_probe()
148 host->mmc->priv = &prv->host; in msm_sdc_probe()
H A Drockchip_sdhci.c37 struct rockchip_sdhc *prv = dev_get_priv(dev); in arasan_sdhci_probe() local
38 struct sdhci_host *host = &prv->host; in arasan_sdhci_probe()
76 host->mmc->priv = &prv->host; in arasan_sdhci_probe()
H A Daspeed_sdhci.c35 struct aspeed_sdhci_priv *prv = dev_get_priv(dev); in aspeed_sdhci_probe() local
36 struct sdhci_host *host = prv->host; in aspeed_sdhci_probe()
/openbmc/linux/io_uring/
H A Dslist.h9 #define wq_list_for_each(pos, prv, head) \ argument
10 for (pos = (head)->first, prv = NULL; pos; prv = pos, pos = (pos)->next)
12 #define wq_list_for_each_resume(pos, prv) \ argument
13 for (; pos; prv = pos, pos = (pos)->next)
/openbmc/linux/tools/virtio/linux/
H A Dscatterlist.h91 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument
97 prv[prv_nents - 1].offset = 0; in sg_chain()
98 prv[prv_nents - 1].length = 0; in sg_chain()
104 prv[prv_nents - 1].page_link = ((unsigned long) sgl | 0x01) & ~0x02; in sg_chain()
/openbmc/linux/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c310 struct g2d_ctx *ctx = prv; in vidioc_g_fmt()
362 struct g2d_ctx *ctx = prv; in vidioc_s_fmt()
371 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt()
403 struct g2d_ctx *ctx = prv; in vidioc_g_selection()
453 struct g2d_ctx *ctx = prv; in vidioc_try_selection()
481 struct g2d_ctx *ctx = prv; in vidioc_s_selection()
485 ret = vidioc_try_selection(file, prv, s); in vidioc_s_selection()
501 static void device_run(void *prv) in device_run() argument
503 struct g2d_ctx *ctx = prv; in device_run()
542 static irqreturn_t g2d_isr(int irq, void *prv) in g2d_isr() argument
[all …]
/openbmc/linux/net/atm/
H A Datm_sysfs.c42 &aaddr->addr.sas_addr.prv[0], in atmaddress_show()
43 &aaddr->addr.sas_addr.prv[1], in atmaddress_show()
44 &aaddr->addr.sas_addr.prv[3], in atmaddress_show()
45 &aaddr->addr.sas_addr.prv[13], in atmaddress_show()
46 &aaddr->addr.sas_addr.prv[19]); in atmaddress_show()
H A Daddr.c21 return *addr->sas_addr.prv ? 0 : -EINVAL; in check_addr()
30 if (*a->sas_addr.prv) in identical()
31 if (memcmp(a->sas_addr.prv, b->sas_addr.prv, ATM_ESA_LEN)) in identical()
H A Dsignaling.c80 if (!*vcc->local.sas_addr.prv && !*vcc->local.sas_addr.pub) { in sigd_send()
82 memcpy(vcc->local.sas_addr.prv, in sigd_send()
83 msg->local.sas_addr.prv, ATM_ESA_LEN); in sigd_send()
H A Dclip.c712 if (*addr->sas_addr.prv) in svc_addr()
714 } else if (!*addr->sas_addr.prv) { in svc_addr()
718 if (*addr->sas_addr.prv) { in svc_addr()
719 unsigned char *prv = addr->sas_addr.prv; in svc_addr() local
723 fields = *prv == ATM_AFI_E164 ? e164 : code; in svc_addr()
726 seq_printf(seq, "%02X", *prv++); in svc_addr()
H A Dproc.c214 *vcc->remote.sas_addr.pub && *vcc->remote.sas_addr.prv ? "+" : ""); in svc_info()
215 if (*vcc->remote.sas_addr.prv) { in svc_info()
219 seq_printf(seq, "%02x", vcc->remote.sas_addr.prv[i]); in svc_info()
/openbmc/linux/lib/
H A Dscatterlist.c290 struct scatterlist *sg, *prv; in __sg_alloc_table() local
305 prv = NULL; in __sg_alloc_table()
330 if (prv) in __sg_alloc_table()
343 if (prv) in __sg_alloc_table()
344 sg_chain(prv, prv_max_ents, sg); in __sg_alloc_table()
354 prv = sg; in __sg_alloc_table()
475 if (sgt_append->prv) { in sg_alloc_append_table_from_pages()
477 sgt_append->prv->offset + sgt_append->prv->length) / PAGE_SIZE; in sg_alloc_append_table_from_pages()
483 prv_len = sgt_append->prv->length; in sg_alloc_append_table_from_pages()
533 if (sgt_append->prv) in sg_alloc_append_table_from_pages()
[all …]
/openbmc/linux/drivers/media/platform/rockchip/rga/
H A Drga.c34 static void device_run(void *prv) in device_run() argument
36 struct rga_ctx *ctx = prv; in device_run()
56 static irqreturn_t rga_isr(int irq, void *prv) in rga_isr() argument
58 struct rockchip_rga *rga = prv; in rga_isr()
452 struct rga_ctx *ctx = prv; in vidioc_g_fmt()
509 struct rga_ctx *ctx = prv; in vidioc_s_fmt()
519 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt()
549 static int vidioc_g_selection(struct file *file, void *prv, in vidioc_g_selection() argument
552 struct rga_ctx *ctx = prv; in vidioc_g_selection()
597 static int vidioc_s_selection(struct file *file, void *prv, in vidioc_s_selection() argument
[all …]
/openbmc/linux/drivers/media/platform/st/stm32/dma2d/
H A Ddma2d.c355 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument
357 struct dma2d_ctx *ctx = prv; in vidioc_g_fmt()
380 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument
382 struct dma2d_ctx *ctx = prv; in vidioc_try_fmt()
423 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument
425 struct dma2d_ctx *ctx = prv; in vidioc_s_fmt()
434 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt()
470 static void device_run(void *prv) in device_run() argument
472 struct dma2d_ctx *ctx = prv; in device_run()
518 static irqreturn_t dma2d_isr(int irq, void *prv) in dma2d_isr() argument
[all …]
/openbmc/linux/drivers/edac/
H A Daltera_edac.c851 if (readl(base + prv->ecc_en_ofst) & prv->ecc_enable_mask) in altr_check_ecc_deps()
1070 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1071 if (!prv) in altr_init_a10_ecc_device_type()
1075 prv->ecc_enable_mask, 0); in altr_init_a10_ecc_device_type()
1283 prv->ecc_enable_mask) in altr_l2_check_deps()
1545 altdev->data = prv; in altr_portb_setup()
1568 prv->ecc_irq_handler, in altr_portb_setup()
1592 prv->ecc_irq_handler, in altr_portb_setup()
1910 prv = pdev_id->data; in altr_edac_a10_device_add()
1911 if (IS_ERR_OR_NULL(prv)) in altr_edac_a10_device_add()
[all …]
H A Dsb_edac.c1770 u64 limit, prv = 0; in get_memory_layout() local
1800 prv = 0; in get_memory_layout()
1810 if (limit <= prv) in get_memory_layout()
1822 prv = limit; in get_memory_layout()
1843 prv = 0; in get_memory_layout()
1847 if (limit <= prv) in get_memory_layout()
1862 prv = limit; in get_memory_layout()
2081 if (limit <= prv) { in get_memory_error_data()
2087 prv = limit; in get_memory_error_data()
2197 prv = 0; in get_memory_error_data()
[all …]
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Disppreview.h150 int omap3isp_preview_register_entities(struct isp_prev_device *prv,
152 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
/openbmc/linux/include/uapi/linux/
H A Datm.h209 unsigned char prv[ATM_ESA_LEN];/* private ATM address */ member
220 return *addr.sas_addr.prv || *addr.sas_addr.pub; in atmsvc_addr_in_use()
/openbmc/linux/include/linux/
H A Dscatterlist.h47 struct scatterlist *prv; /* last populated sge in the table */ member
238 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument
241 __sg_chain(&prv[prv_nents - 1], sgl); in sg_chain()
/openbmc/linux/include/linux/mmc/
H A Dcard.h16 unsigned char prv; member
/openbmc/linux/Documentation/driver-api/mmc/
H A Dmmc-dev-attrs.rst31 prv Product Revision (from CID Register)
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c727 uint8_t type, prv, crt; in test_smbios_structs() local
756 prv = crt = 1; in test_smbios_structs()
757 while (prv || crt) { in test_smbios_structs()
758 prv = crt; in test_smbios_structs()
/openbmc/u-boot/common/
H A Ddlmalloc.c800 mchunkptr prv = prev_chunk(p); local
801 assert(next_chunk(prv) == p);
802 do_check_free_chunk(prv);

12