Searched refs:prv (Results 1 – 7 of 7) sorted by relevance
/drivers/mtd/nand/raw/ |
D | mpc5121_nfc.c | 124 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in nfc_read() local 126 return in_be16(prv->regs + reg); in nfc_read() 133 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in nfc_write() local 135 out_be16(prv->regs + reg, val); in nfc_write() 203 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in mpc5121_nfc_irq() local 206 wake_up(&prv->irq_waitq); in mpc5121_nfc_irq() 215 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in mpc5121_nfc_done() local 220 rv = wait_event_timeout(prv->irq_waitq, in mpc5121_nfc_done() 224 dev_warn(prv->dev, in mpc5121_nfc_done() 272 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in ads5121_chipselect_init() local [all …]
|
/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 297 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument 305 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument 307 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() 327 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument 357 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument 359 struct g2d_ctx *ctx = prv; in vidioc_s_fmt() 368 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 397 static int vidioc_g_selection(struct file *file, void *prv, in vidioc_g_selection() argument 400 struct g2d_ctx *ctx = prv; in vidioc_g_selection() 447 static int vidioc_try_selection(struct file *file, void *prv, in vidioc_try_selection() argument [all …]
|
/drivers/media/platform/rockchip/rga/ |
D | rga.c | 34 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() 449 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument 462 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument 464 struct rga_ctx *ctx = prv; in vidioc_g_fmt() 486 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument 519 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument 521 struct rga_ctx *ctx = prv; in vidioc_s_fmt() [all …]
|
/drivers/edac/ |
D | altera_edac.c | 903 const struct edac_device_prv_data *prv = device->data; in altr_check_ecc_deps() local 905 if (readl(base + prv->ecc_en_ofst) & prv->ecc_enable_mask) in altr_check_ecc_deps() 1141 const struct edac_device_prv_data *prv; in altr_init_a10_ecc_device_type() local 1161 prv = pdev_id->data; in altr_init_a10_ecc_device_type() 1162 if (!prv) in altr_init_a10_ecc_device_type() 1166 prv->ecc_enable_mask, 0); in altr_init_a10_ecc_device_type() 1333 const struct edac_device_prv_data *prv = device->data; in altr_l2_check_deps() local 1335 if ((readl(base) & prv->ecc_enable_mask) == in altr_l2_check_deps() 1336 prv->ecc_enable_mask) in altr_l2_check_deps() 1564 const struct edac_device_prv_data *prv = &a10_sdmmceccb_data; in altr_portb_setup() local [all …]
|
D | sb_edac.c | 1759 u64 limit, prv = 0; in get_memory_layout() local 1789 prv = 0; in get_memory_layout() 1799 if (limit <= prv) in get_memory_layout() 1811 prv = limit; in get_memory_layout() 1832 prv = 0; in get_memory_layout() 1836 if (limit <= prv) in get_memory_layout() 1851 prv = limit; in get_memory_layout() 1946 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local 1976 if (limit <= prv) { in get_memory_error_data() 1982 prv = limit; in get_memory_error_data() [all …]
|
/drivers/media/platform/omap3isp/ |
D | isppreview.h | 150 int omap3isp_preview_register_entities(struct isp_prev_device *prv, 152 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
|
/drivers/mmc/core/ |
D | mmc.c | 105 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 779 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|