Searched refs:prv (Results 1 – 5 of 5) sorted by relevance
/drivers/mtd/nand/ |
D | mpc5121_nfc.c | 138 struct mpc5121_nfc_prv *prv = chip->priv; in nfc_read() local 140 return in_be16(prv->regs + reg); in nfc_read() 147 struct mpc5121_nfc_prv *prv = chip->priv; in nfc_write() local 149 out_be16(prv->regs + reg, val); in nfc_write() 217 struct mpc5121_nfc_prv *prv = chip->priv; in mpc5121_nfc_irq() local 220 wake_up(&prv->irq_waitq); in mpc5121_nfc_irq() 229 struct mpc5121_nfc_prv *prv = chip->priv; in mpc5121_nfc_done() local 234 rv = wait_event_timeout(prv->irq_waitq, in mpc5121_nfc_done() 238 dev_warn(prv->dev, in mpc5121_nfc_done() 284 struct mpc5121_nfc_prv *prv = chip->priv; in ads5121_chipselect_init() local [all …]
|
/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 310 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument 321 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument 323 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() 343 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument 373 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument 375 struct g2d_ctx *ctx = prv; in vidioc_s_fmt() 384 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 497 static int vidioc_g_crop(struct file *file, void *prv, struct v4l2_crop *cr) in vidioc_g_crop() argument 499 struct g2d_ctx *ctx = prv; in vidioc_g_crop() 513 static int vidioc_try_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_try_crop() argument [all …]
|
/drivers/edac/ |
D | sb_edac.c | 623 u64 limit, prv = 0; in get_memory_layout() local 656 prv = 0; in get_memory_layout() 666 if (limit <= prv) in get_memory_layout() 678 prv = limit; in get_memory_layout() 695 prv = 0; in get_memory_layout() 700 if (limit <= prv) in get_memory_layout() 715 prv = limit; in get_memory_layout() 809 u64 ch_addr, offset, limit, prv = 0; in get_memory_error_data() local 839 if (limit <= prv) { in get_memory_error_data() 845 prv = limit; in get_memory_error_data() [all …]
|
/drivers/media/platform/omap3isp/ |
D | isppreview.h | 163 int omap3isp_preview_register_entities(struct isp_prev_device *prv, 165 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
|
/drivers/mmc/core/ |
D | mmc.c | 99 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 631 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|