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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/drivers/superhyway/
H A DMakefile5 obj-$(CONFIG_CPU_SUBTYPE_SH4_202) += ops-sh4-202.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dpxa2xx_base.h2 void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dsoftcursor.c24 struct fbcon_ops *ops = info->fbcon_par; local
37 if (dsize + sizeof(struct fb_image) != ops->cursor_size) {
38 if (ops->cursor_src != NULL)
39 kfree(ops->cursor_src);
40 ops->cursor_size = dsize + sizeof(struct fb_image);
42 ops->cursor_src = kmalloc(ops->cursor_size, GFP_ATOMIC);
43 if (!ops->cursor_src) {
44 ops->cursor_size = 0;
49 src = ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/
H A Dcapability.c848 #define set_to_cap_if_null(ops, function) \
850 if (!ops->function) { \
851 ops->function = cap_##function; \
857 void __init security_fixup_ops(struct security_operations *ops) argument
859 set_to_cap_if_null(ops, ptrace_access_check);
860 set_to_cap_if_null(ops, ptrace_traceme);
861 set_to_cap_if_null(ops, capget);
862 set_to_cap_if_null(ops, capset);
863 set_to_cap_if_null(ops, capable);
864 set_to_cap_if_null(ops, quotact
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/tests/
H A Dmtd_oobtest.c128 struct mtd_oob_ops ops; local
134 ops.mode = MTD_OOB_AUTO;
135 ops.len = 0;
136 ops.retlen = 0;
137 ops.ooblen = use_len;
138 ops.oobretlen = 0;
139 ops.ooboffs = use_offset;
140 ops.datbuf = NULL;
141 ops.oobbuf = writebuf;
142 err = mtd->write_oob(mtd, addr, &ops);
181 struct mtd_oob_ops ops; local
273 struct mtd_oob_ops ops; local
364 struct mtd_oob_ops ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ps3/
H A Dsys-manager-core.c34 * @ops: struct ps3_sys_manager_ops.
37 * register call back ops for power control. Copies data to the static
41 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops) argument
43 BUG_ON(!ops);
44 BUG_ON(!ops->dev);
45 ps3_sys_manager_ops = ops ? *ops : ps3_sys_manager_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dnet_namespace.c75 static int ops_init(const struct pernet_operations *ops, struct net *net) argument
78 if (ops->id && ops->size) {
79 void *data = kzalloc(ops->size, GFP_KERNEL);
83 err = net_assign_generic(net, *ops->id, data);
89 if (ops->init)
90 return ops->init(net);
94 static void ops_free(const struct pernet_operations *ops, struct net *net) argument
96 if (ops->id && ops
102 ops_exit_list(const struct pernet_operations *ops, struct list_head *net_exit_list) argument
114 ops_free_list(const struct pernet_operations *ops, struct list_head *net_exit_list) argument
130 const struct pernet_operations *ops, *saved_ops; local
252 const struct pernet_operations *ops; local
381 __register_pernet_operations(struct list_head *list, struct pernet_operations *ops) argument
407 __unregister_pernet_operations(struct pernet_operations *ops) argument
421 __register_pernet_operations(struct list_head *list, struct pernet_operations *ops) argument
432 __unregister_pernet_operations(struct pernet_operations *ops) argument
444 register_pernet_operations(struct list_head *list, struct pernet_operations *ops) argument
470 unregister_pernet_operations(struct pernet_operations *ops) argument
498 register_pernet_subsys(struct pernet_operations *ops) argument
517 unregister_pernet_subsys(struct pernet_operations *ops) argument
544 register_pernet_device(struct pernet_operations *ops) argument
565 unregister_pernet_device(struct pernet_operations *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_sockopt.c26 struct nf_sockopt_ops *ops; local
32 list_for_each_entry(ops, &nf_sockopts, list) {
33 if (ops->pf == reg->pf
34 && (overlap(ops->set_optmin, ops->set_optmax,
36 || overlap(ops->get_optmin, ops->get_optmax,
39 ops->set_optmin, ops->set_optmax,
40 ops
66 struct nf_sockopt_ops *ops; local
99 struct nf_sockopt_ops *ops; local
133 struct nf_sockopt_ops *ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/virt/kvm/
H A Diodev.h43 const struct kvm_io_device_ops *ops; member in struct:kvm_io_device
47 const struct kvm_io_device_ops *ops)
49 dev->ops = ops;
55 return dev->ops->read ? dev->ops->read(dev, addr, l, v) : -EOPNOTSUPP;
61 return dev->ops->write ? dev->ops->write(dev, addr, l, v) : -EOPNOTSUPP;
66 if (dev->ops->destructor)
67 dev->ops
46 kvm_iodevice_init(struct kvm_io_device *dev, const struct kvm_io_device_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dtextsearch.c131 * @ops: operations lookup table
134 * their presence. The specified &@ops must have %name set to a
141 int textsearch_register(struct ts_ops *ops) argument
146 if (ops->name == NULL || ops->find == NULL || ops->init == NULL ||
147 ops->get_pattern == NULL || ops->get_pattern_len == NULL)
152 if (!strcmp(ops->name, o->name))
156 list_add_tail_rcu(&ops
175 textsearch_unregister(struct ts_ops *ops) argument
265 struct ts_ops *ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/oprofile/
H A Dmicroblaze_oprofile.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/include/linux/
H A Dsdhci-pltfm.h22 * @ops: optional pointer to the platform-provided SDHCI ops
29 struct sdhci_ops *ops; member in struct:sdhci_pltfm_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/oprofile/
H A Dbfin_oprofile.c11 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/mips/pci/
H A DMakefile10 obj-$(CONFIG_MIPS_BONITO64) += ops-bonito64.o
11 obj-$(CONFIG_PCI_GT64XXX_PCI0) += ops-gt64xxx_pci0.o
12 obj-$(CONFIG_MIPS_MSC) += ops-msc.o
13 obj-$(CONFIG_MIPS_NILE4) += ops-nile4.o
14 obj-$(CONFIG_SOC_TX3927) += ops-tx3927.o
15 obj-$(CONFIG_PCI_VR41XX) += ops-vr41xx.o pci-vr41xx.o
16 obj-$(CONFIG_NEC_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o
17 obj-$(CONFIG_PCI_TX4927) += ops-tx4927.o
20 ops-bcm63xx.o
27 obj-$(CONFIG_SOC_AU1500) += fixup-au1000.o ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dgadget.h129 * @ops: Function pointers used to access hardware-specific operations.
145 const struct usb_ep_ops *ops; member in struct:usb_ep
178 return ep->ops->enable(ep, desc);
195 return ep->ops->disable(ep);
215 return ep->ops->alloc_request(ep, gfp_flags);
230 ep->ops->free_request(ep, req);
293 return ep->ops->queue(ep, req, gfp_flags);
312 return ep->ops->dequeue(ep, req);
338 return ep->ops->set_halt(ep, 1);
356 return ep->ops
479 const struct usb_gadget_ops *ops; member in struct:usb_gadget
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddma-mapping.h17 struct dma_map_ops *ops = get_dma_ops(dev); local
19 if (ops->dma_supported)
20 return ops->dma_supported(dev, mask);
27 struct dma_map_ops *ops = get_dma_ops(dev); local
31 if (ops->set_dma_mask)
32 return ops->set_dma_mask(dev, mask);
47 struct dma_map_ops *ops = get_dma_ops(dev); local
49 if (ops->mapping_error)
50 return ops->mapping_error(dev, dma_addr);
58 struct dma_map_ops *ops local
75 struct dma_map_ops *ops = get_dma_ops(dev); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dclock.c6 * through the "ops" methods.
31 if( ! clk->ops || ! clk->ops->enable )
40 ret = clk->ops->enable( clk ) ;
62 if( ! clk->ops || ! clk->ops->disable )
65 clk->ops->disable( clk );
80 if( clk->ops && clk->ops->status )
81 clk->ops
[all...]

Completed in 153 milliseconds

1234567891011>>