Searched refs:ops (Results 226 - 250 of 2077) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dhci_ath.c55 int status = tty->driver->ops->tiocmget(tty, NULL);
66 status = tty->driver->ops->tiocmget(tty, NULL);
67 tty->driver->ops->tiocmset(tty, NULL, 0x00, TIOCM_RTS);
71 status = tty->driver->ops->tiocmget(tty, NULL);
72 tty->driver->ops->tiocmset(tty, NULL, TIOCM_RTS, 0x00);
75 status = tty->driver->ops->tiocmget(tty, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_generic.c385 .ops = &noop_qdisc_ops,
411 .ops = &noqueue_qdisc_ops,
548 struct Qdisc_ops *ops)
557 size += ops->priv_size + (QDISC_ALIGNTO - 1);
568 sch->ops = ops;
569 sch->enqueue = ops->enqueue;
570 sch->dequeue = ops->dequeue;
582 struct Qdisc_ops *ops,
587 sch = qdisc_alloc(dev_queue, ops);
547 qdisc_alloc(struct netdev_queue *dev_queue, struct Qdisc_ops *ops) argument
580 qdisc_create_dflt(struct net_device *dev, struct netdev_queue *dev_queue, struct Qdisc_ops *ops, unsigned int parentid) argument
605 const struct Qdisc_ops *ops = qdisc->ops; local
627 const struct Qdisc_ops *ops = qdisc->ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dak4xxx.c142 if (ak->ops.lock == NULL)
143 ak->ops.lock = snd_ice1712_akm4xxx_lock;
144 if (ak->ops.unlock == NULL)
145 ak->ops.unlock = snd_ice1712_akm4xxx_unlock;
146 if (ak->ops.write == NULL)
147 ak->ops.write = snd_ice1712_akm4xxx_write;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux.c73 return emu->ops.sample_new(emu, sp, hdr, buf, count);
81 return emu->ops.sample_free(emu, sp, hdr);
88 emu->ops.sample_reset(emu);
111 if (emu->ops.sample_new)
113 if (emu->ops.sample_free)
115 if (emu->ops.sample_reset)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/nand/
H A Dnand_bbt.c267 struct mtd_oob_ops ops; local
270 ops.mode = MTD_OOB_RAW;
271 ops.ooboffs = 0;
272 ops.ooblen = mtd->oobsize;
277 ops.oobbuf = buf + len;
278 ops.datbuf = buf;
279 ops.len = len;
280 return mtd->read_oob(mtd, offs, &ops);
282 ops.oobbuf = buf + mtd->writesize;
283 ops
303 struct mtd_oob_ops ops; local
377 struct mtd_oob_ops ops; local
617 struct mtd_oob_ops ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_82598.c153 phy->ops.identify(hw);
156 if (mac->ops.get_media_type(hw) == ixgbe_media_type_copper) {
157 mac->ops.setup_link = &ixgbe_setup_copper_link_82598;
158 mac->ops.get_link_capabilities =
164 phy->ops.check_link = &ixgbe_check_phy_link_tnx;
165 phy->ops.get_firmware_version =
169 phy->ops.reset = &ixgbe_reset_phy_nl;
172 ret_val = phy->ops.identify_sfp(hw);
294 status = hw->phy.ops.read_reg(hw, MDIO_SPEED, MDIO_MMD_PMAPMD,
373 hw->mac.ops
[all...]
H A Dixgbe_phy.c92 status = hw->phy.ops.read_reg(hw, MDIO_DEVID1, MDIO_MMD_PMAPMD,
97 status = hw->phy.ops.read_reg(hw, MDIO_DEVID2, MDIO_MMD_PMAPMD,
140 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw)))
147 return hw->phy.ops.write_reg(hw, MDIO_CTRL1, MDIO_MMD_PHYXS,
361 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, MDIO_MMD_AN, &autoneg_reg);
368 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE, MDIO_MMD_AN, autoneg_reg);
371 hw->phy.ops.read_reg(hw, MDIO_CTRL1, MDIO_MMD_AN, &autoneg_reg);
375 hw->phy.ops.write_reg(hw, MDIO_CTRL1, MDIO_MMD_AN, autoneg_reg);
381 status = hw->phy.ops.read_reg(hw, MDIO_STAT1, MDIO_MMD_AN,
422 hw->phy.ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Dgenetlink.c89 struct genl_ops *ops; local
91 list_for_each_entry(ops, &family->ops_list, ops_list)
92 if (ops->cmd == cmd)
93 return ops;
266 * @ops: operations to be registered
278 int genl_register_ops(struct genl_family *family, struct genl_ops *ops) argument
282 if (ops->dumpit == NULL && ops->doit == NULL)
285 if (genl_get_cmd(ops->cmd, family)) {
290 if (ops
324 genl_unregister_ops(struct genl_family *family, struct genl_ops *ops) argument
437 genl_register_family_with_ops(struct genl_family *family, struct genl_ops *ops, size_t n_ops) argument
495 struct genl_ops *ops; local
590 struct genl_ops *ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctmixer.c324 val = amixer->ops->get_scale(amixer) / VOL_SCALE;
352 oval = amixer->ops->get_scale(amixer);
354 amixer->ops->set_scale(amixer, val);
355 amixer->ops->commit_write(amixer);
362 amixer->ops->set_scale(amixer, val);
363 amixer->ops->commit_write(amixer);
711 amix_d->ops->set_sum(amix_d, sum_c);
712 amix_d->ops->commit_write(amix_d);
724 amix_d->ops->set_sum(amix_d, NULL);
725 amix_d->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00firmware.c43 fw_name = rt2x00dev->ops->lib->get_firmware_name(rt2x00dev);
67 retval = rt2x00dev->ops->lib->check_firmware(rt2x00dev, fw->data, fw->size);
110 retval = rt2x00dev->ops->lib->load_firmware(rt2x00dev,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext2/
H A Dxip.c23 const struct block_device_operations *ops = bdev->bd_disk->fops; local
28 BUG_ON(!ops->direct_access);
29 return ops->direct_access(bdev, sector, kaddr, pfn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c65 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) argument
68 *ops = sh7763_clk_ops[idx];
83 .ops = &sh7763_shyway_clk_ops,
H A Dclock-sh7780.c71 void __init arch_init_clk_ops(struct clk_ops **ops, int idx) argument
74 *ops = sh7780_clk_ops[idx];
89 .ops = &sh7780_shyway_clk_ops,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/
H A Dmpic_msi.c35 struct irq_host_ops *ops = mpic->irqhost->ops; local
67 ops->xlate(mpic->irqhost, NULL, oirq.specifier,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Draw.c56 return vcc->dev->ops->send(vcc, skb);
73 vcc->send = vcc->dev->ops->send;
82 vcc->send = vcc->dev->ops->send;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsuperhyway.h37 struct superhyway_ops *ops; member in struct:superhyway_bus
85 return dev->bus->ops->read_vcr(base, vcr);
92 return dev->bus->ops->write_vcr(base, vcr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dlib80211.h96 struct lib80211_crypto_ops *ops; member in struct:lib80211_crypt_data
117 int lib80211_register_crypto_ops(struct lib80211_crypto_ops *ops);
118 int lib80211_unregister_crypto_ops(struct lib80211_crypto_ops *ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Dpwm-clock.c143 .ops = &clk_pwm_scaler_ops,
148 .ops = &clk_pwm_scaler_ops,
271 .ops = &clk_tdiv_ops,
278 .ops = &clk_tdiv_ops,
285 .ops = &clk_tdiv_ops,
292 .ops = &clk_tdiv_ops,
299 .ops = &clk_tdiv_ops,
365 .ops = &clk_tin_ops,
370 .ops = &clk_tin_ops,
375 .ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep_local.h42 const snd_hwdep_ops_t *ops; member in struct:_snd_hwdep
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Doutput.c47 const snd_output_ops_t *ops; member in struct:_snd_output
59 int err = output->ops->close(output);
76 result = output->ops->print(output, format, args);
90 return output->ops->print(output, format, args);
101 return output->ops->puts(output, str);
112 return output->ops->putch(output, c);
126 return output->ops->flush(output);
204 output->ops = &snd_output_stdio_ops;
375 output->ops = &snd_output_buffer_ops;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/am/
H A DMakefile5 join.html open.html opensub.html ops.html put.html second.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/rtc/
H A Drtc-proc.c26 const struct rtc_class_ops *ops = rtc->ops; local
76 if (ops->proc)
77 ops->proc(rtc->dev.parent, seq);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-dvb.c197 if (fe->ops.i2c_gate_ctrl)
198 fe->ops.i2c_gate_ctrl(fe, 1);
202 if (fe->ops.i2c_gate_ctrl)
203 fe->ops.i2c_gate_ctrl(fe, 1);
323 if (fe->ops.i2c_gate_ctrl)
324 fe->ops.i2c_gate_ctrl(fe, 1);
343 if (fe->ops.i2c_gate_ctrl)
344 fe->ops.i2c_gate_ctrl(fe, 1);
388 if (fe->ops.i2c_gate_ctrl)
389 fe->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mmc/host/
H A Dsdhci-of.h24 struct sdhci_ops ops; member in struct:sdhci_of_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/ttpci/
H A Dbudget-patch.c287 if (fe->ops.i2c_gate_ctrl)
288 fe->ops.i2c_gate_ctrl(fe, 1);
313 if (fe->ops.i2c_gate_ctrl)
314 fe->ops.i2c_gate_ctrl(fe, 1);
333 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsrv2_tuner_set_params;
334 budget->dvb_frontend->ops.diseqc_send_master_cmd = budget_patch_diseqc_send_master_cmd;
335 budget->dvb_frontend->ops.diseqc_send_burst = budget_patch_diseqc_send_burst;
336 budget->dvb_frontend->ops.set_tone = budget_patch_set_tone;
343 budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
346 budget->dvb_frontend->ops
[all...]

Completed in 387 milliseconds

1234567891011>>