Searched refs:ops (Results 1 - 25 of 1045) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/superhyway/
H A DMakefile5 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c67 struct snd_seq_dev_ops ops; member in struct:ops_list
94 static int init_device(struct snd_seq_device *dev, struct ops_list *ops);
95 static int free_device(struct snd_seq_device *dev, struct ops_list *ops);
98 static void unlock_driver(struct ops_list *ops);
109 struct ops_list *ops; local
112 list_for_each_entry(ops, &opslist, list) {
114 ops->id,
115 ops->driver & DRIVER_LOADED ? ",loaded" : (ops->driver == DRIVER_EMPTY ? ",empty" : ""),
116 ops
145 struct ops_list *ops; local
183 struct ops_list *ops; local
237 struct ops_list *ops; local
273 struct ops_list *ops; local
295 struct ops_list *ops; local
315 struct ops_list *ops; local
359 struct ops_list *ops; local
394 struct ops_list *ops; local
440 struct ops_list *ops = list_entry(head, struct ops_list, list); local
456 init_device(struct snd_seq_device *dev, struct ops_list *ops) argument
481 free_device(struct snd_seq_device *dev, struct ops_list *ops) argument
511 struct ops_list *ops; local
527 unlock_driver(struct ops_list *ops) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/
H A Dsecurity.c24 extern void security_fixup_ops(struct security_operations *ops);
28 static inline int verify(struct security_operations *ops) argument
31 if (!ops)
33 security_fixup_ops(ops);
71 * @ops: a pointer to the struct security_options that is to be registered
74 * kernel security subsystem. Some rudimentary checking is done on the @ops
81 int register_security(struct security_operations *ops) argument
83 if (verify(ops)) {
92 security_ops = ops;
99 * @ops
108 unregister_security(struct security_operations *ops) argument
134 mod_reg_security(const char *name, struct security_operations *ops) argument
164 mod_unreg_security(const char *name, struct security_operations *ops) argument
[all...]
H A Ddummy.c895 static int dummy_register_security (const char *name, struct security_operations *ops) argument
900 static int dummy_unregister_security (const char *name, struct security_operations *ops) argument
950 #define set_to_dummy_if_null(ops, function) \
952 if (!ops->function) { \
953 ops->function = dummy_##function; \
959 void security_fixup_ops (struct security_operations *ops) argument
961 set_to_dummy_if_null(ops, ptrace);
962 set_to_dummy_if_null(ops, capget);
963 set_to_dummy_if_null(ops, capset_check);
964 set_to_dummy_if_null(ops, capset_se
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/oprofile/
H A Dtimer_int.c38 void __init oprofile_timer_init(struct oprofile_operations * ops) argument
40 ops->create_files = NULL;
41 ops->setup = NULL;
42 ops->shutdown = NULL;
43 ops->start = timer_start;
44 ops->stop = timer_stop;
45 ops->cpu_type = "timer";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dieee80211_rate.c17 struct rate_control_ops *ops; member in struct:rate_control_alg
23 int ieee80211_rate_control_register(struct rate_control_ops *ops) argument
32 alg->ops = ops;
42 void ieee80211_rate_control_unregister(struct rate_control_ops *ops) argument
48 if (alg->ops == ops) {
62 struct rate_control_ops *ops = NULL; local
66 if (!name || !strcmp(alg->ops->name, name))
67 if (try_module_get(alg->ops
81 struct rate_control_ops *ops; local
91 ieee80211_rate_control_ops_put(struct rate_control_ops *ops) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/drivers/pci/
H A DMakefile9 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += pci-sh7780.o ops-sh4.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += pci-sh7780.o ops-sh4.o
13 obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \
15 obj-$(CONFIG_SH_SECUREEDGE5410) += ops-snapgear.o
16 obj-$(CONFIG_SH_RTS7751R2D) += ops-rts7751r2d.o fixups-rts7751r2d.o
17 obj-$(CONFIG_SH_SH03) += ops-sh03.o fixups-sh03.o
18 obj-$(CONFIG_SH_HIGHLANDER) += ops-r7780rp.o fixups-r7780rp.o
19 obj-$(CONFIG_SH_TITAN) += ops-titan.o
20 obj-$(CONFIG_SH_LANDISK) += ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dinit.c18 extern int op_nmi_init(struct oprofile_operations * ops);
19 extern int op_nmi_timer_init(struct oprofile_operations * ops);
24 int __init oprofile_arch_init(struct oprofile_operations * ops) argument
31 ret = op_nmi_init(ops);
35 ret = op_nmi_timer_init(ops);
37 ops->backtrace = x86_backtrace;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.c22 struct fbcon_ops *ops = info->fbcon_par; local
28 if (vc->vc_font.data == ops->fontdata &&
29 ops->p->con_rotate == ops->cur_rotate)
32 src = ops->fontdata = vc->vc_font.data;
33 ops->cur_rotate = ops->p->con_rotate;
34 len = (!ops->p->userfont) ? 256 : FNTCHARCNT(src);
39 if (ops->rotate == FB_ROTATE_CW ||
40 ops
95 fbcon_set_rotate(struct fbcon_ops *ops) argument
[all...]
H A Dsoftcursor.c25 struct fbcon_ops *ops = info->fbcon_par; local
38 if (dsize + sizeof(struct fb_image) != ops->cursor_size) {
39 if (ops->cursor_src != NULL)
40 kfree(ops->cursor_src);
41 ops->cursor_size = dsize + sizeof(struct fb_image);
43 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC);
44 if (!ops->cursor_src) {
45 ops->cursor_size = 0;
50 src = ops
[all...]
H A Dfbcon_ud.c50 struct fbcon_ops *ops = info->fbcon_par; local
52 u32 vyres = GETVYRES(ops->p->scrollmode, info);
53 u32 vxres = GETVXRES(ops->p->scrollmode, info);
68 struct fbcon_ops *ops = info->fbcon_par; local
71 u32 vyres = GETVYRES(ops->p->scrollmode, info);
72 u32 vxres = GETVXRES(ops->p->scrollmode, info);
89 struct fbcon_ops *ops = info->fbcon_par; local
95 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
122 struct fbcon_ops *ops = info->fbcon_par; local
130 src = ops
155 struct fbcon_ops *ops = info->fbcon_par; local
255 struct fbcon_ops *ops = info->fbcon_par; local
420 struct fbcon_ops *ops = info->fbcon_par; local
439 fbcon_rotate_ud(struct fbcon_ops *ops) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/oprofile/
H A Dinit.c15 extern int perfmon_init(struct oprofile_operations * ops);
19 int __init oprofile_arch_init(struct oprofile_operations * ops) argument
25 ret = perfmon_init(ops);
27 ops->backtrace = ia64_backtrace;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dip_mp_alg.h36 struct ip_mp_alg_ops *ops = ip_mp_alg_table[rth->rt_multipath_alg]; local
39 if (ops && (rth->u.dst.flags & DST_BALANCED)) {
40 ops->mp_alg_select_route(flp, rth, rp);
53 struct ip_mp_alg_ops *ops = ip_mp_alg_table[i]; local
55 if (ops && ops->mp_alg_flush)
56 ops->mp_alg_flush();
67 struct ip_mp_alg_ops *ops = ip_mp_alg_table[rth->rt_multipath_alg]; local
69 if (ops && ops
77 struct ip_mp_alg_ops *ops = ip_mp_alg_table[rth->rt_multipath_alg]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_sockopt.c33 struct nf_sockopt_ops *ops = (struct nf_sockopt_ops *)i; local
34 if (ops->pf == reg->pf
35 && (overlap(ops->set_optmin, ops->set_optmax,
37 || overlap(ops->get_optmin, ops->get_optmax,
40 ops->set_optmin, ops->set_optmax,
41 ops->get_optmin, ops
79 struct nf_sockopt_ops *ops; local
137 struct nf_sockopt_ops *ops; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/rtc/
H A Drtc-m48t86.c49 struct m48t86_ops *ops = pdev->dev.platform_data; local
51 reg = ops->readbyte(M48T86_REG_B);
55 tm->tm_sec = ops->readbyte(M48T86_REG_SEC);
56 tm->tm_min = ops->readbyte(M48T86_REG_MIN);
57 tm->tm_hour = ops->readbyte(M48T86_REG_HOUR) & 0x3F;
58 tm->tm_mday = ops->readbyte(M48T86_REG_DOM);
60 tm->tm_mon = ops->readbyte(M48T86_REG_MONTH) - 1;
61 tm->tm_year = ops->readbyte(M48T86_REG_YEAR) + 100;
62 tm->tm_wday = ops->readbyte(M48T86_REG_DOW);
65 tm->tm_sec = BCD2BIN(ops
87 struct m48t86_ops *ops = pdev->dev.platform_data; local
126 struct m48t86_ops *ops = pdev->dev.platform_data; local
150 struct m48t86_ops *ops = dev->dev.platform_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfib_rules.c20 struct fib_rules_ops *ops, struct nlmsghdr *nlh,
25 struct fib_rules_ops *ops; local
28 list_for_each_entry_rcu(ops, &rules_ops, list) {
29 if (ops->family == family) {
30 if (!try_module_get(ops->owner))
31 ops = NULL;
33 return ops;
41 static void rules_ops_put(struct fib_rules_ops *ops) argument
43 if (ops)
44 module_put(ops
47 flush_route_cache(struct fib_rules_ops *ops) argument
53 fib_rules_register(struct fib_rules_ops *ops) argument
81 cleanup_ops(struct fib_rules_ops *ops) argument
91 fib_rules_unregister(struct fib_rules_ops *ops) argument
116 fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, struct flowi *fl, int flags) argument
132 fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, int flags, struct fib_lookup_arg *arg) argument
176 validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, struct fib_rules_ops *ops) argument
201 struct fib_rules_ops *ops = NULL; local
337 struct fib_rules_ops *ops = NULL; local
425 fib_rule_nlmsg_size(struct fib_rules_ops *ops, struct fib_rule *rule) argument
441 fib_nl_fill_rule(struct sk_buff *skb, struct fib_rule *rule, u32 pid, u32 seq, int type, int flags, struct fib_rules_ops *ops) argument
492 dump_rules(struct sk_buff *skb, struct netlink_callback *cb, struct fib_rules_ops *ops) argument
517 struct fib_rules_ops *ops; local
548 notify_rule_change(int event, struct fib_rule *rule, struct fib_rules_ops *ops, struct nlmsghdr *nlh, u32 pid) argument
597 struct fib_rules_ops *ops; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dtextsearch.c127 * @ops: operations lookup table
130 * their presence. The specified &@ops must have %name set to a
137 int textsearch_register(struct ts_ops *ops) argument
142 if (ops->name == NULL || ops->find == NULL || ops->init == NULL ||
143 ops->get_pattern == NULL || ops->get_pattern_len == NULL)
148 if (!strcmp(ops->name, o->name))
152 list_add_tail_rcu(&ops
171 textsearch_unregister(struct ts_ops *ops) argument
260 struct ts_ops *ops; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dmailbox.h66 return mbox->ops->fifo_read(mbox);
70 mbox->ops->fifo_write(mbox, msg);
74 return mbox->ops->fifo_empty(mbox);
78 return mbox->ops->fifo_full(mbox);
84 mbox->ops->enable_irq(mbox, irq);
88 mbox->ops->disable_irq(mbox, irq);
92 if (mbox->ops->ack_irq)
93 mbox->ops->ack_irq(mbox, irq);
97 return mbox->ops->is_irq(mbox, irq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dtimer_int.c62 int __init sys_timer0_init(struct oprofile_operations *ops) argument
69 ops->start = timer_start;
70 ops->stop = timer_stop;
71 ops->cpu_type = "timer";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/appldata/
H A Dappldata_base.c131 struct appldata_ops *ops; local
138 ops = list_entry(lh, struct appldata_ops, list);
140 ++i, ops->active, ops->name);
141 if (ops->active == 1) {
142 ops->callback(ops->data);
343 struct appldata_ops *ops = NULL, *tmp_ops; local
360 ops = ctl->data;
361 if (!try_module_get(ops
442 appldata_register_ops(struct appldata_ops *ops) argument
520 appldata_unregister_ops(struct appldata_ops *ops) argument
629 struct appldata_ops *ops; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dath.c44 static struct ath_ops ops;
74 if (ops.init)
75 err = (*ops.init) ();
78 err = (*ops.mutex_init) (&check_init_lock);
102 if (GET_OPTION (ops.option) == ATH_THREAD_OPTION_USER
104 || GET_OPTION (ops.option) != GET_OPTION (option)
105 || GET_VERSION (ops.option) != GET_VERSION (option))
118 ops = *ath_ops;
134 (*ops.mutex_lock) (&check_init_lock);
136 err = (*ops
43 static struct ath_ops ops; variable in typeref:struct:ath_ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dusb_gadget.h132 * @ops: Function pointers used to access hardware-specific operations.
148 const struct usb_ep_ops *ops; member in struct:usb_ep
181 return ep->ops->enable (ep, desc);
199 return ep->ops->disable (ep);
219 return ep->ops->alloc_request (ep, gfp_flags);
234 ep->ops->free_request (ep, req);
259 return ep->ops->alloc_buffer (ep, len, dma, gfp_flags);
275 ep->ops->free_buffer (ep, buf, dma, len);
335 return ep->ops->queue (ep, req, gfp_flags);
354 return ep->ops
506 const struct usb_gadget_ops *ops; member in struct:usb_gadget
[all...]
H A Dbacklight.h18 * ops pointer and no code outside the core should need to touch it.
64 /* This protects the 'ops' field. If 'ops' is NULL, the driver that
68 struct backlight_ops *ops; member in struct:backlight_device
79 if (bd->ops && bd->ops->update_status)
80 bd->ops->update_status(bd);
85 struct device *dev, void *devdata, struct backlight_ops *ops);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/oprofile/
H A Dinit.c18 int __init oprofile_arch_init(struct oprofile_operations* ops) argument
20 ops->backtrace = s390_backtrace;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_simple.c44 static void snd_seq_simple_instr_free(struct snd_simple_ops *ops, argument
48 if (ops->remove_sample)
49 ops->remove_sample(ops->private_data, ip, atomic);
56 struct snd_simple_ops *ops = private_data; local
93 if (ops->put_sample) {
94 err = ops->put_sample(ops->private_data, ip,
106 struct snd_simple_ops *ops = private_data; local
140 if (ops
163 struct snd_simple_ops *ops = private_data; local
175 struct snd_simple_ops *ops = private_data; local
181 snd_seq_simple_init(struct snd_simple_ops *ops, void *private_data, struct snd_seq_kinstr_ops *next) argument
[all...]

Completed in 284 milliseconds

1234567891011>>