Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dmpc5121_nfc.c139 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/
Dg2d.c308 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/
Disppreview.h153 int omap3isp_preview_register_entities(struct isp_prev_device *prv,
155 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
/drivers/edac/
Dsb_edac.c1040 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/
Dmmc.c102 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid()
736 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);