Searched refs:ops (Results 126 - 150 of 2077) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-integrator/include/mach/
H A Dclkdev.h9 const struct clk_ops *ops; member in struct:clk
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-mmp/
H A Dclock.c60 clk->ops->enable(clk);
74 clk->ops->disable(clk);
83 if (clk->ops->getrate)
84 rate = clk->ops->getrate(clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dmcbsp.c58 .ops = &omap2_mcbsp_ops,
66 .ops = &omap2_mcbsp_ops,
85 .ops = &omap2_mcbsp_ops,
93 .ops = &omap2_mcbsp_ops,
101 .ops = &omap2_mcbsp_ops,
109 .ops = &omap2_mcbsp_ops,
117 .ops = &omap2_mcbsp_ops,
136 .ops = &omap2_mcbsp_ops,
146 .ops = &omap2_mcbsp_ops,
156 .ops
[all...]
H A Dclock3xxx_data.c65 .ops = &clkops_null,
71 .ops = &clkops_null,
78 .ops = &clkops_null,
84 .ops = &clkops_null,
90 .ops = &clkops_null,
96 .ops = &clkops_null,
102 .ops = &clkops_null,
108 .ops = &clkops_null,
156 .ops = &clkops_null,
180 .ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dclock.c31 clk->ops->enable(clk);
49 clk->ops->disable(clk);
59 if (clk->ops->getrate)
60 rate = clk->ops->getrate(clk);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/include/mach/
H A Daudio.h28 extern void pxa_set_ac97_info(pxa2xx_audio_ops_t *ops);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
31 ops = 1000;
45 if ((ops = atoi(optarg)) <= 0) {
65 printf("Running: %d ops\n", ops);
68 for (cnt = 0; cnt < ops; ++cnt) {
106 ops, (ops / usecs) * 1000000);
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/transapp/
H A Dwritetest.cs26 int bytes, ch, cnt, fd, ops;
31 ops = 1000;
45 if ((ops = atoi(optarg)) <= 0) {
65 printf("Running: %d ops\n", ops);
68 for (cnt = 0; cnt < ops; ++cnt) {
106 ops, (ops / usecs) * 1000000);
116 "usage: testfile [-b bytes] [-f file] [-o ops]\n");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/oprofile/
H A Dcommon.c82 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
92 ops->backtrace = sh_backtrace;
106 ops->setup = op_sh_setup;
107 ops->create_files = op_sh_create_files;
108 ops->start = op_sh_start;
109 ops->stop = op_sh_stop;
110 ops->cpu_type = lmodel->cpu_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dmailbox.h57 struct omap_mbox_ops *ops; member in struct:omap_mbox
73 if (!mbox->ops->save_ctx) {
78 mbox->ops->save_ctx(mbox);
83 if (!mbox->ops->restore_ctx) {
88 mbox->ops->restore_ctx(mbox);
94 mbox->ops->enable_irq(mbox, irq);
100 mbox->ops->disable_irq(mbox, irq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c572 rc = do_insn_fetch(ctxt, ops, (_eip), &_x, (_size)); \
580 ({ rc = do_insn_fetch(ctxt, ops, (_eip), _arr, (_size)); \
628 struct x86_emulate_ops *ops, int seg)
633 return ops->get_cached_segment_base(seg, ctxt->vcpu);
637 struct x86_emulate_ops *ops,
643 return seg_base(ctxt, ops, c->seg_override);
647 struct x86_emulate_ops *ops)
649 return seg_base(ctxt, ops, VCPU_SREG_ES);
653 struct x86_emulate_ops *ops)
655 return seg_base(ctxt, ops, VCPU_SREG_S
627 seg_base(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, int seg) argument
636 seg_override_base(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct decode_cache *c) argument
646 es_base(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
652 ss_base(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
689 do_fetch_insn_byte(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, unsigned long eip, u8 *dest) argument
710 do_insn_fetch(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, unsigned long eip, void *dest, unsigned size) argument
743 read_descriptor(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, void *ptr, u16 *size, unsigned long *address, int op_bytes) argument
829 decode_modrm(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
944 decode_abs(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
966 x86_decode_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1323 read_emulated(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, unsigned long addr, void *dest, unsigned size) argument
1354 pio_in_emulated(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, unsigned int size, unsigned short port, void *dest) argument
1391 get_descriptor_table_ptr(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 selector, struct desc_ptr *dt) argument
1408 read_segment_descriptor(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 selector, struct desc_struct *desc) argument
1433 write_segment_descriptor(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 selector, struct desc_struct *desc) argument
1458 load_segment_descriptor(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 selector, int seg) argument
1576 writeback(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1634 emulate_push(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1647 emulate_pop(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, void *dest, int len) argument
1664 emulate_popf(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, void *dest, int len) argument
1707 emulate_push_sreg(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, int seg) argument
1717 emulate_pop_sreg(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, int seg) argument
1732 emulate_pusha(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1759 emulate_popa(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1781 emulate_grp1a(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1818 emulate_grp3(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1839 emulate_grp45(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1869 emulate_grp9(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1889 emulate_ret_far(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1909 setup_syscalls_segments(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct desc_struct *cs, struct desc_struct *ss) argument
1938 emulate_syscall(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
1993 emulate_sysenter(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
2055 emulate_sysexit(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
2114 emulator_bad_iopl(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
2126 emulator_io_port_access_allowed(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 port, u16 len) argument
2156 emulator_io_permited(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 port, u16 len) argument
2166 save_state_to_tss16(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct tss_segment_16 *tss) argument
2190 load_state_from_tss16(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct tss_segment_16 *tss) argument
2241 task_switch_16(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) argument
2289 save_state_to_tss32(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct tss_segment_32 *tss) argument
2316 load_state_from_tss32(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, struct tss_segment_32 *tss) argument
2379 task_switch_32(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, u16 old_tss_sel, ulong old_tss_base, struct desc_struct *new_desc) argument
2427 emulator_do_task_switch(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, int reason, bool has_error_code, u32 error_code) argument
2512 emulator_task_switch(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops, u16 tss_selector, int reason, bool has_error_code, u32 error_code) argument
2546 x86_emulate_insn(struct x86_emulate_ctxt *ctxt, struct x86_emulate_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_mbx.c52 if (mbx->ops.read)
53 ret_val = mbx->ops.read(hw, msg, size, mbx_id);
75 else if (mbx->ops.write)
76 ret_val = mbx->ops.write(hw, msg, size, mbx_id);
93 if (mbx->ops.check_for_msg)
94 ret_val = mbx->ops.check_for_msg(hw, mbx_id);
111 if (mbx->ops.check_for_ack)
112 ret_val = mbx->ops.check_for_ack(hw, mbx_id);
129 if (mbx->ops.check_for_rst)
130 ret_val = mbx->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dzl10036.c155 if (fe->ops.i2c_gate_ctrl)
156 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */
160 if (fe->ops.i2c_gate_ctrl)
161 fe->ops.i2c_gate_ctrl(fe, 0); /* close i2c_gate */
320 if ((frequency < fe->ops.info.frequency_min)
321 || (frequency > fe->ops.info.frequency_max))
349 if (fe->ops.i2c_gate_ctrl)
350 fe->ops.i2c_gate_ctrl(fe, 1); /* open i2c_gate */
378 if (fe->ops.i2c_gate_ctrl)
379 fe->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ux500/
H A Dclock.h28 * @ops: pointer to clkops struct used to control this clock
35 * ops->getrate
70 const struct clkops *ops; member in struct:clk
98 .ops = &clk_prcmu_ops, \
107 .ops = &clk_prcmu_ops, \
117 .ops = &clk_prcc_ops, \
128 .ops = &clk_prcc_ops, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dmbx.c41 if (!mbx->ops.check_for_msg)
44 while (countdown && mbx->ops.check_for_msg(hw)) {
67 if (!mbx->ops.check_for_ack)
70 while (countdown && mbx->ops.check_for_ack(hw)) {
96 if (!mbx->ops.read)
103 ret_val = mbx->ops.read(hw, msg, size);
123 if (!mbx->ops.write || !mbx->timeout)
127 ret_val = mbx->ops.write(hw, msg, size);
334 mbx->ops.read = e1000_read_mbx_vf;
335 mbx->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dmc44s803.c99 if (fe->ops.i2c_gate_ctrl)
100 fe->ops.i2c_gate_ctrl(fe, 1);
205 if (fe->ops.i2c_gate_ctrl)
206 fe->ops.i2c_gate_ctrl(fe, 0);
210 if (fe->ops.i2c_gate_ctrl)
211 fe->ops.i2c_gate_ctrl(fe, 0);
237 if (fe->ops.i2c_gate_ctrl)
238 fe->ops.i2c_gate_ctrl(fe, 1);
281 if (fe->ops.i2c_gate_ctrl)
282 fe->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dbacklight.c40 if (bd->ops)
41 if (!bd->ops->check_fb ||
42 bd->ops->check_fb(bd, evdata->info)) {
119 if (bd->ops) {
154 if (bd->ops) {
187 if (bd->ops && bd->ops->get_brightness)
188 rc = sprintf(buf, "%d\n", bd->ops->get_brightness(bd));
201 if (bd->ops && bd->ops
272 backlight_device_register(const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Drun.c57 *stat = ctx->ops->status_read(ctx);
129 ctx->ops->signal1_write(ctx, (unsigned long)isolated_loader >> 32);
130 ctx->ops->signal2_write(ctx,
133 ctx->ops->runcntl_write(ctx,
138 while (((status = ctx->ops->status_read(ctx)) & status_loading) ==
153 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE);
161 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP);
198 if (!(ctx->ops->status_read(ctx) & SPU_STATUS_ISOLATED_STATE)) {
208 runcntl = ctx->ops->runcntl_read(ctx) &
220 ctx->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/jz4740/
H A Dclock.c304 .ops = &jz_clk_static_ops,
315 .ops = &jz_clk_pll_ops,
325 .ops = &jz_clk_pll_half_ops,
338 .ops = &jz_clk_main_ops,
347 .ops = &jz_clk_main_ops,
356 .ops = &jz_clk_main_ops,
366 .ops = &jz_clk_main_ops,
380 .ops = &jz_clk_ko_ops,
572 .ops = &jz_clk_ops_ld,
607 .ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/onenand/
H A Donenand_bbt.c64 struct mtd_oob_ops ops; local
83 ops.mode = MTD_OOB_PLACE;
84 ops.ooblen = readlen;
85 ops.oobbuf = buf;
86 ops.len = ops.ooboffs = ops.retlen = ops.oobretlen = 0;
94 ret = onenand_bbt_read_oob(mtd, from + j * mtd->writesize + bd->offs, &ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/cpufreq/
H A Dloongson2_clock.c60 if (likely(clkp->ops && clkp->ops->recalc))
61 clkp->ops->recalc(clkp);
101 if (likely(clk->ops && clk->ops->set_rate)) {
105 ret = clk->ops->set_rate(clk, rate, algo_id);
135 if (likely(clk->ops && clk->ops->round_rate)) {
139 rounded = clk->ops->round_rate(clk, rate);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/hw_random/
H A Docteon-rng.c24 struct hwrng ops; member in struct:octeon_rng
32 struct octeon_rng *p = container_of(rng, struct octeon_rng, ops);
44 struct octeon_rng *p = container_of(rng, struct octeon_rng, ops);
53 struct octeon_rng *p = container_of(rng, struct octeon_rng, ops);
65 struct hwrng ops = { local
97 rng->ops = ops;
99 dev_set_drvdata(&pdev->dev, &rng->ops);
100 ret = hwrng_register(&rng->ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddma-mapping.h48 struct dma_map_ops *ops = get_dma_ops(dev); local
49 if (ops->mapping_error)
50 return ops->mapping_error(dev, dma_addr);
118 struct dma_map_ops *ops = get_dma_ops(dev); local
132 if (!ops->alloc_coherent)
135 memory = ops->alloc_coherent(dev, size, dma_handle,
145 struct dma_map_ops *ops = get_dma_ops(dev); local
153 if (ops->free_coherent)
154 ops->free_coherent(dev, size, vaddr, bus);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dio-workarounds.c89 if (bus && bus->ops && bus->ops->name) \
90 return bus->ops->name al; \
99 if (bus && bus->ops && bus->ops->name) { \
100 bus->ops->name al; \
139 struct ppc_pci_io *ops,
153 bus->ops = ops;
138 iowa_register_bus(struct pci_controller *phb, struct ppc_pci_io *ops, int (*initfunc)(struct iowa_bus *, void *), void *data) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dcpuidle.c83 struct davinci_ops *ops = cpuidle_get_statedata(state); local
90 if (ops && ops->enter)
91 ops->enter(ops->flags);
94 if (ops && ops->exit)
95 ops->exit(ops->flags);

Completed in 263 milliseconds

1234567891011>>