Searched refs:ops (Results 51 - 75 of 2077) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dsuspend.c24 #include <xen/xen-ops.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/oprofile/
H A Dinit.c15 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-realview/include/mach/
H A Dclkdev.h8 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-versatile/include/mach/
H A Dclkdev.h8 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-vexpress/include/mach/
H A Dclkdev.h7 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/drivers/net/igb/
H A De1000_phy.c90 ret_val = phy->ops.read_reg(hw, PHY_ID1, &phy_id);
96 ret_val = phy->ops.read_reg(hw, PHY_ID2, &phy_id);
117 if (!(hw->phy.ops.write_reg))
120 ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0xC1);
124 ret_val = hw->phy.ops.write_reg(hw, M88E1000_PHY_GEN_CONTROL, 0);
358 if (!(hw->phy.ops.acquire))
361 ret_val = hw->phy.ops.acquire(hw);
370 hw->phy.ops.release(hw);
378 hw->phy.ops.release(hw);
397 if (!(hw->phy.ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_common.c43 phy->ops = NULL;
47 phy->ops = &b43_phyops_a;
50 phy->ops = &b43_phyops_g;
54 phy->ops = &b43_phyops_n;
59 phy->ops = &b43_phyops_lp;
63 if (B43_WARN_ON(!phy->ops))
66 err = phy->ops->allocate(dev);
68 phy->ops = NULL;
75 dev->phy.ops->free(dev);
76 dev->phy.ops
82 const struct b43_phy_operations *ops = phy->ops; local
114 const struct b43_phy_operations *ops = dev->phy.ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dsmp-ops.h31 extern void register_smp_ops(struct plat_smp_ops *ops);
40 static inline void register_smp_ops(struct plat_smp_ops *ops) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/lib/
H A DMakefile7 checksum.o memcpy.o memset.o atomic-ops.o atomic64-ops.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dbitblit.c241 struct fbcon_ops *ops = info->fbcon_par; local
244 int y = real_y(ops->p, vc->vc_y);
254 ops->cursor_flash = 0;
264 if (ops->cursor_state.image.data != src ||
265 ops->cursor_reset) {
266 ops->cursor_state.image.data = src;
276 kfree(ops->cursor_data);
277 ops->cursor_data = dst;
282 if (ops->cursor_state.image.fg_color != fg ||
283 ops
394 struct fbcon_ops *ops = info->fbcon_par; local
404 fbcon_set_bitops(struct fbcon_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/oprofile/
H A Dinit.c59 static int op_nmi_timer_init(struct oprofile_operations *ops) argument
64 ops->start = timer_start;
65 ops->stop = timer_stop;
66 ops->cpu_type = "timer";
72 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
77 ret = op_nmi_timer_init(ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dclock.h10 const struct clkops *ops; member in struct:clk
26 .ops = &clk_cken_ops, \
34 .ops = _ops, \
40 .ops = _ops, \
53 .ops = &clk_pxa3xx_cken_ops, \
61 .ops = _ops, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/backlight/
H A Dlcd.c41 if (!ld->ops)
45 if (!ld->ops->check_fb || ld->ops->check_fb(ld, evdata->info)) {
47 if (ld->ops->set_power)
48 ld->ops->set_power(ld, *(int *)evdata->data);
50 if (ld->ops->set_mode)
51 ld->ops->set_mode(ld, evdata->data);
87 if (ld->ops && ld->ops->get_power)
88 rc = sprintf(buf, "%d\n", ld->ops
194 lcd_device_register(const char *name, struct device *parent, void *devdata, struct lcd_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/c2port/
H A Dcore.c67 struct c2port_ops *ops = dev->ops; local
73 ops->c2ck_set(dev, 0);
75 ops->c2ck_set(dev, 1);
83 struct c2port_ops *ops = dev->ops; local
91 ops->c2ck_set(dev, 0);
93 ops->c2ck_set(dev, 1);
105 struct c2port_ops *ops = dev->ops; local
133 struct c2port_ops *ops = dev->ops; local
165 struct c2port_ops *ops = dev->ops; local
213 struct c2port_ops *ops = dev->ops; local
319 struct c2port_ops *ops = c2dev->ops; local
328 struct c2port_ops *ops = c2dev->ops; local
337 struct c2port_ops *ops = c2dev->ops; local
355 struct c2port_ops *ops = c2dev->ops; local
623 struct c2port_ops *ops = dev->ops; local
736 struct c2port_ops *ops = dev->ops; local
884 c2port_device_register(char *name, struct c2port_ops *ops, void *devdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Ddevice.c32 * @ops: the operator table
44 void *device_data, struct snd_device_ops *ops)
48 if (snd_BUG_ON(!card || !device_data || !ops))
59 dev->ops = ops;
90 dev->ops->dev_disconnect)
91 if (dev->ops->dev_disconnect(dev))
94 if (dev->ops->dev_free) {
95 if (dev->ops->dev_free(dev))
131 dev->ops
43 snd_device_new(struct snd_card *card, snd_device_type_t type, void *device_data, struct snd_device_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/oprofile/
H A Dtimer_int.c100 int __init oprofile_timer_init(struct oprofile_operations *ops) argument
107 ops->create_files = NULL;
108 ops->setup = NULL;
109 ops->shutdown = NULL;
110 ops->start = oprofile_hrtimer_start;
111 ops->stop = oprofile_hrtimer_stop;
112 ops->cpu_type = "timer";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dpci_hotplug_core.c78 struct hotplug_slot_ops *ops = slot->ops; \
80 if (!try_module_get(ops->owner)) \
82 if (ops->get_##name) \
83 retval = ops->get_##name(slot, value); \
86 module_put(ops->owner); \
120 if (!try_module_get(slot->ops->owner)) {
126 if (slot->ops->disable_slot)
127 retval = slot->ops->disable_slot(slot);
131 if (slot->ops
170 struct hotplug_slot_ops *ops = slot->hotplug->ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dvf.c58 mac->ops.reset_hw = e1000_reset_hw_vf;
60 mac->ops.init_hw = e1000_init_hw_vf;
62 mac->ops.check_for_link = e1000_check_for_link_vf;
64 mac->ops.get_link_up_info = e1000_get_link_up_info_vf;
66 mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_vf;
68 mac->ops.rar_set = e1000_rar_set_vf;
70 mac->ops.read_mac_addr = e1000_read_mac_addr_vf;
72 mac->ops.set_vfta = e1000_set_vfta_vf;
83 hw->mac.ops.init_params = e1000_init_mac_params_vf;
84 hw->mbx.ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_midi_emul.c46 static void note_off(struct snd_midi_op *ops, void *drv,
49 static void do_control(struct snd_midi_op *ops, void *private,
53 static void rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
55 static void nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan,
57 static void sysex(struct snd_midi_op *ops, void *private, unsigned char *sysex,
59 static void all_sounds_off(struct snd_midi_op *ops, void *private,
61 static void all_notes_off(struct snd_midi_op *ops, void *private,
82 snd_midi_process_event(struct snd_midi_op *ops, argument
129 if (ops->note_off)
130 ops
244 note_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, int note, int vel) argument
266 do_control(struct snd_midi_op *ops, void *drv, struct snd_midi_channel_set *chset, struct snd_midi_channel *chan, int control, int value) argument
413 rpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset) argument
453 nrpn(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan, struct snd_midi_channel_set *chset) argument
481 sysex(struct snd_midi_op *ops, void *private, unsigned char *buf, int len, struct snd_midi_channel_set *chset) argument
595 all_sounds_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) argument
613 all_notes_off(struct snd_midi_op *ops, void *drv, struct snd_midi_channel *chan) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda826x.c63 if (fe->ops.i2c_gate_ctrl)
64 fe->ops.i2c_gate_ctrl(fe, 1);
68 if (fe->ops.i2c_gate_ctrl)
69 fe->ops.i2c_gate_ctrl(fe, 0);
111 if (fe->ops.i2c_gate_ctrl)
112 fe->ops.i2c_gate_ctrl(fe, 1);
116 if (fe->ops.i2c_gate_ctrl)
117 fe->ops.i2c_gate_ctrl(fe, 0);
155 if (fe->ops.i2c_gate_ctrl)
156 fe->ops
[all...]
H A Dzl10039.c140 if (fe->ops.i2c_gate_ctrl)
141 fe->ops.i2c_gate_ctrl(fe, 1);
154 if (fe->ops.i2c_gate_ctrl)
155 fe->ops.i2c_gate_ctrl(fe, 0);
166 if (fe->ops.i2c_gate_ctrl)
167 fe->ops.i2c_gate_ctrl(fe, 1);
173 if (fe->ops.i2c_gate_ctrl)
174 fe->ops.i2c_gate_ctrl(fe, 0);
214 if (fe->ops.i2c_gate_ctrl)
215 fe->ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_os.c86 static struct appldata_ops ops = { variable in typeref:struct:appldata_ops
141 if (ops.size != new_size) {
142 if (ops.active) {
145 (unsigned long) ops.data, new_size,
146 ops.mod_lvl);
153 (unsigned long) ops.data, ops.size,
154 ops.mod_lvl);
159 ops.size = new_size;
169 * init data, register ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dac97.c71 return priv->ops.event(class, mask, helem, melem);
76 struct bclass_base_ops *ops; local
79 err = mixer_simple_basic_dlopen(class, &ops);
82 err = ops->selreg(class, selectors, SELECTORS);
85 err = ops->sidreg(class, sids, SELECTORS);
H A Dhda.c72 return priv->ops.event(class, mask, helem, melem);
77 struct bclass_base_ops *ops; local
80 err = mixer_simple_basic_dlopen(class, &ops);
83 err = ops->selreg(class, selectors, SELECTORS);
86 err = ops->sidreg(class, sids, SELECTORS);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbacklight.h18 * ops pointer and no code outside the core should need to touch it.
85 /* This protects the 'ops' field. If 'ops' is NULL, the driver that
89 const struct backlight_ops *ops; member in struct:backlight_device
100 if (bd->ops && bd->ops->update_status)
101 bd->ops->update_status(bd);
106 struct device *dev, void *devdata, const struct backlight_ops *ops,

Completed in 294 milliseconds

1234567891011>>