Searched refs:ref (Results 1 - 25 of 30) sorted by relevance

12

/arch/arm/mach-msm/
H A Dgpiomux.c42 setting = cfg->ref ? active : suspended;
60 if (cfg->ref++ == 0 && cfg->active & GPIOMUX_VALID)
76 BUG_ON(cfg->ref == 0);
77 if (--cfg->ref == 0 && cfg->suspended & GPIOMUX_VALID)
89 msm_gpiomux_configs[n].ref = 0;
H A Dgpiomux.h45 * @ref: The reference count of the line. For internal use of
51 unsigned ref; member in struct:msm_gpiomux_config
/arch/arm/include/asm/hardware/
H A Dicst.h18 unsigned long ref; member in struct:icst_params
/arch/x86/tools/
H A Dgen-insn-attr-x86.awk124 ref = ""
126 ref = ref $i
127 eid = escape[ref]
265 ref = ""
267 ref = ref $i
268 if (ref in escape)
269 semantic_error("Redefine escape (" ref ")")
270 escape[ref]
[all...]
/arch/arm/boot/dts/
H A Dpicoxcell-pc3x3.dtsi51 ref-clock = <&ref_clk>, "ref";
59 ref-clock = <&ref_clk>, "ref";
67 ref-clock = <&ref_clk>, "ref";
75 ref-clock = <&ref_clk>, "ref";
83 ref-clock = <&ref_clk>, "ref";
[all...]
H A Dpicoxcell-pc3x2.dtsi44 ref-clock = <&ref_clk>, "ref";
103 ref-clock = <&pclk>, "ref";
118 ref-clock = <&pclk>, "ref";
/arch/powerpc/kvm/
H A D44x_tlb.c248 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[stlb_index]; local
250 if (!ref->page)
259 if (ref->writeable)
260 kvm_release_page_dirty(ref->page);
262 kvm_release_page_clean(ref->page);
264 ref->page = NULL;
298 struct kvmppc_44x_shadow_ref *ref; local
362 ref = &vcpu_44x->shadow_refs[victim];
363 ref->page = new_page;
364 ref
384 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i]; local
412 struct kvmppc_44x_shadow_ref *ref = &vcpu_44x->shadow_refs[i]; local
[all...]
H A De500_tlb.c510 static inline void kvmppc_e500_ref_setup(struct tlbe_ref *ref, argument
514 ref->pfn = pfn;
515 ref->flags = E500_TLB_VALID;
518 ref->flags |= E500_TLB_DIRTY;
521 static inline void kvmppc_e500_ref_release(struct tlbe_ref *ref) argument
523 if (ref->flags & E500_TLB_VALID) {
524 if (ref->flags & E500_TLB_DIRTY)
525 kvm_release_pfn_dirty(ref->pfn);
527 kvm_release_pfn_clean(ref->pfn);
529 ref
539 struct tlbe_ref *ref = local
553 struct tlbe_ref *ref = local
588 kvmppc_e500_setup_stlbe( struct kvmppc_vcpu_e500 *vcpu_e500, struct kvm_book3e_206_tlb_entry *gtlbe, int tsize, struct tlbe_ref *ref, u64 gvaddr, struct kvm_book3e_206_tlb_entry *stlbe) argument
608 kvmppc_e500_shadow_map(struct kvmppc_vcpu_e500 *vcpu_e500, u64 gvaddr, gfn_t gfn, struct kvm_book3e_206_tlb_entry *gtlbe, int tlbsel, struct kvm_book3e_206_tlb_entry *stlbe, struct tlbe_ref *ref) argument
748 struct tlbe_ref *ref; local
765 struct tlbe_ref *ref; local
[all...]
/arch/arm/common/
H A Dicst.c32 return p->ref * 2 * (vco.v + 8) / ((vco.r + 2) * p->s2div[vco.s]);
77 fref_div = (2 * p->ref) / rd;
/arch/powerpc/include/asm/
H A Dkvm_e500.h34 struct tlbe_ref ref; /* TLB0 only -- TLB1 uses tlb_refs */ member in struct:tlbe_priv
H A Dpmac_pfunc.h155 struct kref ref; member in struct:pmf_function
/arch/arm/mach-integrator/
H A Dcpu.c34 .ref = 24000000,
46 .ref = 24000000,
H A Dimpd1.c44 .ref = 24000000, /* 24 MHz */
/arch/arm/kernel/
H A Dfiq.c56 static int fiq_def_op(void *ref, int relinquish) argument
/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c161 struct kref *ref; local
172 ref = spu_get_profile_private_kref(the_spu->ctx);
173 if (ref) {
174 spu_info[spu_num] = container_of(ref, struct cached_info, cache_ref);
233 /* Increment count before passing off ref to SPUFS. */
/arch/powerpc/platforms/powermac/
H A Dpfunc_core.c544 struct kref ref; member in struct:pmf_device
553 struct pmf_device *dev = container_of(kref, struct pmf_device, ref);
559 kref_put(&dev->ref, pmf_release_device);
564 kref_get(&dev->ref);
650 kref_init(&func->ref);
728 kref_init(&dev->ref);
753 kref_get(&func->ref);
761 container_of(kref, struct pmf_function, ref);
768 kref_put(&func->ref, pmf_release_function);
/arch/arm/mach-davinci/
H A Dtnetv107x.c651 unsigned long ref = OSC_FREQ_ONCHIP, ret; local
682 ref = pll_ext_freq[pll];
684 clk->pll_data->input_rate = ref;
688 return ref;
690 ret = ref;
692 ret += ((unsigned long long)ref * mult) / 256;
/arch/cris/arch-v10/lib/
H A Ddram_init.S92 or.d 0x0000c000, $r1 ; ref = disable
/arch/cris/include/arch-v32/arch/hwregs/
H A Dbif_core_defs.h199 unsigned int ref : 2; member in struct:__anon447
/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
H A Dbif_core_defs.h199 unsigned int ref : 2; member in struct:__anon1314
/arch/powerpc/kernel/
H A Dvmlinux.lds.S56 *(.text .fixup __ftr_alt_* .ref.text)
/arch/ia64/kvm/
H A Dvtlb.c91 int vhpt_enabled(struct kvm_vcpu *vcpu, u64 vadr, enum vhpt_ref ref) argument
102 switch (ref) {
/arch/arm/mach-realview/
H A Dcore.c233 .ref = 24000000,
/arch/x86/kernel/cpu/
H A Dperf_event.h86 atomic_t ref; /* reference count */ member in struct:er_account
/arch/powerpc/platforms/cell/spufs/
H A Dsched.c380 static struct spu *ctx_location(struct spu *ref, int offset, int node) argument
386 list_for_each_entry(spu, ref->aff_list.prev, aff_list) {
394 list_for_each_entry_reverse(spu, ref->aff_list.next, aff_list) {

Completed in 2234 milliseconds

12