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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dsa11xx_base.c89 bs_io = skt->ops->get_timing(skt, cpu_clock, timing.io);
90 bs_mem = skt->ops->get_timing(skt, cpu_clock, timing.mem);
91 bs_attr = skt->ops->get_timing(skt, cpu_clock, timing.attr);
201 void sa11xx_drv_pcmcia_ops(struct pcmcia_low_level *ops) argument
207 if (!ops->get_timing)
208 ops->get_timing = sa1100_pcmcia_default_mecr_timing;
211 ops->set_timing = sa1100_pcmcia_set_timing;
212 ops->show_timing = sa1100_pcmcia_show_timing;
214 ops->frequency_change = sa1100_pcmcia_frequency_change;
219 int sa11xx_drv_pcmcia_probe(struct device *dev, struct pcmcia_low_level *ops, argument
[all...]
H A Dpxa2xx_base.c207 struct pcmcia_low_level *ops = dev->platform_data; local
216 if ((ops->first + ops->nr) > 1 ||
257 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops) argument
260 ops->set_timing = pxa2xx_pcmcia_set_timing;
262 ops->frequency_change = pxa2xx_pcmcia_frequency_change;
270 struct pcmcia_low_level *ops; local
274 ops = (struct pcmcia_low_level *)dev->dev.platform_data;
275 if (!ops)
278 pxa2xx_drv_pcmcia_ops(ops);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dauth.c66 if (ac->ops)
67 ac->ops->destroy(ac);
77 if (ac->ops && !ac->negotiating)
78 ac->ops->reset(ac);
150 ret = ac->ops->build_request(ac, p + sizeof(u32), end);
153 ac->ops->name);
212 ac->ops->destroy(ac);
214 ac->ops = NULL;
228 ret = ac->ops->handle_reply(ac, result, payload, payload_end);
232 pr_err("auth method '%s' error %d\n", ac->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt.c30 struct ieee80211_crypto_ops *ops; member in struct:ieee80211_crypto_alg
56 if (entry->ops)
57 entry->ops->deinit(entry->priv);
91 /* must not run ops->deinit() while there may be pending encrypt or
104 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops) argument
116 alg->ops = ops;
123 ops->name);
128 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) argument
141 if (alg->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt.c30 struct ieee80211_crypto_ops *ops; member in struct:ieee80211_crypto_alg
56 if (entry->ops)
57 entry->ops->deinit(entry->priv);
91 /* must not run ops->deinit() while there may be pending encrypt or
104 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops) argument
116 alg->ops = ops;
123 ops->name);
128 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) argument
141 if (alg->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt.c29 struct ieee80211_crypto_ops *ops; member in struct:ieee80211_crypto_alg
55 if (entry->ops)
56 entry->ops->deinit(entry->priv);
90 /* must not run ops->deinit() while there may be pending encrypt or
103 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops) argument
115 alg->ops = ops;
122 ops->name);
127 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) argument
140 if (alg->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt.c30 struct ieee80211_crypto_ops *ops; member in struct:ieee80211_crypto_alg
56 if (entry->ops)
57 entry->ops->deinit(entry->priv);
91 /* must not run ops->deinit() while there may be pending encrypt or
104 int ieee80211_register_crypto_ops(struct ieee80211_crypto_ops *ops) argument
116 alg->ops = ops;
123 ops->name);
128 int ieee80211_unregister_crypto_ops(struct ieee80211_crypto_ops *ops) argument
141 if (alg->ops
[all...]
H A Ddigest.c94 struct digest_tfm *ops = &tfm->crt_digest; local
96 ops->dit_init = init;
97 ops->dit_update = update;
98 ops->dit_final = final;
99 ops->dit_digest = digest;
100 ops->dit_setkey = setkey;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dirtty-sir.c96 if (tty->ops->wait_until_sent) {
97 tty->ops->wait_until_sent(tty, msecs_to_jiffies(100));
130 if (tty->ops->set_termios)
131 tty->ops->set_termios(tty, &old_termios);
169 IRDA_ASSERT(priv->tty->ops->tiocmset != NULL, return -1;);
170 priv->tty->ops->tiocmset(priv->tty, NULL, set, clear);
192 if (!tty->ops->write)
198 return tty->ops->write(tty, ptr, writelen);
293 if (tty->ops->set_termios)
294 tty->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dclock.c178 if (clk->ops != NULL && clk->ops->get_rate != NULL)
179 return (clk->ops->get_rate)(clk);
189 if (!IS_ERR(clk) && clk->ops && clk->ops->round_rate)
190 return (clk->ops->round_rate)(clk, rate);
206 WARN_ON(clk->ops == NULL);
207 WARN_ON(clk->ops && clk->ops->set_rate == NULL);
209 if (clk->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dclock.c81 clk->ops->enable(clk->id);
98 clk->ops->disable(clk->id);
109 if (!clk->ops->reset)
110 clk->ops->reset = &pc_clk_reset;
111 return clk->ops->reset(clk->remote_id, action);
117 return clk->ops->get_rate(clk->id);
123 return clk->ops->set_rate(clk->id, rate);
129 return clk->ops->round_rate(clk->id, rate);
135 return clk->ops->set_min_rate(clk->id, rate);
141 return clk->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c202 struct fbcon_ops *ops = info->fbcon_par; local
205 ops->p->con_rotate < 4)
206 ops->rotate = ops->p->con_rotate;
208 ops->rotate = 0;
213 struct fbcon_ops *ops= info->fbcon_par; local
216 if (!ops || ops->currcon == -1)
219 fb_info = registered_fb[con2fb_map[ops->currcon]];
222 struct display *p = &fb_display[ops
235 struct fbcon_ops *ops = info->fbcon_par; local
258 struct fbcon_ops *ops = info->fbcon_par; local
276 struct fbcon_ops *ops = info->fbcon_par; local
283 struct fbcon_ops *ops = info->fbcon_par; local
372 struct fbcon_ops *ops = info->fbcon_par; local
401 struct fbcon_ops *ops = info->fbcon_par; local
409 struct fbcon_ops *ops = info->fbcon_par; local
428 struct fbcon_ops *ops = info->fbcon_par; local
567 struct fbcon_ops *ops = info->fbcon_par; local
652 struct fbcon_ops *ops = info->fbcon_par; local
677 struct fbcon_ops *ops = info->fbcon_par; local
696 struct fbcon_ops *ops = NULL; local
731 struct fbcon_ops *ops = oldinfo->fbcon_par; local
775 struct fbcon_ops *ops = info->fbcon_par; local
925 struct fbcon_ops *ops; local
1021 struct fbcon_ops *ops; local
1169 struct fbcon_ops *ops; local
1229 struct fbcon_ops *ops = info->fbcon_par; local
1260 struct fbcon_ops *ops = info->fbcon_par; local
1279 struct fbcon_ops *ops = info->fbcon_par; local
1288 struct fbcon_ops *ops = info->fbcon_par; local
1325 struct fbcon_ops *ops = info->fbcon_par; local
1390 struct fbcon_ops *ops = info->fbcon_par; local
1409 struct fbcon_ops *ops = info->fbcon_par; local
1429 struct fbcon_ops *ops = info->fbcon_par; local
1452 struct fbcon_ops *ops = info->fbcon_par; local
1477 struct fbcon_ops *ops = info->fbcon_par; local
1500 struct fbcon_ops *ops = info->fbcon_par; local
1655 struct fbcon_ops *ops = info->fbcon_par; local
2009 struct fbcon_ops *ops = info->fbcon_par; local
2051 struct fbcon_ops *ops = info->fbcon_par; local
2098 struct fbcon_ops *ops = info->fbcon_par; local
2143 struct fbcon_ops *ops; local
2299 struct fbcon_ops *ops = info->fbcon_par; local
2341 struct fbcon_ops *ops = info->fbcon_par; local
2354 struct fbcon_ops *ops = info->fbcon_par; local
2417 struct fbcon_ops *ops = info->fbcon_par; local
2742 struct fbcon_ops *ops = info->fbcon_par; local
2839 struct fbcon_ops *ops = info->fbcon_par; local
2852 struct fbcon_ops *ops = info->fbcon_par; local
2863 struct fbcon_ops *ops = info->fbcon_par; local
2903 struct fbcon_ops *ops = info->fbcon_par; local
3118 struct fbcon_ops *ops = info->fbcon_par; local
3380 struct fbcon_ops *ops; local
3526 struct fbcon_ops *ops = info->fbcon_par; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmrobo.c246 (robo)->ops->read_reg(robo, PAGE_CFPTCAM, REG_CFPTCAM_ACC, &val32, sizeof(val32)); \
851 #define SET_ROBO_SRABOPS(robo) ((robo)->ops = &srab)
1253 robo->ops = &mdcmdio;
1300 if (!robo->ops) {
1303 robo->ops = &spigpio;
1337 ASSERT(robo->ops);
1338 ASSERT(robo->ops->write_reg);
1339 ASSERT(robo->ops->read_reg);
1432 if (robo->ops->enable_mgmtif)
1433 robo->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00soc.c58 rt2x00dev->eeprom = kzalloc(rt2x00dev->ops->eeprom_size, GFP_KERNEL);
62 rt2x00dev->rf = kzalloc(rt2x00dev->ops->rf_size, GFP_KERNEL);
75 int rt2x00soc_probe(struct platform_device *pdev, const struct rt2x00_ops *ops) argument
81 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw);
91 rt2x00dev->ops = ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/oprofile/
H A Dcommon.c74 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
115 ops->create_files = op_mips_create_files;
116 ops->setup = op_mips_setup;
117 //ops->shutdown = op_mips_shutdown;
118 ops->start = op_mips_start;
119 ops->stop = op_mips_stop;
120 ops->cpu_type = lmodel->cpu_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_mtd.c344 struct mtd_oob_ops ops; local
347 ops.mode = MTD_OOB_AUTO;
348 ops.datbuf = read_data;
349 ops.len = DeviceInfo.wPageDataSize;
350 ops.oobbuf = read_data + DeviceInfo.wPageDataSize + BTSIG_OFFSET;
351 ops.ooblen = BTSIG_BYTES;
352 ops.ooboffs = 0;
356 &ops);
404 struct mtd_oob_ops ops; local
407 ops
477 struct mtd_oob_ops ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dhwdep.c59 if (hw->ops.llseek)
60 return hw->ops.llseek(hw, file, offset, orig);
68 if (hw->ops.read)
69 return hw->ops.read(hw, buf, count, offset);
77 if (hw->ops.write)
78 return hw->ops.write(hw, buf, count, offset);
113 if (!hw->ops.open) {
117 err = hw->ops.open(hw, file);
143 if (hw->ops.release)
144 hw->ops
351 static struct snd_device_ops ops = { local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c168 if (fe->ops.get_frontend)
169 fe->ops.get_frontend(fe, &e->parameters);
229 fe->ops.info.name);
231 if (fe->ops.init)
232 fe->ops.init(fe);
233 if (fe->ops.tuner_ops.init) {
234 if (fe->ops.i2c_gate_ctrl)
235 fe->ops.i2c_gate_ctrl(fe, 1);
236 fe->ops.tuner_ops.init(fe);
237 if (fe->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/configfs/
H A Dfile.c48 struct configfs_item_operations * ops; member in struct:configfs_buffer
68 struct configfs_item_operations * ops = buffer->ops; local
77 count = ops->show_attribute(item,attr,buffer->page);
174 struct configfs_item_operations * ops = buffer->ops; local
176 return ops->store_attribute(item,attr,buffer->page,count);
218 struct configfs_item_operations * ops = NULL; local
231 ops = item->ci_type->ct_item_ops;
241 if (!(inode->i_mode & S_IWUGO) || !ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dfib_rules.c243 static void fib4_rule_flush_cache(struct fib_rules_ops *ops) argument
245 rt_cache_flush(ops->fro_net, -1);
265 static int fib_default_rules_init(struct fib_rules_ops *ops) argument
269 err = fib_default_rule_add(ops, 0, RT_TABLE_LOCAL, 0);
272 err = fib_default_rule_add(ops, 0x7FFE, RT_TABLE_MAIN, 0);
275 err = fib_default_rule_add(ops, 0x7FFF, RT_TABLE_DEFAULT, 0);
284 struct fib_rules_ops *ops; local
286 ops = fib_rules_register(&fib4_rules_ops_template, net);
287 if (IS_ERR(ops))
288 return PTR_ERR(ops);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap1/
H A Dclock_data.c76 .ops = &clkops_null,
82 .ops = &clkops_null,
89 .ops = &clkops_generic,
102 .ops = &clkops_generic,
113 .ops = &clkops_null,
124 .ops = &clkops_generic,
139 .ops = &clkops_generic,
150 .ops = &clkops_generic,
163 .ops = &clkops_generic,
176 .ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsoc_camera.c102 return ici->ops->try_fmt(icd, f);
115 if (icd->ops->enum_input)
116 ret = icd->ops->enum_input(icd, inp);
165 return ici->ops->reqbufs(icf, p);
210 if (!ici->ops->get_formats)
222 ret = ici->ops->get_formats(icd, i, NULL);
243 if (!ici->ops->get_formats) {
249 ret = ici->ops->get_formats(icd, i,
271 if (ici->ops->put_formats)
272 ici->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0288.h62 if (fe->ops.write)
63 r = fe->ops.write(fe, buf, 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dc2port.h31 struct c2port_ops *ops; member in struct:c2port_device
67 struct c2port_ops *ops, void *devdata);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0_mixer.c18 static struct snd_ac97_bus_ops ops = { local
23 if ((err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus)) < 0)

Completed in 381 milliseconds

1234567891011>>