Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/mtd/nand/raw/
Dmpc5121_nfc.c125 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in nfc_read() local
127 return in_be16(prv->regs + reg); in nfc_read()
134 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in nfc_write() local
136 out_be16(prv->regs + reg, val); in nfc_write()
204 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in mpc5121_nfc_irq() local
207 wake_up(&prv->irq_waitq); in mpc5121_nfc_irq()
216 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in mpc5121_nfc_done() local
221 rv = wait_event_timeout(prv->irq_waitq, in mpc5121_nfc_done()
225 dev_warn(prv->dev, in mpc5121_nfc_done()
273 struct mpc5121_nfc_prv *prv = nand_get_controller_data(chip); in ads5121_chipselect_init() local
[all …]
/linux-6.12.1/arch/sparc/include/asm/
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
/linux-6.12.1/io_uring/
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)
/linux-6.12.1/drivers/media/platform/samsung/s5p-g2d/
Dg2d.c300 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument
308 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument
310 struct g2d_ctx *ctx = prv; in vidioc_g_fmt()
330 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument
360 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument
362 struct g2d_ctx *ctx = prv; in vidioc_s_fmt()
371 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt()
400 static int vidioc_g_selection(struct file *file, void *prv, in vidioc_g_selection() argument
403 struct g2d_ctx *ctx = prv; in vidioc_g_selection()
450 static int vidioc_try_selection(struct file *file, void *prv, in vidioc_try_selection() argument
[all …]
/linux-6.12.1/tools/virtio/linux/
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()
/linux-6.12.1/net/atm/
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()
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()
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()
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()
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()
Dlec.c2133 memcpy(to_add->atm_addr, vcc->remote.sas_addr.prv, ATM_ESA_LEN); in lec_mcast_make()
/linux-6.12.1/lib/
Dscatterlist.c291 struct scatterlist *sg, *prv; in __sg_alloc_table() local
306 prv = NULL; in __sg_alloc_table()
331 if (prv) in __sg_alloc_table()
344 if (prv) in __sg_alloc_table()
345 sg_chain(prv, prv_max_ents, sg); in __sg_alloc_table()
355 prv = sg; in __sg_alloc_table()
462 struct scatterlist *s = sgt_append->prv; in sg_alloc_append_table_from_pages()
473 if (IS_ENABLED(CONFIG_ARCH_NO_SG_CHAIN) && sgt_append->prv) in sg_alloc_append_table_from_pages()
476 if (sgt_append->prv) { in sg_alloc_append_table_from_pages()
477 unsigned long next_pfn = (page_to_phys(sg_page(sgt_append->prv)) + in sg_alloc_append_table_from_pages()
[all …]
/linux-6.12.1/drivers/media/platform/rockchip/rga/
Drga.c34 static void device_run(void *prv) in device_run() argument
36 struct rga_ctx *ctx = prv; in device_run()
55 static irqreturn_t rga_isr(int irq, void *prv) in rga_isr() argument
57 struct rockchip_rga *rga = prv; in rga_isr()
451 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument
464 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument
467 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
506 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument
509 struct rga_ctx *ctx = prv; in vidioc_s_fmt()
[all …]
/linux-6.12.1/drivers/media/platform/st/stm32/dma2d/
Ddma2d.c346 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument
355 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()
[all …]
/linux-6.12.1/drivers/edac/
Daltera_edac.c839 const struct edac_device_prv_data *prv = device->data; in altr_check_ecc_deps() local
841 if (readl(base + prv->ecc_en_ofst) & prv->ecc_enable_mask) in altr_check_ecc_deps()
1040 const struct edac_device_prv_data *prv; in altr_init_a10_ecc_device_type() local
1060 prv = pdev_id->data; in altr_init_a10_ecc_device_type()
1061 if (!prv) in altr_init_a10_ecc_device_type()
1065 prv->ecc_enable_mask, 0); in altr_init_a10_ecc_device_type()
1084 const struct edac_device_prv_data *prv = device->data; in altr_s10_sdram_check_ecc_deps() local
1099 sdram_ecc_addr = (unsigned long)sdram_addr + prv->ecc_en_ofst; in altr_s10_sdram_check_ecc_deps()
1104 if (!ret && (read_reg & prv->ecc_enable_mask)) in altr_s10_sdram_check_ecc_deps()
1270 const struct edac_device_prv_data *prv = device->data; in altr_l2_check_deps() local
[all …]
Dsb_edac.c1772 u64 limit, prv = 0; in get_memory_layout() local
1802 prv = 0; in get_memory_layout()
1812 if (limit <= prv) in get_memory_layout()
1824 prv = limit; in get_memory_layout()
1845 prv = 0; in get_memory_layout()
1849 if (limit <= prv) in get_memory_layout()
1864 prv = limit; in get_memory_layout()
2052 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local
2083 if (limit <= prv) { in get_memory_error_data()
2089 prv = limit; in get_memory_error_data()
[all …]
/linux-6.12.1/drivers/media/platform/ti/omap3isp/
Disppreview.h150 int omap3isp_preview_register_entities(struct isp_prev_device *prv,
152 void omap3isp_preview_unregister_entities(struct isp_prev_device *prv);
/linux-6.12.1/include/uapi/linux/
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()
/linux-6.12.1/include/linux/
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()
/linux-6.12.1/include/linux/mmc/
Dcard.h16 unsigned char prv; member
/linux-6.12.1/Documentation/driver-api/mmc/
Dmmc-dev-attrs.rst31 prv Product Revision (from CID Register)
/linux-6.12.1/drivers/mmc/core/
Dmmc.c100 card->cid.prv = unstuff_bits(resp, 48, 8); in mmc_decode_cid()
792 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
/linux-6.12.1/kernel/locking/
Dlockdep.c2987 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) in print_deadlock_scenario() argument
2990 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario()
2996 __print_lock_name(prv, prev); in print_deadlock_scenario()