/linux/drivers/mtd/nand/raw/ |
A D | mpc5121_nfc.c | 280 if (!prv->csreg) in ads5121_chipselect_init() 284 prv->csreg += 9; in ads5121_chipselect_init() 386 prv->column = 1; in mpc5121_nfc_command() 470 prv->column += l; in mpc5121_nfc_buf_copy() 599 if (prv->clk) in mpc5121_nfc_free() 602 if (prv->csreg) in mpc5121_nfc_free() 644 prv = devm_kzalloc(dev, sizeof(*prv), GFP_KERNEL); in mpc5121_nfc_probe() 645 if (!prv) in mpc5121_nfc_probe() 658 prv->dev = dev; in mpc5121_nfc_probe() 694 if (!prv->regs) { in mpc5121_nfc_probe() [all …]
|
/linux/arch/sparc/include/asm/ |
A D | switch_to_32.h | 17 #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/lib/ |
A D | scatterlist.c | 287 struct scatterlist *sg, *prv; in __sg_alloc_table() local 302 prv = NULL; in __sg_alloc_table() 327 if (prv) in __sg_alloc_table() 340 if (prv) in __sg_alloc_table() 341 sg_chain(prv, prv_max_ents, sg); in __sg_alloc_table() 351 prv = sg; in __sg_alloc_table() 462 if (sgt_append->prv) { in sg_alloc_append_table_from_pages() 465 sgt_append->prv->offset + sgt_append->prv->length) / in sg_alloc_append_table_from_pages() 472 prv_len = sgt_append->prv->length; in sg_alloc_append_table_from_pages() 520 if (sgt_append->prv) in sg_alloc_append_table_from_pages() [all …]
|
/linux/drivers/media/platform/s5p-g2d/ |
A D | g2d.c | 310 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() 362 struct g2d_ctx *ctx = prv; in vidioc_s_fmt() 371 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 403 struct g2d_ctx *ctx = prv; in vidioc_g_selection() 453 struct g2d_ctx *ctx = prv; in vidioc_try_selection() 481 struct g2d_ctx *ctx = prv; in vidioc_s_selection() 485 ret = vidioc_try_selection(file, prv, s); in vidioc_s_selection() 501 static void device_run(void *prv) in device_run() argument 503 struct g2d_ctx *ctx = prv; in device_run() 542 static irqreturn_t g2d_isr(int irq, void *prv) in g2d_isr() argument [all …]
|
/linux/tools/virtio/linux/ |
A D | scatterlist.h | 90 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument 96 prv[prv_nents - 1].offset = 0; in sg_chain() 97 prv[prv_nents - 1].length = 0; in sg_chain() 103 prv[prv_nents - 1].page_link = ((unsigned long) sgl | 0x01) & ~0x02; in sg_chain()
|
/linux/net/atm/ |
A D | atm_sysfs.c | 42 &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()
|
A D | addr.c | 21 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()
|
A D | clip.c | 712 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()
|
A D | signaling.c | 80 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()
|
A D | proc.c | 214 *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()
|
A D | lec.c | 2133 memcpy(to_add->atm_addr, vcc->remote.sas_addr.prv, ATM_ESA_LEN); in lec_mcast_make()
|
/linux/fs/ |
A D | io-wq.h | 32 #define wq_list_for_each(pos, prv, head) \ argument 33 for (pos = (head)->first, prv = NULL; pos; prv = pos, pos = (pos)->next) 35 #define wq_list_for_each_resume(pos, prv) \ argument 36 for (; pos; prv = pos, pos = (pos)->next)
|
/linux/drivers/media/platform/rockchip/rga/ |
A 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() 464 struct rga_ctx *ctx = prv; in vidioc_g_fmt() 521 struct rga_ctx *ctx = prv; in vidioc_s_fmt() 531 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 561 static int vidioc_g_selection(struct file *file, void *prv, in vidioc_g_selection() argument 564 struct rga_ctx *ctx = prv; in vidioc_g_selection() 609 static int vidioc_s_selection(struct file *file, void *prv, in vidioc_s_selection() argument [all …]
|
/linux/drivers/edac/ |
A D | altera_edac.c | 851 if (readl(base + prv->ecc_en_ofst) & prv->ecc_enable_mask) in altr_check_ecc_deps() 1070 prv = pdev_id->data; in altr_init_a10_ecc_device_type() 1071 if (!prv) in altr_init_a10_ecc_device_type() 1075 prv->ecc_enable_mask, 0); in altr_init_a10_ecc_device_type() 1245 prv->ecc_enable_mask) in altr_l2_check_deps() 1507 altdev->data = prv; in altr_portb_setup() 1530 prv->ecc_irq_handler, in altr_portb_setup() 1554 prv->ecc_irq_handler, in altr_portb_setup() 1872 prv = pdev_id->data; in altr_edac_a10_device_add() 1873 if (IS_ERR_OR_NULL(prv)) in altr_edac_a10_device_add() [all …]
|
A D | sb_edac.c | 1757 u64 limit, prv = 0; in get_memory_layout() local 1787 prv = 0; in get_memory_layout() 1797 if (limit <= prv) in get_memory_layout() 1809 prv = limit; in get_memory_layout() 1830 prv = 0; in get_memory_layout() 1834 if (limit <= prv) in get_memory_layout() 1849 prv = limit; in get_memory_layout() 1974 if (limit <= prv) { in get_memory_error_data() 1980 prv = limit; in get_memory_error_data() 2090 prv = 0; in get_memory_error_data() [all …]
|
/linux/drivers/media/platform/omap3isp/ |
A 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);
|
/linux/include/uapi/linux/ |
A D | atm.h | 209 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/include/linux/ |
A D | scatterlist.h | 44 struct scatterlist *prv; /* last populated sge in the table */ member 194 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument 197 __sg_chain(&prv[prv_nents - 1], sgl); in sg_chain()
|
/linux/include/linux/mmc/ |
A D | card.h | 16 unsigned char prv; member
|
/linux/Documentation/driver-api/mmc/ |
A D | mmc-dev-attrs.rst | 31 prv Product Revision (from CID Register)
|
/linux/drivers/mmc/core/ |
A D | mmc.c | 106 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 791 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|
/linux/kernel/locking/ |
A D | lockdep.c | 2915 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) in print_deadlock_scenario() argument 2918 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario()
|