Searched refs:ops (Results 26 - 50 of 2077) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-ioctl.c563 static int check_fmt(const struct v4l2_ioctl_ops *ops, enum v4l2_buf_type type) argument
565 if (ops == NULL)
570 if (ops->vidioc_g_fmt_vid_cap)
574 if (ops->vidioc_g_fmt_vid_overlay)
578 if (ops->vidioc_g_fmt_vid_out)
582 if (ops->vidioc_g_fmt_vid_out_overlay)
586 if (ops->vidioc_g_fmt_vbi_cap)
590 if (ops->vidioc_g_fmt_vbi_out)
594 if (ops->vidioc_g_fmt_sliced_vbi_cap)
598 if (ops
613 const struct v4l2_ioctl_ops *ops = vfd->ioctl_ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon_ud.c51 struct fbcon_ops *ops = info->fbcon_par; local
53 u32 vyres = GETVYRES(ops->p->scrollmode, info);
54 u32 vxres = GETVXRES(ops->p->scrollmode, info);
69 struct fbcon_ops *ops = info->fbcon_par; local
72 u32 vyres = GETVYRES(ops->p->scrollmode, info);
73 u32 vxres = GETVXRES(ops->p->scrollmode, info);
90 struct fbcon_ops *ops = info->fbcon_par; local
96 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
123 struct fbcon_ops *ops = info->fbcon_par; local
131 src = ops
156 struct fbcon_ops *ops = info->fbcon_par; local
256 struct fbcon_ops *ops = info->fbcon_par; local
421 struct fbcon_ops *ops = info->fbcon_par; local
440 fbcon_rotate_ud(struct fbcon_ops *ops) argument
[all...]
H A Dfbcon_ccw.c66 struct fbcon_ops *ops = info->fbcon_par; local
68 u32 vyres = GETVYRES(ops->p->scrollmode, info);
83 struct fbcon_ops *ops = info->fbcon_par; local
86 u32 vyres = GETVYRES(ops->p->scrollmode, info);
103 struct fbcon_ops *ops = info->fbcon_par; local
109 src = ops->fontbuffer + (scr_readw(s--) & charmask)*cellsize;
134 struct fbcon_ops *ops = info->fbcon_par; local
143 u32 vyres = GETVYRES(ops->p->scrollmode, info);
145 if (!ops->fontbuffer)
226 struct fbcon_ops *ops local
397 struct fbcon_ops *ops = info->fbcon_par; local
412 fbcon_rotate_ccw(struct fbcon_ops *ops) argument
[all...]
H A Dfbcon_cw.c52 struct fbcon_ops *ops = info->fbcon_par; local
54 u32 vxres = GETVXRES(ops->p->scrollmode, info);
69 struct fbcon_ops *ops = info->fbcon_par; local
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;
120 struct fbcon_ops *ops = info->fbcon_par; local
129 u32 vxres = GETVXRES(ops->p->scrollmode, info);
131 if (!ops->fontbuffer)
210 struct fbcon_ops *ops local
381 struct fbcon_ops *ops = info->fbcon_par; local
396 fbcon_rotate_cw(struct fbcon_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-calib.h78 priv->cfg->ops->utils->chain_noise_reset)
79 priv->cfg->ops->utils->chain_noise_reset(priv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/
H A Dhw.c22 #define REG_READ (common->ops->read)
23 #define REG_WRITE (common->ops->write)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/oprofile/
H A Dinit.c18 int __init oprofile_arch_init(struct oprofile_operations* ops) argument
20 ops->backtrace = s390_backtrace;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfib_rules.c19 int fib_default_rule_add(struct fib_rules_ops *ops, argument
24 r = kzalloc(ops->rule_size, GFP_KERNEL);
33 r->fr_net = hold_net(ops->fro_net);
37 list_add_tail(&r->list, &ops->rules_list);
42 u32 fib_default_rule_pref(struct fib_rules_ops *ops) argument
47 if (!list_empty(&ops->rules_list)) {
48 pos = ops->rules_list.next;
49 if (pos->next != &ops->rules_list) {
61 struct fib_rules_ops *ops, struct nlmsghdr *nlh,
66 struct fib_rules_ops *ops; local
82 rules_ops_put(struct fib_rules_ops *ops) argument
88 flush_route_cache(struct fib_rules_ops *ops) argument
94 __fib_rules_register(struct fib_rules_ops *ops) argument
127 struct fib_rules_ops *ops; local
147 fib_rules_cleanup_ops(struct fib_rules_ops *ops) argument
160 struct fib_rules_ops *ops = container_of(head, struct fib_rules_ops, rcu); local
167 fib_rules_unregister(struct fib_rules_ops *ops) argument
180 fib_rule_match(struct fib_rule *rule, struct fib_rules_ops *ops, struct flowi *fl, int flags) argument
199 fib_rules_lookup(struct fib_rules_ops *ops, struct flowi *fl, int flags, struct fib_lookup_arg *arg) argument
242 validate_rulemsg(struct fib_rule_hdr *frh, struct nlattr **tb, struct fib_rules_ops *ops) argument
268 struct fib_rules_ops *ops = NULL; local
417 struct fib_rules_ops *ops = NULL; local
509 fib_rule_nlmsg_size(struct fib_rules_ops *ops, struct fib_rule *rule) argument
526 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
585 dump_rules(struct sk_buff *skb, struct netlink_callback *cb, struct fib_rules_ops *ops) argument
611 struct fib_rules_ops *ops; local
642 notify_rule_change(int event, struct fib_rule *rule, struct fib_rules_ops *ops, struct nlmsghdr *nlh, u32 pid) argument
702 struct fib_rules_ops *ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dsbasedl.c39 bclass_base_ops_t **ops)
76 priv->ops.event = dlsym(h, "alsa_mixer_sbasic_event");
77 if (priv->ops.event == NULL) {
81 priv->ops.selreg = dlsym(h, "alsa_mixer_sbasic_selreg");
82 if (priv->ops.selreg == NULL) {
86 priv->ops.sidreg = dlsym(h, "alsa_mixer_sbasic_sidreg");
87 if (priv->ops.sidreg == NULL) {
95 if (ops)
96 *ops = &priv->ops;
38 mixer_simple_basic_dlopen(snd_mixer_class_t *class, bclass_base_ops_t **ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Ddriver-ops.h10 return local->ops->tx(&local->hw, skb);
22 ret = local->ops->start(&local->hw);
32 local->ops->stop(&local->hw);
52 ret = local->ops->add_interface(&local->hw, vif);
63 local->ops->remove_interface(&local->hw, vif);
74 ret = local->ops->config(&local->hw, changed);
87 if (local->ops->bss_info_changed)
88 local->ops->bss_info_changed(&local->hw, &sdata->vif, info, changed);
99 if (local->ops->prepare_multicast)
100 ret = local->ops
[all...]
H A Drate.c20 struct rate_control_ops *ops; member in struct:rate_control_alg
31 int ieee80211_rate_control_register(struct rate_control_ops *ops) argument
35 if (!ops->name)
40 if (!strcmp(alg->ops->name, ops->name)) {
53 alg->ops = ops;
62 void ieee80211_rate_control_unregister(struct rate_control_ops *ops) argument
68 if (alg->ops == ops) {
82 struct rate_control_ops *ops = NULL; local
103 struct rate_control_ops *ops; local
129 ieee80211_rate_control_ops_put(struct rate_control_ops *ops) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/test_micro/
H A Db_inmem.c31 b_inmem_op_ds(u_int ops, int update) argument
65 for (; ops > 0; --ops) {
66 keybuf[(ops % keysize)] = letters[(ops % 26)];
74 for (; ops > 0; --ops)
87 b_inmem_op_ds_bulk(u_int ops, u_int *totalp) argument
139 for (total = 0; ops > 0; --ops) {
169 b_inmem_op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags) argument
268 u_int ops, total; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/source/
H A Db_inmem.c31 op_ds(u_int ops, int update) argument
65 for (; ops > 0; --ops) {
66 keybuf[(ops % keysize)] = letters[(ops % 26)];
74 for (; ops > 0; --ops)
87 op_ds_bulk(u_int ops, u_int *totalp) argument
139 for (total = 0; ops > 0; --ops) {
169 op_tds(u_int ops, int update, u_int32_t env_flags, u_int32_t log_flags) argument
268 u_int ops, total; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/appldata/
H A Dappldata_base.c132 struct appldata_ops *ops; local
139 ops = list_entry(lh, struct appldata_ops, list);
140 if (ops->active == 1) {
141 ops->callback(ops->data);
340 struct appldata_ops *ops = NULL, *tmp_ops; local
357 ops = ctl->data;
358 if (!try_module_get(ops->owner)) { // protect this function
366 module_put(ops->owner);
370 len = sprintf(buf, ops
432 appldata_register_ops(struct appldata_ops *ops) argument
472 appldata_unregister_ops(struct appldata_ops *ops) argument
486 struct appldata_ops *ops; local
517 struct appldata_ops *ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Ddma-mapping.h66 static inline void set_dma_ops(struct device *dev, struct dma_map_ops *ops) argument
68 dev->archdata.dma_ops = ops;
73 struct dma_map_ops *ops = get_dma_ops(dev); local
75 if (unlikely(!ops))
77 if (!ops->dma_supported)
79 return ops->dma_supported(dev, mask);
84 struct dma_map_ops *ops = get_dma_ops(dev); local
86 if (unlikely(ops == NULL))
88 if (ops->set_dma_mask)
89 return ops
100 struct dma_map_ops *ops = get_dma_ops(dev); local
113 struct dma_map_ops *ops = get_dma_ops(dev); local
127 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/drivers/net/phy/
H A Dmdio-bitbang.c49 const struct mdiobb_ops *ops = ctrl->ops; local
51 ops->set_mdio_data(ctrl, val);
53 ops->set_mdc(ctrl, 1);
55 ops->set_mdc(ctrl, 0);
61 const struct mdiobb_ops *ops = ctrl->ops; local
64 ops->set_mdc(ctrl, 1);
66 ops->set_mdc(ctrl, 0);
68 return ops
99 const struct mdiobb_ops *ops = ctrl->ops; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dtda8261_cfg.h27 if (&fe->ops)
28 frontend_ops = &fe->ops;
50 if (&fe->ops)
51 frontend_ops = &fe->ops;
66 struct dvb_frontend_ops *frontend_ops = &fe->ops;
71 if (&fe->ops)
72 frontend_ops = &fe->ops;
H A Dstb6100_cfg.h29 if (&fe->ops)
30 frontend_ops = &fe->ops;
51 if (&fe->ops)
52 frontend_ops = &fe->ops;
66 struct dvb_frontend_ops *frontend_ops = &fe->ops;
71 if (&fe->ops)
72 frontend_ops = &fe->ops;
93 if (&fe->ops)
94 frontend_ops = &fe->ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-versatile/
H A Dclock.c41 if (clk->ops && clk->ops->round)
42 ret = clk->ops->round(clk, rate);
50 if (clk->ops && clk->ops->set)
51 ret = clk->ops->set(clk, rate);
70 clk->ops->setvco(clk, vco);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs_macros.h25 Don't access conn->vfs.ops.* directly!!!
31 #define SMB_VFS_CONNECT(conn, service, user) ((conn)->vfs.ops.connect_fn((conn)->vfs.handles.connect_hnd, (service), (user)))
32 #define SMB_VFS_DISCONNECT(conn) ((conn)->vfs.ops.disconnect((conn)->vfs.handles.disconnect))
33 #define SMB_VFS_DISK_FREE(conn, path, small_query, bsize, dfree ,dsize) ((conn)->vfs.ops.disk_free((conn)->vfs.handles.disk_free, (path), (small_query), (bsize), (dfree), (dsize)))
34 #define SMB_VFS_GET_QUOTA(conn, qtype, id, qt) ((conn)->vfs.ops.get_quota((conn)->vfs.handles.get_quota, (qtype), (id), (qt)))
35 #define SMB_VFS_SET_QUOTA(conn, qtype, id, qt) ((conn)->vfs.ops.set_quota((conn)->vfs.handles.set_quota, (qtype), (id), (qt)))
36 #define SMB_VFS_GET_SHADOW_COPY_DATA(fsp,shadow_copy_data,labels) ((fsp)->conn->vfs.ops.get_shadow_copy_data((fsp)->conn->vfs.handles.get_shadow_copy_data,(fsp),(shadow_copy_data),(labels)))
37 #define SMB_VFS_STATVFS(conn, path, statbuf) ((conn)->vfs.ops.statvfs((conn)->vfs.handles.statvfs, (path), (statbuf)))
40 #define SMB_VFS_OPENDIR(conn, fname, mask, attr) ((conn)->vfs.ops.opendir((conn)->vfs.handles.opendir, (fname), (mask), (attr)))
41 #define SMB_VFS_READDIR(conn, dirp) ((conn)->vfs.ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Ddma-mapping-common.h14 struct dma_map_ops *ops = get_dma_ops(dev); local
19 addr = ops->map_page(dev, virt_to_page(ptr),
33 struct dma_map_ops *ops = get_dma_ops(dev); local
36 if (ops->unmap_page)
37 ops->unmap_page(dev, addr, size, dir, attrs);
45 struct dma_map_ops *ops = get_dma_ops(dev); local
52 ents = ops->map_sg(dev, sg, nents, dir, attrs);
62 struct dma_map_ops *ops = get_dma_ops(dev); local
66 if (ops->unmap_sg)
67 ops
74 struct dma_map_ops *ops = get_dma_ops(dev); local
88 struct dma_map_ops *ops = get_dma_ops(dev); local
100 struct dma_map_ops *ops = get_dma_ops(dev); local
112 struct dma_map_ops *ops = get_dma_ops(dev); local
142 struct dma_map_ops *ops = get_dma_ops(dev); local
154 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/mn10300/oprofile/
H A Dop_model_null.c14 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/parisc/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/sh/drivers/pci/
H A DMakefile6 obj-$(CONFIG_CPU_SUBTYPE_SH7751) += pci-sh7751.o ops-sh4.o
7 obj-$(CONFIG_CPU_SUBTYPE_SH7751R) += pci-sh7751.o ops-sh4.o
8 obj-$(CONFIG_CPU_SUBTYPE_SH7763) += pci-sh7780.o ops-sh4.o
9 obj-$(CONFIG_CPU_SUBTYPE_SH7780) += pci-sh7780.o ops-sh4.o
10 obj-$(CONFIG_CPU_SUBTYPE_SH7785) += pci-sh7780.o ops-sh4.o
11 obj-$(CONFIG_CPU_SUBTYPE_SH7786) += pcie-sh7786.o ops-sh7786.o
12 obj-$(CONFIG_CPU_SH5) += pci-sh5.o ops-sh5.o
14 obj-$(CONFIG_SH_DREAMCAST) += ops-dreamcast.o fixups-dreamcast.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/oprofile/
H A Dnmi_timer_int.c59 int __init op_nmi_timer_init(struct oprofile_operations *ops) argument
64 ops->start = timer_start;
65 ops->stop = timer_stop;
66 ops->cpu_type = "timer";

Completed in 416 milliseconds

1234567891011>>