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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/drivers/superhyway/
H A DMakefile5 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/drivers/superhyway/
H A DMakefile5 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/cluster/
H A Dcluster.c28 static struct cluster_ops *ops; variable in typeref:struct:cluster_ops
33 ops = new_ops;
41 return ops->backend_handle(ops);
44 /* by default use the local ops */
47 if (ops == NULL) cluster_local_init();
56 return ops->cluster_id(ops, id, id2);
66 return ops->cluster_id_string(ops, mem_ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/cluster/
H A Dcluster.c28 static struct cluster_ops *ops; variable in typeref:struct:cluster_ops
33 ops = new_ops;
41 return ops->backend_handle(ops);
44 /* by default use the local ops */
47 if (ops == NULL) cluster_local_init();
56 return ops->cluster_id(ops, id, id2);
66 return ops->cluster_id_string(ops, mem_ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/cluster/
H A Dcluster.c28 static struct cluster_ops *ops; variable in typeref:struct:cluster_ops
33 ops = new_ops;
41 return ops->backend_handle(ops);
44 /* by default use the local ops */
47 if (ops == NULL) cluster_local_init();
56 return ops->cluster_id(ops, id, id2);
66 return ops->cluster_id_string(ops, mem_ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/pcmcia/
H A Dpxa2xx_base.h2 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_base.h2 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/seq/
H A Dseq_device.c66 struct snd_seq_dev_ops ops; member in struct:ops_list
93 static int init_device(struct snd_seq_device *dev, struct ops_list *ops);
94 static int free_device(struct snd_seq_device *dev, struct ops_list *ops);
97 static void unlock_driver(struct ops_list *ops);
108 struct ops_list *ops; local
111 list_for_each_entry(ops, &opslist, list) {
113 ops->id,
114 ops->driver & DRIVER_LOADED ? ",loaded" : (ops->driver == DRIVER_EMPTY ? ",empty" : ""),
115 ops
144 struct ops_list *ops; local
179 struct ops_list *ops; local
234 struct ops_list *ops; local
271 struct ops_list *ops; local
293 struct ops_list *ops; local
313 struct ops_list *ops; local
357 struct ops_list *ops; local
392 struct ops_list *ops; local
438 struct ops_list *ops = list_entry(head, struct ops_list, list); local
454 init_device(struct snd_seq_device *dev, struct ops_list *ops) argument
479 free_device(struct snd_seq_device *dev, struct ops_list *ops) argument
509 struct ops_list *ops; local
525 unlock_driver(struct ops_list *ops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/seq/
H A Dseq_device.c66 struct snd_seq_dev_ops ops; member in struct:ops_list
93 static int init_device(struct snd_seq_device *dev, struct ops_list *ops);
94 static int free_device(struct snd_seq_device *dev, struct ops_list *ops);
97 static void unlock_driver(struct ops_list *ops);
108 struct ops_list *ops; local
111 list_for_each_entry(ops, &opslist, list) {
113 ops->id,
114 ops->driver & DRIVER_LOADED ? ",loaded" : (ops->driver == DRIVER_EMPTY ? ",empty" : ""),
115 ops
144 struct ops_list *ops; local
179 struct ops_list *ops; local
234 struct ops_list *ops; local
271 struct ops_list *ops; local
293 struct ops_list *ops; local
313 struct ops_list *ops; local
357 struct ops_list *ops; local
392 struct ops_list *ops; local
438 struct ops_list *ops = list_entry(head, struct ops_list, list); local
454 init_device(struct snd_seq_device *dev, struct ops_list *ops) argument
479 free_device(struct snd_seq_device *dev, struct ops_list *ops) argument
509 struct ops_list *ops; local
525 unlock_driver(struct ops_list *ops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/smbd/
H A Dprocess_model.c32 const struct model_ops *ops; local
34 ops = process_model_byname(model);
35 if (!ops) {
40 ops->model_init(ev);
42 return ops;
47 struct model_ops *ops; member in struct:process_model
59 const struct model_ops *ops = _ops; local
61 if (process_model_byname(ops->name) != NULL) {
64 ops->name));
73 models[num_models].ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/smbd/
H A Dprocess_model.c32 const struct model_ops *ops; local
34 ops = process_model_byname(model);
35 if (!ops) {
40 ops->model_init(ev);
42 return ops;
47 struct model_ops *ops; member in struct:process_model
59 const struct model_ops *ops = _ops; local
61 if (process_model_byname(ops->name) != NULL) {
64 ops->name));
73 models[num_models].ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/smbd/
H A Dprocess_model.c32 const struct model_ops *ops; local
34 ops = process_model_byname(model);
35 if (!ops) {
40 ops->model_init(ev);
42 return ops;
47 struct model_ops *ops; member in struct:process_model
59 const struct model_ops *ops = _ops; local
61 if (process_model_byname(ops->name) != NULL) {
64 ops->name));
73 models[num_models].ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dabx500-core.c17 struct abx500_ops ops; member in struct:abx500_device_entry
21 static void lookup_ops(struct device *dev, struct abx500_ops **ops) argument
25 *ops = NULL;
28 *ops = &dev_entry->ops;
34 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) argument
44 memcpy(&dev_entry->ops, ops, sizeof(struct abx500_ops));
68 struct abx500_ops *ops; local
70 lookup_ops(dev->parent, &ops);
81 struct abx500_ops *ops; local
94 struct abx500_ops *ops; local
108 struct abx500_ops *ops; local
121 struct abx500_ops *ops; local
133 struct abx500_ops *ops; local
145 struct abx500_ops *ops; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/mfd/
H A Dabx500-core.c17 struct abx500_ops ops; member in struct:abx500_device_entry
21 static void lookup_ops(struct device *dev, struct abx500_ops **ops) argument
25 *ops = NULL;
28 *ops = &dev_entry->ops;
34 int abx500_register_ops(struct device *dev, struct abx500_ops *ops) argument
44 memcpy(&dev_entry->ops, ops, sizeof(struct abx500_ops));
68 struct abx500_ops *ops; local
70 lookup_ops(dev->parent, &ops);
81 struct abx500_ops *ops; local
94 struct abx500_ops *ops; local
108 struct abx500_ops *ops; local
121 struct abx500_ops *ops; local
133 struct abx500_ops *ops; local
145 struct abx500_ops *ops; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/util/
H A Dmutex.c31 struct mutex_ops ops; member in struct:__anon6796
41 _PUBLIC_ bool register_mutex_handlers(const char *name, struct mutex_ops *ops) argument
51 mutex_handlers.ops = *ops;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/util/
H A Dmutex.c31 struct mutex_ops ops; member in struct:__anon7701
41 _PUBLIC_ bool register_mutex_handlers(const char *name, struct mutex_ops *ops) argument
51 mutex_handlers.ops = *ops;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/util/
H A Dmutex.c31 struct mutex_ops ops; member in struct:__anon41726
41 _PUBLIC_ bool register_mutex_handlers(const char *name, struct mutex_ops *ops) argument
51 mutex_handlers.ops = *ops;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/include/
H A Dcfe_fileops.h67 #define BDINIT(ops,fsctx,name) (ops)->init((fsctx),(name))
68 #define BDOPEN(ops,ref,fsctx,name) (ops)->open((ref),(fsctx),(name),FILE_MODE_READ)
69 #define BDOPEN2(ops,ref,fsctx,name,mode) (ops)->open((ref),(fsctx),(name),(mode))
70 #define BDOPEN_WR(ops,ref,fsctx,name) (ops)->open((ref),(fsctx),(name),FILE_MODE_WRITE)
71 #define BDREAD(ops,ref,buf,len) (ops)
94 const fileio_dispatch_t *ops; member in struct:fileio_ctx_s
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/registry/
H A Dreg_dispatcher.c86 if (key->ops && key->ops->store_subkeys)
87 return key->ops->store_subkeys(key->name, subkeys);
98 if (key->ops && key->ops->store_values)
99 return key->ops->store_values(key->name, val);
106 if (key->ops && key->ops->create_subkey) {
107 return key->ops->create_subkey(key->name, subkey);
115 if (key->ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/registry/
H A Dreg_dispatcher.c86 if (key->ops && key->ops->store_subkeys)
87 return key->ops->store_subkeys(key->name, subkeys);
98 if (key->ops && key->ops->store_values)
99 return key->ops->store_values(key->name, val);
106 if (key->ops && key->ops->create_subkey) {
107 return key->ops->create_subkey(key->name, subkey);
115 if (key->ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/registry/
H A Dreg_dispatcher.c86 if (key->ops && key->ops->store_subkeys)
87 return key->ops->store_subkeys(key->name, subkeys);
98 if (key->ops && key->ops->store_values)
99 return key->ops->store_values(key->name, val);
106 if (key->ops && key->ops->create_subkey) {
107 return key->ops->create_subkey(key->name, subkey);
115 if (key->ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/oprofile/
H A Dinit.c19 extern int op_nmi_init(struct oprofile_operations *ops);
20 extern int op_nmi_timer_init(struct oprofile_operations *ops);
25 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
32 ret = op_nmi_init(ops);
36 ret = op_nmi_timer_init(ops);
38 ops->backtrace = x86_backtrace;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/oprofile/
H A Dinit.c19 extern int op_nmi_init(struct oprofile_operations *ops);
20 extern int op_nmi_timer_init(struct oprofile_operations *ops);
25 int __init oprofile_arch_init(struct oprofile_operations *ops) argument
32 ret = op_nmi_init(ops);
36 ret = op_nmi_timer_init(ops);
38 ops->backtrace = x86_backtrace;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; local
29 if (vc->vc_font.data == ops->fontdata &&
30 ops->p->con_rotate == ops->cur_rotate)
33 src = ops->fontdata = vc->vc_font.data;
34 ops->cur_rotate = ops->p->con_rotate;
35 len = (!ops->p->userfont) ? 256 : FNTCHARCNT(src);
40 if (ops->rotate == FB_ROTATE_CW ||
41 ops
96 fbcon_set_rotate(struct fbcon_ops *ops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/console/
H A Dfbcon_rotate.c23 struct fbcon_ops *ops = info->fbcon_par; local
29 if (vc->vc_font.data == ops->fontdata &&
30 ops->p->con_rotate == ops->cur_rotate)
33 src = ops->fontdata = vc->vc_font.data;
34 ops->cur_rotate = ops->p->con_rotate;
35 len = (!ops->p->userfont) ? 256 : FNTCHARCNT(src);
40 if (ops->rotate == FB_ROTATE_CW ||
41 ops
96 fbcon_set_rotate(struct fbcon_ops *ops) argument
[all...]

Completed in 131 milliseconds

1234567891011>>