| /linux/drivers/mtd/nand/raw/ |
| H A D | mpc5121_nfc.c | 125 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/arch/sparc/include/asm/ |
| H 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/tools/virtio/linux/ |
| H A 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/net/atm/ |
| H 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()
|
| H 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()
|
| H A D | signaling.c | 117 if (!*vcc->local.sas_addr.prv && !*vcc->local.sas_addr.pub) { in sigd_send() 119 memcpy(vcc->local.sas_addr.prv, in sigd_send() 120 msg->local.sas_addr.prv, ATM_ESA_LEN); in sigd_send()
|
| H A D | proc.c | 203 *vcc->remote.sas_addr.pub && *vcc->remote.sas_addr.prv ? "+" : ""); in svc_info() 204 if (*vcc->remote.sas_addr.prv) { in svc_info() 208 seq_printf(seq, "%02x", vcc->remote.sas_addr.prv[i]); in svc_info()
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H 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/ |
| H 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/drivers/media/platform/st/stm32/dma2d/ |
| H A D | dma2d.c | 465 static void device_run(void *prv) in device_run() argument 467 struct dma2d_ctx *ctx = prv; in device_run() 514 static irqreturn_t dma2d_isr(int irq, void *prv) in dma2d_isr() argument 516 struct dma2d_dev *dev = prv; in dma2d_isr()
|
| /linux/drivers/media/platform/samsung/s5p-g2d/ |
| H A D | g2d.c | 497 static void device_run(void *prv) in device_run() argument 499 struct g2d_ctx *ctx = prv; in device_run() 538 static irqreturn_t g2d_isr(int irq, void *prv) in g2d_isr() argument 540 struct g2d_dev *dev = prv; in g2d_isr()
|
| /linux/drivers/media/platform/rockchip/rga/ |
| H A D | rga.c | 34 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()
|
| /linux/Documentation/driver-api/mmc/ |
| H A D | mmc-dev-attrs.rst | 31 prv Product Revision (from CID Register)
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 2991 print_deadlock_scenario(struct held_lock *nxt, struct held_lock *prv) in print_deadlock_scenario() argument 2994 struct lock_class *prev = hlock_class(prv); in print_deadlock_scenario() 3000 __print_lock_name(prv, prev); in print_deadlock_scenario()
|