Searched refs:ops (Results 151 - 175 of 340) sorted by relevance

1234567891011>>

/arch/arm/mach-ixp4xx/
H A Ddsmg600-pci.c65 .ops = &ixp4xx_ops,
H A Dfsg-pci.c62 .ops = &ixp4xx_ops,
H A Dgtwx5715-pci.c70 .ops = &ixp4xx_ops,
H A Dixdp425-pci.c63 .ops = &ixp4xx_ops,
H A Dmiccpt-pci.c64 .ops = &ixp4xx_ops,
H A Dnas100d-pci.c61 .ops = &ixp4xx_ops,
/arch/arm/mach-omap1/
H A Dpm_bus.c53 .ops = {
/arch/arm/mach-omap2/
H A Dvp.h85 const struct omap_vp_ops *ops; member in struct:omap_vp_common
H A Dvp3xxx_data.c56 .ops = &omap3_vp_ops,
H A Dvp44xx_data.c55 .ops = &omap4_vp_ops,
/arch/arm/plat-samsung/include/plat/
H A Ddma-pl330.h119 #include <plat/dma-ops.h>
H A Ddma.h128 #include <plat/dma-ops.h>
/arch/mips/bcm63xx/
H A Dprom.c14 #include <asm/smp-ops.h>
/arch/mips/include/asm/
H A Dsmp.h21 #include <asm/smp-ops.h>
/arch/mips/ralink/
H A Dreset.c68 .ops = &reset_ops,
/arch/sh/drivers/dma/
H A Ddma-pvr2.c84 .ops = &pvr2_dma_ops,
/arch/um/drivers/
H A Dchan.h26 const struct chan_ops *ops; member in struct:chan
/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.h56 extern void set_mtrr_ops(const struct mtrr_ops *ops);
/arch/x86/kernel/kprobes/
H A Dftrace.c57 struct ftrace_ops *ops, struct pt_regs *regs)
56 kprobe_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *ops, struct pt_regs *regs) argument
/arch/x86/oprofile/
H A Dop_x86_model.h42 int (*init)(struct oprofile_operations *ops);
/arch/xtensa/include/asm/
H A Dpci-bridge.h44 struct pci_ops *ops; member in struct:pci_controller
/arch/x86/kernel/
H A Duprobes.c320 * shift ops: implicitly use cx
333 * Evil SSE4.2 string comparison ops from hell.
687 auprobe->ops = &branch_xol_ops;
747 auprobe->ops = &default_xol_ops;
760 if (auprobe->ops->pre_xol) {
761 int err = auprobe->ops->pre_xol(auprobe, regs);
812 if (auprobe->ops->post_xol) {
813 err = auprobe->ops->post_xol(auprobe, regs);
878 if (auprobe->ops->abort)
879 auprobe->ops
[all...]
/arch/powerpc/platforms/cell/spufs/
H A Dfile.c191 char *local_store = ctx->ops->get_ls(ctx);
228 local_store = ctx->ops->get_ls(ctx);
297 local_store = ctx->ops->get_ls(ctx);
463 *val = ctx->ops->status_read(ctx);
477 ctx->ops->runcntl_write(ctx, val);
678 ret = ctx->ops->mbox_read(ctx, &mbox_data);
722 mbox_stat = ctx->ops->mbox_stat_read(ctx) & 0xff;
741 return ctx->ops->ibox_read(ctx, data);
814 ret = ctx->ops->ibox_read(ctx, &ibox_data);
845 mask = ctx->ops
[all...]
/arch/arm/include/asm/
H A Decard.h154 const expansioncard_ops_t *ops; /* Enable/Disable Ops for card */ member in struct:expansion_card
168 void ecard_setirq(struct expansion_card *ec, const struct expansion_card_ops *ops, void *irq_data);
/arch/arm/mach-shmobile/
H A Dclock-r8a7740.c116 .ops = &followparent_clk_ops,
123 .ops = &followparent_clk_ops,
142 .ops = &pllc01_clk_ops,
149 .ops = &pllc01_clk_ops,
228 .ops = &usb24s_clk_ops,
259 .ops = &usb24_clk_ops,
429 .ops = &hdmi12_clk_ops,
435 .ops = &hdmi12_clk_ops,

Completed in 439 milliseconds

1234567891011>>