Home
last modified time | relevance | path

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

/linux-4.1.27/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 …]
/linux-4.1.27/arch/sparc/include/asm/
Dswitch_to_32.h16 #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.1.27/drivers/media/platform/s5p-g2d/
Dg2d.c304 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument
315 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument
317 struct g2d_ctx *ctx = prv; in vidioc_g_fmt()
337 static int vidioc_try_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_try_fmt() argument
367 static int vidioc_s_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_s_fmt() argument
369 struct g2d_ctx *ctx = prv; in vidioc_s_fmt()
378 ret = vidioc_try_fmt(file, prv, f); in vidioc_s_fmt()
425 static int vidioc_g_crop(struct file *file, void *prv, struct v4l2_crop *cr) in vidioc_g_crop() argument
427 struct g2d_ctx *ctx = prv; in vidioc_g_crop()
441 static int vidioc_try_crop(struct file *file, void *prv, const struct v4l2_crop *cr) in vidioc_try_crop() argument
[all …]
/linux-4.1.27/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-4.1.27/include/linux/
Dscatterlist.h136 static inline void sg_chain(struct scatterlist *prv, unsigned int prv_nents, in sg_chain() argument
146 prv[prv_nents - 1].offset = 0; in sg_chain()
147 prv[prv_nents - 1].length = 0; in sg_chain()
153 prv[prv_nents - 1].page_link = ((unsigned long) sgl | 0x01) & ~0x02; in sg_chain()
/linux-4.1.27/net/atm/
Daddr.c20 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()
Dsignaling.c79 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()
Dclip.c709 if (*addr->sas_addr.prv) in svc_addr()
711 } else if (!*addr->sas_addr.prv) { in svc_addr()
715 if (*addr->sas_addr.prv) { in svc_addr()
716 unsigned char *prv = addr->sas_addr.prv; in svc_addr() local
720 fields = *prv == ATM_AFI_E164 ? e164 : code; in svc_addr()
723 seq_printf(seq, "%02X", *prv++); in svc_addr()
Dproc.c227 *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()
Datm_sysfs.c49 aaddr->addr.sas_addr.prv[i]); in show_atmaddress()
Dlec.c2181 memcpy(to_add->atm_addr, vcc->remote.sas_addr.prv, ATM_ESA_LEN); in lec_mcast_make()
/linux-4.1.27/lib/
Dscatterlist.c251 struct scatterlist *sg, *prv; in __sg_alloc_table() local
264 prv = NULL; in __sg_alloc_table()
289 if (prv) in __sg_alloc_table()
302 if (prv) in __sg_alloc_table()
303 sg_chain(prv, max_ents, sg); in __sg_alloc_table()
313 prv = sg; in __sg_alloc_table()
/linux-4.1.27/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);
/linux-4.1.27/include/uapi/linux/
Datm.h208 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.1.27/drivers/edac/
Dsb_edac.c966 u64 limit, prv = 0; in get_memory_layout() local
996 prv = 0; in get_memory_layout()
1006 if (limit <= prv) in get_memory_layout()
1018 prv = limit; in get_memory_layout()
1036 prv = 0; in get_memory_layout()
1041 if (limit <= prv) in get_memory_layout()
1056 prv = limit; in get_memory_layout()
1151 u64 ch_addr, offset, limit = 0, prv = 0; in get_memory_error_data() local
1181 if (limit <= prv) { in get_memory_error_data()
1187 prv = limit; in get_memory_error_data()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/clock/st/
Dst,clkgen-divmux.txt42 "clk-m-prv-t1-bus",
/linux-4.1.27/Documentation/mmc/
Dmmc-dev-attrs.txt25 prv Product Revision (from CID Register) (SD and MMCv4 only)
/linux-4.1.27/include/linux/mmc/
Dcard.h20 unsigned char prv; member
/linux-4.1.27/drivers/mmc/core/
Dmmc.c101 card->cid.prv = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid()
719 MMC_DEV_ATTR(prv, "0x%x\n", card->cid.prv);
/linux-4.1.27/arch/arm/boot/dts/
Dstih415-clock.dtsi332 "clk-m-prv-t1-bus",
Dstih416-clock.dtsi334 "clk-m-prv-t1-bus",
/linux-4.1.27/kernel/locking/
Dlockdep.c1711 struct held_lock *prv) in print_deadlock_scenario() argument
1714 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario()