Searched refs:prv (Results 1 – 5 of 5) sorted by relevance
/drivers/mtd/nand/ |
D | mpc5121_nfc.c | 139 struct mpc5121_nfc_prv *prv = chip->priv; in nfc_read() local 141 return in_be16(prv->regs + reg); in nfc_read() 148 struct mpc5121_nfc_prv *prv = chip->priv; in nfc_write() local 150 out_be16(prv->regs + reg, val); in nfc_write() 218 struct mpc5121_nfc_prv *prv = chip->priv; in mpc5121_nfc_irq() local 221 wake_up(&prv->irq_waitq); in mpc5121_nfc_irq() 230 struct mpc5121_nfc_prv *prv = chip->priv; in mpc5121_nfc_done() local 235 rv = wait_event_timeout(prv->irq_waitq, in mpc5121_nfc_done() 239 dev_warn(prv->dev, in mpc5121_nfc_done() 285 struct mpc5121_nfc_prv *prv = chip->priv; in ads5121_chipselect_init() local [all …]
|
/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 308 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument 319 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument 321 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() 341 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument 371 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument 373 struct g2d_ctx *ctx = prv; in vidioc_s_fmt() 382 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 429 static int vidioc_g_crop(struct file *file, void *prv, struct v4l2_crop *cr) in vidioc_g_crop() argument 431 struct g2d_ctx *ctx = prv; in vidioc_g_crop() 445 static int vidioc_try_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_try_crop() argument [all …]
|
/drivers/media/platform/omap3isp/ |
D | isppreview.h | 153 int omap3isp_preview_register_entities(struct isp_prev_device *prv, 155 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
|
/drivers/edac/ |
D | sb_edac.c | 1040 u64 limit, prv = 0; in get_memory_layout() local 1070 prv = 0; in get_memory_layout() 1080 if (limit <= prv) in get_memory_layout() 1092 prv = limit; in get_memory_layout() 1110 prv = 0; in get_memory_layout() 1115 if (limit <= prv) in get_memory_layout() 1130 prv = limit; in get_memory_layout() 1225 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local 1255 if (limit <= prv) { in get_memory_error_data() 1261 prv = limit; in get_memory_error_data() [all …]
|
/drivers/mmc/core/ |
D | mmc.c | 102 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 736 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|