Searched refs:crp (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dcr_bllcd.c177 struct cr_panel *crp; local
214 crp = kzalloc(sizeof(*crp), GFP_KERNEL);
215 if (!crp) {
222 crp->cr_backlight_device = bdp;
223 crp->cr_lcd_device = ldp;
224 crp->cr_backlight_device->props.power = FB_BLANK_UNBLANK;
225 crp->cr_backlight_device->props.brightness = 0;
226 cr_backlight_set_intensity(crp->cr_backlight_device);
227 cr_lcd_set_power(crp
236 struct cr_panel *crp = platform_get_drvdata(pdev); local
257 static struct platform_device *crp; variable in typeref:struct:platform_device
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/sun3/
H A Dmmu_emu.c339 pgd_t * crp; local
342 crp = swapper_pg_dir;
347 crp = swapper_pg_dir;
349 crp = current->mm->pgd;
353 printk ("mmu_emu_handle_fault: vaddr=%lx type=%s crp=%p\n",
354 vaddr, read_flag ? "read" : "write", crp);
364 pte = (pte_t *) pgd_val (*(crp + segment));
400 printk ("seg:%d crp:%p ->", get_fs().seg, crp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sh/
H A Dpfc.c202 struct pinmux_cfg_reg **crp, int *indexp,
220 *crp = config_reg;
263 struct pinmux_cfg_reg *crp,
268 ncomb = 1 << crp->field_width;
272 gpio_write_reg(crp->reg, crp->reg_width, crp->field_width, pos, value);
276 struct pinmux_cfg_reg *crp,
281 ncomb = 1 << crp->field_width;
285 if (gpio_read_reg(crp
201 get_config_reg(struct pinmux_info *gpioc, pinmux_enum_t enum_id, struct pinmux_cfg_reg **crp, int *indexp, unsigned long **cntp) argument
262 write_config_reg(struct pinmux_info *gpioc, struct pinmux_cfg_reg *crp, int index) argument
275 check_config_reg(struct pinmux_info *gpioc, struct pinmux_cfg_reg *crp, int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dirq_txx9.c115 u32 __iomem *crp; local
129 crp = &txx9_ircptr->cr[(unsigned int)irq_nr / 8];
130 cr = __raw_readl(crp);
134 __raw_writel(cr, crp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/txx9/generic/
H A Dirq_tx4939.c107 u32 __iomem *crp; local
131 crp = &tx4939_ircptr->dm[(irq_nr & 8) >> 3].r;
134 crp = &tx4939_ircptr->dm2[((irq_nr & 8) >> 3)].r;
137 cr = __raw_readl(crp);
140 __raw_writel(cr, crp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmmu_context.h28 unsigned long crp[2] = { local
49 "pmovefd %0,%%crp; "
52 "pmove %0,%%crp"
54 : : "m" (crp[0]));
H A Dprocessor.h81 unsigned long crp[2]; /* cpu root pointer */ member in struct:thread_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_mad.c959 struct ipath_cregs const *crp = dev->dd->ipath_cregs; local
978 if (crp->cr_psstat)
985 if (crp->cr_psstat)
986 p->sample_status = ipath_read_creg32(dev->dd, crp->cr_psstat);
1008 struct ipath_cregs const *crp = dev->dd->ipath_cregs; local
1021 if (crp->cr_psstat)
1022 status = ipath_read_creg32(dev->dd, crp->cr_psstat);
1034 if (crp->cr_psstat) {
1035 ipath_write_creg(dev->dd, crp->cr_psinterval,
1037 ipath_write_creg(dev->dd, crp
1050 get_counter(struct ipath_ibdev *dev, struct ipath_cregs const *crp, __be16 sel) argument
1095 struct ipath_cregs const *crp = dev->dd->ipath_cregs; local
1120 struct ipath_cregs const *crp = dev->dd->ipath_cregs; local
[all...]
H A Dipath_verbs.c1378 struct ipath_cregs const *crp = dd->ipath_cregs; local
1387 ipath_snap_cntr(dd, crp->cr_ibsymbolerrcnt);
1389 ipath_snap_cntr(dd, crp->cr_iblinkerrrecovcnt);
1396 ipath_snap_cntr(dd, crp->cr_iblinkdowncnt);
1398 ipath_snap_cntr(dd, crp->cr_rxdroppktcnt) +
1399 ipath_snap_cntr(dd, crp->cr_rcvovflcnt) +
1400 ipath_snap_cntr(dd, crp->cr_portovflcnt) +
1401 ipath_snap_cntr(dd, crp->cr_err_rlencnt) +
1402 ipath_snap_cntr(dd, crp->cr_invalidrlencnt) +
1403 ipath_snap_cntr(dd, crp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_cryptodev.c94 static int bn2crparam(const BIGNUM *a, struct crparam *crp);
95 static int crparam2bn(struct crparam *crp, BIGNUM *a);
622 * crp->crp_p.
625 bn2crparam(const BIGNUM *a, struct crparam *crp) argument
631 crp->crp_p = NULL;
632 crp->crp_nbits = 0;
641 crp->crp_p = b;
642 crp->crp_nbits = bits;
657 crparam2bn(struct crparam *crp, BIGNUM *a) argument
662 bytes = (crp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c102 static int bn2crparam(const BIGNUM *a, struct crparam *crp);
103 static int crparam2bn(struct crparam *crp, BIGNUM *a);
1006 * crp->crp_p.
1008 static int bn2crparam(const BIGNUM *a, struct crparam *crp) argument
1014 crp->crp_p = NULL;
1015 crp->crp_nbits = 0;
1025 crp->crp_p = (caddr_t) b;
1026 crp->crp_nbits = bits;
1040 static int crparam2bn(struct crparam *crp, BIGNUM *a) argument
1045 bytes = (crp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c102 static int bn2crparam(const BIGNUM *a, struct crparam *crp);
103 static int crparam2bn(struct crparam *crp, BIGNUM *a);
1006 * crp->crp_p.
1008 static int bn2crparam(const BIGNUM *a, struct crparam *crp) argument
1014 crp->crp_p = NULL;
1015 crp->crp_nbits = 0;
1025 crp->crp_p = (caddr_t) b;
1026 crp->crp_nbits = bits;
1040 static int crparam2bn(struct crparam *crp, BIGNUM *a) argument
1045 bytes = (crp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dasm-offsets.c41 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dasm-offsets.c41 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c3940 struct nfs4_client_reclaim *crp = NULL; local
3943 crp = alloc_reclaim();
3944 if (!crp)
3947 INIT_LIST_HEAD(&crp->cr_strhash);
3948 list_add(&crp->cr_strhash, &reclaim_str_hashtbl[strhashval]);
3949 memcpy(crp->cr_recdir, name, HEXDIR_LEN);
3957 struct nfs4_client_reclaim *crp = NULL; local
3962 crp = list_entry(reclaim_str_hashtbl[i].next,
3964 list_del(&crp->cr_strhash);
3965 kfree(crp);
3979 struct nfs4_client_reclaim *crp = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsun4c.c735 static void sun4c_demap_context(struct sun4c_mmu_ring *crp, unsigned char ctx) argument
737 struct sun4c_mmu_entry *head = &crp->ringhd;

Completed in 92 milliseconds