Searched refs:ops (Results 101 - 125 of 340) sorted by relevance

1234567891011>>

/arch/sh/kernel/cpu/sh5/
H A Dclock-sh5.c72 void __init arch_init_clk_ops(struct sh_clk_ops **ops, int idx) argument
78 *ops = sh5_clk_ops[idx];
/arch/um/kernel/
H A Dstacktrace.c20 const struct stacktrace_ops *ops,
41 ops->address(data, addr, reliable);
19 dump_trace(struct task_struct *tsk, const struct stacktrace_ops *ops, void *data) argument
/arch/x86/kvm/
H A Demulate.c260 ctxt->_regs[nr] = ctxt->ops->read_gpr(ctxt, nr);
283 ctxt->ops->write_gpr(ctxt, reg, ctxt->_regs[reg]);
440 return ctxt->ops->intercept(ctxt, &info, stage);
460 ctxt->ops->get_segment(ctxt, &sel, &ss, NULL, VCPU_SREG_SS);
519 return ctxt->ops->get_cached_segment_base(ctxt, seg);
606 ctxt->ops->get_segment(ctxt, &selector, &desc, NULL, seg);
617 ctxt->ops->get_segment(ctxt, &dummy, &desc, &base3, seg);
618 ctxt->ops->set_segment(ctxt, selector, &desc, base3, seg);
669 usable = ctxt->ops->get_segment(ctxt, &sel, &desc, NULL,
703 cpl = ctxt->ops
1416 const struct x86_emulate_ops *ops = ctxt->ops; local
1878 const struct x86_emulate_ops *ops = ctxt->ops; local
2023 const struct x86_emulate_ops *ops = ctxt->ops; local
2116 const struct x86_emulate_ops *ops = ctxt->ops; local
2231 const struct x86_emulate_ops *ops = ctxt->ops; local
2275 const struct x86_emulate_ops *ops = ctxt->ops; local
2333 const struct x86_emulate_ops *ops = ctxt->ops; local
2398 const struct x86_emulate_ops *ops = ctxt->ops; local
2467 const struct x86_emulate_ops *ops = ctxt->ops; local
2594 const struct x86_emulate_ops *ops = ctxt->ops; local
2744 const struct x86_emulate_ops *ops = ctxt->ops; local
2791 const struct x86_emulate_ops *ops = ctxt->ops; local
3016 const struct x86_emulate_ops *ops = ctxt->ops; local
4721 const struct x86_emulate_ops *ops = ctxt->ops; local
[all...]
/arch/arm/mach-omap2/
H A Dcclock3xxx_data.c127 .ops = &clkhwops_omap3_dpll,
186 .ops = &clkhwops_iclk_wait,
219 .ops = &clkhwops_iclk_wait,
267 .ops = &clkhwops_omap3_dpll,
302 .ops = &clkhwops_iclk,
378 .ops = &clkhwops_omap3_dpll,
452 .ops = &clkhwops_wait,
467 .ops = &dpll4_m5x2_ck_3630_ops,
491 .ops = &aes2_ick_ops,
525 .ops
[all...]
/arch/hexagon/kernel/
H A Dsmp.c50 static inline void __handle_ipi(unsigned long *ops, struct ipi_data *ipi, argument
55 msg = find_next_bit(ops, BITS_PER_LONG, msg+1);
98 unsigned long ops; local
100 while ((ops = xchg(&ipi->bits, 0)) != 0)
101 __handle_ipi(&ops, ipi, cpu);
/arch/x86/kernel/cpu/
H A Dperf_event_intel_uncore.h52 struct intel_uncore_ops *ops; member in struct:intel_uncore_type
55 struct pmu *pmu; /* for custom pmu ops */
262 if (box->pmu->type->ops->disable_box)
263 box->pmu->type->ops->disable_box(box);
268 if (box->pmu->type->ops->enable_box)
269 box->pmu->type->ops->enable_box(box);
275 box->pmu->type->ops->disable_event(box, event);
281 box->pmu->type->ops->enable_event(box, event);
287 return box->pmu->type->ops->read_counter(box, event);
293 if (box->pmu->type->ops
[all...]
/arch/powerpc/sysdev/
H A Dfsl_rio.c336 struct rio_ops *ops; local
374 ops = kzalloc(sizeof(struct rio_ops), GFP_KERNEL);
375 if (!ops) {
379 ops->lcread = fsl_local_config_read;
380 ops->lcwrite = fsl_local_config_write;
381 ops->cread = fsl_rio_config_read;
382 ops->cwrite = fsl_rio_config_write;
383 ops->dsend = fsl_rio_doorbell_send;
384 ops->pwenable = fsl_rio_pw_enable;
385 ops
[all...]
/arch/arm/mach-rpc/
H A Decard.c434 if (!ec->ops)
435 ec->ops = &ecard_default_ops;
437 if (ec->claimed && ec->ops->irqenable)
438 ec->ops->irqenable(ec, d->irq);
450 if (!ec->ops)
451 ec->ops = &ecard_default_ops;
453 if (ec->ops && ec->ops->irqdisable)
454 ec->ops->irqdisable(ec, d->irq);
470 if (!ec->ops)
855 ecard_setirq(struct expansion_card *ec, const struct expansion_card_ops *ops, void *irq_data) argument
[all...]
/arch/sparc/crypto/
H A Daes_glue.c51 struct aes_ops *ops; member in struct:crypto_sparc64_aes_ctx
175 ctx->ops = &aes128_ops;
180 ctx->ops = &aes192_ops;
185 ctx->ops = &aes256_ops;
203 ctx->ops->encrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst);
210 ctx->ops->decrypt(&ctx->key[0], (const u32 *) src, (u32 *) dst);
227 ctx->ops->load_encrypt_keys(&ctx->key[0]);
232 ctx->ops->ecb_encrypt(&ctx->key[0],
257 ctx->ops->load_decrypt_keys(&ctx->key[0]);
263 ctx->ops
[all...]
/arch/alpha/include/asm/
H A Dagp_backend.h29 struct alpha_agp_ops *ops; member in struct:_alpha_agp_info
/arch/arm/mach-davinci/
H A Dpm_domain.c47 .ops = {
/arch/arm/mach-footbridge/
H A Debsa285-pci.c34 .ops = &dc21285_ops,
H A Dpersonal-pci.c44 .ops = &dc21285_ops,
/arch/arm/mach-ixp4xx/
H A Dcoyote-pci.c51 .ops = &ixp4xx_ops,
H A Dgateway7001-pci.c50 .ops = &ixp4xx_ops,
H A Dixdpg425-pci.c45 .ops = &ixp4xx_ops,
H A Dnslu2-pci.c57 .ops = &ixp4xx_ops,
H A Dvulcan-pci.c59 .ops = &ixp4xx_ops,
H A Dwg302v2-pci.c49 .ops = &ixp4xx_ops,
/arch/arm/mach-keystone/
H A Dpm_domain.c53 .ops = {
/arch/arm/mach-s3c64xx/include/mach/
H A Ddma.h69 #include <plat/dma-ops.h>
/arch/arm/mach-shmobile/
H A Dclock.h38 .ops = &shmobile_fixed_ratio_clk_ops,\
/arch/blackfin/include/asm/
H A Dclocks.h67 const struct clk_ops *ops; member in struct:clk
/arch/mips/fw/arc/
H A Dinit.c15 #include <asm/smp-ops.h>
/arch/mips/include/asm/
H A Dclock.h27 struct clk_ops *ops; member in struct:clk

Completed in 564 milliseconds

1234567891011>>