/linux-4.4.14/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 …]
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | switch_to_32.h | 16 #define SWITCH_ENTER(prv) \ argument 18 if (test_tsk_thread_flag(prv, TIF_USEDFPU)) { \ 20 fpsave(&(prv)->thread.float_regs[0], &(prv)->thread.fsr, \ 21 &(prv)->thread.fpqueue[0], &(prv)->thread.fpqdepth); \ 22 clear_tsk_thread_flag(prv, TIF_USEDFPU); \ 23 (prv)->thread.kregs->psr &= ~PSR_EF; \ 29 #define SWITCH_ENTER(prv) /* */ argument
|
/linux-4.4.14/block/ |
D | blk-map.c | 13 struct iovec *prv, struct iovec *cur) in iovec_gap_to_prv() argument 20 if (prv->iov_base == NULL && prv->iov_len == 0) in iovec_gap_to_prv() 24 prev_end = (unsigned long)(prv->iov_base + prv->iov_len); in iovec_gap_to_prv() 88 struct iovec iov, prv = {.iov_base = NULL, .iov_len = 0}; in blk_rq_map_user_iov() local 103 iovec_gap_to_prv(q, &prv, &iov)) in blk_rq_map_user_iov() 106 prv.iov_base = iov.iov_base; in blk_rq_map_user_iov() 107 prv.iov_len = iov.iov_len; in blk_rq_map_user_iov()
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.c | 305 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument 316 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument 318 struct g2d_ctx *ctx = prv; in vidioc_g_fmt() 338 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument 368 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument 370 struct g2d_ctx *ctx = prv; in vidioc_s_fmt() 379 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt() 426 static int vidioc_g_crop(struct file *file, void *prv, struct v4l2_crop *cr) in vidioc_g_crop() argument 428 struct g2d_ctx *ctx = prv; in vidioc_g_crop() 442 static int vidioc_try_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_try_crop() argument [all …]
|
/linux-4.4.14/tools/virtio/linux/ |
D | scatterlist.h | 91 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-4.4.14/net/atm/ |
D | addr.c | 20 return *addr->sas_addr.prv ? 0 : -EINVAL; in check_addr() 29 if (*a->sas_addr.prv) in identical() 30 if (memcmp(a->sas_addr.prv, b->sas_addr.prv, ATM_ESA_LEN)) in identical()
|
D | signaling.c | 79 if (!*vcc->local.sas_addr.prv && !*vcc->local.sas_addr.pub) { in sigd_send() 81 memcpy(vcc->local.sas_addr.prv, in sigd_send() 82 msg->local.sas_addr.prv, ATM_ESA_LEN); in sigd_send()
|
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()
|
D | proc.c | 227 *vcc->remote.sas_addr.pub && *vcc->remote.sas_addr.prv ? "+" : ""); in svc_info() 228 if (*vcc->remote.sas_addr.prv) { in svc_info() 232 seq_printf(seq, "%02x", vcc->remote.sas_addr.prv[i]); in svc_info()
|
D | atm_sysfs.c | 49 aaddr->addr.sas_addr.prv[i]); in show_atmaddress()
|
D | lec.c | 2181 memcpy(to_add->atm_addr, vcc->remote.sas_addr.prv, ATM_ESA_LEN); in lec_mcast_make()
|
/linux-4.4.14/include/linux/ |
D | scatterlist.h | 161 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument 167 prv[prv_nents - 1].offset = 0; in sg_chain() 168 prv[prv_nents - 1].length = 0; in sg_chain() 174 prv[prv_nents - 1].page_link = ((unsigned long) sgl | 0x01) & ~0x02; in sg_chain()
|
/linux-4.4.14/lib/ |
D | scatterlist.c | 279 struct scatterlist *sg, *prv; in __sg_alloc_table() local 292 prv = NULL; in __sg_alloc_table() 317 if (prv) in __sg_alloc_table() 330 if (prv) in __sg_alloc_table() 331 sg_chain(prv, max_ents, sg); in __sg_alloc_table() 341 prv = sg; in __sg_alloc_table()
|
/linux-4.4.14/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);
|
/linux-4.4.14/include/uapi/linux/ |
D | atm.h | 208 unsigned char prv[ATM_ESA_LEN];/* private ATM address */ member 219 return *addr.sas_addr.prv || *addr.sas_addr.pub; in atmsvc_addr_in_use()
|
/linux-4.4.14/drivers/edac/ |
D | sb_edac.c | 1037 u64 limit, prv = 0; in get_memory_layout() local 1067 prv = 0; in get_memory_layout() 1077 if (limit <= prv) in get_memory_layout() 1089 prv = limit; in get_memory_layout() 1107 prv = 0; in get_memory_layout() 1112 if (limit <= prv) in get_memory_layout() 1127 prv = limit; in get_memory_layout() 1222 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local 1252 if (limit <= prv) { in get_memory_error_data() 1258 prv = limit; in get_memory_error_data() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/st/ |
D | st,clkgen-divmux.txt | 42 "clk-m-prv-t1-bus",
|
/linux-4.4.14/Documentation/mmc/ |
D | mmc-dev-attrs.txt | 25 prv Product Revision (from CID Register) (SD and MMCv4 only)
|
/linux-4.4.14/include/linux/mmc/ |
D | card.h | 20 unsigned char prv; member
|
/linux-4.4.14/drivers/mmc/core/ |
D | mmc.c | 102 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 723 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | stih415-clock.dtsi | 332 "clk-m-prv-t1-bus",
|
D | stih416-clock.dtsi | 334 "clk-m-prv-t1-bus",
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 1711 struct held_lock *prv) in print_deadlock_scenario() argument 1714 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario()
|