Searched refs:op (Results 201 - 225 of 1225) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dflash.c163 static int __devinit flash_probe(struct platform_device *op, argument
166 struct device_node *dp = op->dev.of_node;
176 flash.read_base = op->resource[0].start;
177 flash.read_size = resource_size(&op->resource[0]);
178 if (op->resource[1].flags) {
179 flash.write_base = op->resource[1].start;
180 flash.write_size = resource_size(&op->resource[1]);
182 flash.write_base = op->resource[0].start;
183 flash.write_size = resource_size(&op->resource[0]);
188 op
195 flash_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsunxvr1000.c114 static int __devinit gfb_probe(struct platform_device *op, argument
117 struct device_node *dp = op->dev.of_node;
122 info = framebuffer_alloc(sizeof(struct gfb_info), &op->dev);
133 gp->fb_base_phys = op->resource[6].start;
143 gp->fb_base = of_ioremap(&op->resource[6], 0,
161 dev_set_drvdata(&op->dev, info);
166 of_iounmap(&op->resource[6], gp->fb_base, gp->fb_size);
175 static int __devexit gfb_remove(struct platform_device *op) argument
177 struct fb_info *info = dev_get_drvdata(&op->dev);
184 of_iounmap(&op
[all...]
H A Dxilinxfb.c400 xilinxfb_of_probe(struct platform_device *op, const struct of_device_id *match) argument
413 dev_dbg(&op->dev, "xilinxfb_of_probe(%p, %p)\n", op, match);
418 dev_err(&op->dev, "Couldn't allocate device private record\n");
426 p = (u32 *)of_get_property(op->dev.of_node, "xlnx,dcr-splb-slave-if", NULL);
435 rc = of_address_to_resource(op->dev.of_node, 0, &res);
437 dev_err(&op->dev, "invalid address\n");
442 start = dcr_resource_start(op->dev.of_node, 0);
443 drvdata->dcr_len = dcr_resource_len(op->dev.of_node, 0);
444 drvdata->dcr_host = dcr_map(op
480 xilinxfb_of_remove(struct platform_device *op) argument
[all...]
H A Dcg14.c449 static void cg14_unmap_regs(struct platform_device *op, struct fb_info *info, argument
453 of_iounmap(&op->resource[0],
456 of_iounmap(&op->resource[0],
459 of_iounmap(&op->resource[0],
462 of_iounmap(&op->resource[1],
466 static int __devinit cg14_probe(struct platform_device *op, const struct of_device_id *match) argument
468 struct device_node *dp = op->dev.of_node;
473 info = framebuffer_alloc(sizeof(struct cg14_par), &op->dev);
493 info->fix.smem_start = op->resource[0].start;
494 par->iospace = op
573 cg14_remove(struct platform_device *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sunrpc/
H A Dstats.c171 static void _print_name(struct seq_file *seq, unsigned int op, argument
174 if (procs[op].p_name)
175 seq_printf(seq, "\t%12s: ", procs[op].p_name);
176 else if (op == 0)
179 seq_printf(seq, "\t%12u: ", op);
186 unsigned int op, maxproc = clnt->cl_maxproc; local
198 seq_printf(seq, "\tper-op statistics\n");
199 for (op = 0; op < maxproc; op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c204 const struct optable *op; local
210 op = optables[0].ptr;
215 if ((inst & op->bitmask) == op->bitpattern) {
216 if (op->length < 0) {
217 op = optables[-op->length].ptr;
218 op_len = optables[-op->length].size + 1;
221 switch (op->type) {
223 return pc + op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/xen/
H A Dxcom_hcall.c64 xencomm_hypercall_event_channel_op(int cmd, void *op) argument
67 desc = xencomm_map_no_alloc(op, sizeof(struct evtchn_op));
106 "%s: unknown version op %d\n", __func__, cmd);
119 xencomm_hypercall_physdev_op(int cmd, void *op) argument
138 "%s: unknown physdev op %d\n", __func__, cmd);
143 (cmd, xencomm_map_no_alloc(op, argsize));
148 unsigned int cmd, void *op, unsigned int count,
163 struct gnttab_setup_table *setup = op;
193 printk(KERN_DEBUG "%s: unknown hypercall grant table op %d\n",
198 *desc = __xencomm_map_no_alloc(op, coun
147 xencommize_grant_table_op(struct xencomm_mini **xc_area, unsigned int cmd, void *op, unsigned int count, struct xencomm_handle **desc) argument
207 xencomm_hypercall_grant_table_op(unsigned int cmd, void *op, unsigned int count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Ddecoder_example.c48 ogg_packet op; /* one raw packet of data for decode */ local
123 if(ogg_stream_packetout(&os,&op)!=1){
129 if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
158 result=ogg_stream_packetout(&os,&op);
166 result=vorbis_synthesis_headerin(&vi,&vc,&op);
220 result=ogg_stream_packetout(&os,&op);
230 if(vorbis_synthesis(&vb,&op)==0) /* test for success! */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dapc.c71 static inline void apc_free(struct platform_device *op) argument
73 of_iounmap(&op->resource[0], regs, resource_size(&op->resource[0]));
139 static int __devinit apc_probe(struct platform_device *op, argument
144 regs = of_ioremap(&op->resource[0], 0,
145 resource_size(&op->resource[0]), APC_OBPNAME);
154 apc_free(op);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mlx4/
H A Dcmd.h154 u16 op, unsigned long timeout);
158 u8 op_modifier, u16 op, unsigned long timeout)
161 op_modifier, op, timeout);
166 u32 in_modifier, u8 op_modifier, u16 op,
170 op_modifier, op, timeout);
179 u32 in_modifier, u8 op_modifier, u16 op,
183 op_modifier, op, timeout);
157 mlx4_cmd(struct mlx4_dev *dev, u64 in_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
165 mlx4_cmd_box(struct mlx4_dev *dev, u64 in_param, u64 out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
178 mlx4_cmd_imm(struct mlx4_dev *dev, u64 in_param, u64 *out_param, u32 in_modifier, u8 op_modifier, u16 op, unsigned long timeout) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dmsh.c167 #define NOBLOCK ((struct op *)NULL)
196 struct op { struct
200 struct op *left;
201 struct op *right;
349 struct op *o;
377 static struct op *pipeline(int cf);
378 static struct op *andor(void);
379 static struct op *c_list(void);
382 static struct op *simple(void);
383 static struct op *neste
4316 char *op, *xp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_packet.c105 ospf_packet_free (struct ospf_packet *op) argument
107 if (op->s)
108 stream_free (op->s);
110 XFREE (MTYPE_OSPF_PACKET, op);
112 op = NULL;
126 ospf_fifo_push (struct ospf_fifo *fifo, struct ospf_packet *op) argument
129 fifo->tail->next = op;
131 fifo->head = op;
133 fifo->tail = op;
142 struct ospf_packet *op; local
170 struct ospf_packet *op; local
192 ospf_packet_add(struct ospf_interface *oi, struct ospf_packet *op) argument
204 struct ospf_packet *op; local
225 ospf_packet_dup(struct ospf_packet *op) argument
302 ospf_make_md5_digest(struct ospf_interface *oi, struct ospf_packet *op) argument
460 struct ospf_packet *op; local
2733 struct ospf_packet *op; local
2832 struct ospf_packet *op; local
2918 struct ospf_packet *op; local
2972 struct ospf_packet *op; local
3027 struct ospf_packet *op; local
3138 struct ospf_packet *op; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/perlasm/
H A Dx86_64-xlate.pl74 $self->{op} = $1;
79 if ($self->{op} =~ /(movz)b.*/) { # movz is pain...
80 $self->{op} = $1;
82 } elsif ($self->{op} =~ /([a-z]{3,})([qlwb])/) {
83 $self->{op} = $1;
98 if ($self->{op} eq "movz") { # movz in pain...
99 sprintf "%s%s%s",$self->{op},$self->{sz},shift;
100 } elsif ($self->{op} eq "ret") {
103 "$self->{op}$self->{sz}";
106 $self->{op}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c54 struct fuse_lowlevel_ops op; member in struct:fuse_ll
428 if (req->f->op.lookup)
429 req->f->op.lookup(req, nodeid, name);
438 if (req->f->op.forget)
439 req->f->op.forget(req, nodeid, arg->nlookup);
448 if (req->f->op.getattr)
449 req->f->op.getattr(req, nodeid, NULL);
458 if (req->f->op.setattr) {
471 req->f->op.setattr(req, nodeid, &stbuf, arg->valid, fi);
480 if (req->f->op
1238 fuse_lowlevel_new(struct fuse_args *args, const struct fuse_lowlevel_ops *op, size_t op_size, void *userdata) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l7filter/regexp/
H A Dregexp.c183 STATIC char *regnode(char op);
186 STATIC void reginsert(char op, char *opnd);
424 register char op; local
432 op = *regparse;
433 if (!ISMULT(op)) {
438 if (!(flags&HASWIDTH) && op != '?')
440 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
442 if (op == '*' && (flags&SIMPLE))
444 else if (op == '*') {
451 } else if (op
592 regnode(char op) argument
630 reginsert(char op, char* opnd) argument
1076 register char op = EXACTLY; /* Arbitrary non-END op. */ local
1116 regprop(char *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/project/gpl/l7filter/regexp/
H A Dregexp.c183 STATIC char *regnode(char op);
186 STATIC void reginsert(char op, char *opnd);
424 register char op; local
432 op = *regparse;
433 if (!ISMULT(op)) {
438 if (!(flags&HASWIDTH) && op != '?')
440 *flagp = (op != '+') ? (WORST|SPSTART) : (WORST|HASWIDTH);
442 if (op == '*' && (flags&SIMPLE))
444 else if (op == '*') {
451 } else if (op
592 regnode(char op) argument
630 reginsert(char op, char* opnd) argument
1076 register char op = EXACTLY; /* Arbitrary non-END op. */ local
1116 regprop(char *op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dmv_cesa.c110 enum crypto_op op; member in struct:mv_req_ctx
124 enum hash_op op; member in struct:mv_tfm_hash_ctx
134 enum hash_op op; member in struct:mv_req_hash_ctx
233 struct sec_accel_config op; local
235 switch (req_ctx->op) {
237 op.config = CFG_OP_CRYPT_ONLY | CFG_ENCM_AES | CFG_ENC_MODE_ECB;
241 op.config = CFG_OP_CRYPT_ONLY | CFG_ENCM_AES | CFG_ENC_MODE_CBC;
242 op.enc_iv = ENC_IV_POINT(SRAM_DATA_IV) |
249 op.config |= CFG_DIR_DEC;
253 op
303 struct sec_accel_config op = { 0 }; local
678 mv_init_hash_req_ctx(struct mv_req_hash_ctx *ctx, int op, int is_last, unsigned int req_len, int count_add) argument
820 mv_cra_hash_init(struct crypto_tfm *tfm, const char *base_hash_name, enum hash_op op, int count_add) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/trace/
H A Dtrace_events_filter.c96 int op; member in struct:opstack_op
101 int op; member in struct:postfix_elt
134 switch (pred->op) { \
356 if (pred->op == OP_GLOB) {
708 static int is_legal_op(struct ftrace_event_field *field, int op) argument
711 (op != OP_EQ && op != OP_NE && op != OP_GLOB))
713 if (!is_string_field(field) && op == OP_GLOB)
719 static filter_pred_fn_t select_comparison_fn(int op, in argument
932 filter_opstack_push(struct filter_parse_state *ps, int op) argument
966 int op; local
1011 postfix_append_op(struct filter_parse_state *ps, int op) argument
1042 int op, top_op; local
1131 create_pred(int op, char *operand1, char *operand2) argument
1153 create_logical_pred(int op) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dwrite_read.c37 ogg_packet op; local
103 while (vorbis_bitrate_flushpacket (&vd,&op)) {
104 ogg_stream_packetin (&os,&op);
136 ogg_packet op; local
181 if (ogg_stream_packetout(&os,&op) != 1) {
186 if (vorbis_synthesis_headerin (&vi,&vc,&op) < 0) {
202 result = ogg_stream_packetout (&os,&op);
209 vorbis_synthesis_headerin (&vi,&vc,&op);
248 result = ogg_stream_packetout (&os,&op);
258 if (vorbis_synthesis (&vb,&op)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-ppc-of.c109 ehci_hcd_ppc_of_probe(struct platform_device *op, const struct of_device_id *match) argument
111 struct device_node *dn = op->dev.of_node;
123 dev_dbg(&op->dev, "initializing PPC-OF USB Controller\n");
129 hcd = usb_create_hcd(&ehci_ppc_of_hc_driver, &op->dev, "PPC-OF USB");
215 static int ehci_hcd_ppc_of_remove(struct platform_device *op) argument
217 struct usb_hcd *hcd = dev_get_drvdata(&op->dev);
223 dev_set_drvdata(&op->dev, NULL);
225 dev_dbg(&op->dev, "stopping PPC-OF USB Controller\n");
258 static int ehci_hcd_ppc_of_shutdown(struct platform_device *op) argument
260 struct usb_hcd *hcd = dev_get_drvdata(&op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c289 u_int32_t *op; local
293 op = put_line;
296 *op++ = version;
302 *op++ = 0;
320 *op++ = (u_int32_t)(p - input_line) + 1;
324 "offset %lu: {%.*s}", op[-1],
325 OFFSET_LEN(op, -2), input_line + op[-2]);
335 *op++ = (u_int32_t)(p - input_line);
343 memcpy(op, input_lin
[all...]
H A Dutil.c191 field_cmp_double(void *a, void *b, OPERATOR op) argument
193 switch (op) {
220 field_cmp_re(void *a, void *b, OPERATOR op) argument
222 op = op; /* Quiet compiler. */
224 switch (op) {
255 field_cmp_string(void *a, void *b, OPERATOR op) argument
260 switch (op) {
287 field_cmp_ulong(void *a, void *b, OPERATOR op) argument
289 switch (op) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drecd005.tcl121 About to run recovery on pre-op database ... "
149 proc do_one_file { dir method env env_cmd filename num op } {
180 error_check_good txn_$op:$txn [$txn $op] 0
182 if { $op == "commit" } {
198 if { $op == "abort" } {
202 diff(initial,post-$op):diff($init_file,$final_file) \
208 diff(post-$op,pre-commit):diff($afterop_file,$final_file) \
215 proc check_file { dir env_cmd filename op } {
224 if { $op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvorbisdec.c32 ogg_packet op; /**< ogg packet */ member in struct:OggVorbisDecContext
90 context->op.b_o_s= i==0;
91 context->op.bytes = hsizes[i];
92 context->op.packet = headers[i];
93 if(vorbis_synthesis_headerin(&context->vi, &context->vc, &context->op)<0){
135 ogg_packet *op= &context->op; local
151 op->packet = avpkt->data;
152 op->bytes = avpkt->size;
154 // av_log(avccontext, AV_LOG_DEBUG, "%d %d %d %"PRId64" %"PRId64" %d %d\n", op
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvorbis.c54 ogg_packet op; member in struct:OggVorbisContext
183 ogg_packet op; local
210 while (vorbis_bitrate_flushpacket(&context->vd, &op)) {
213 if (op.bytes == 1 && op.e_o_s)
215 if (context->buffer_index + sizeof(ogg_packet) + op.bytes > BUFFER_SIZE) {
219 memcpy(context->buffer + context->buffer_index, &op, sizeof(ogg_packet));
221 memcpy(context->buffer + context->buffer_index, op.packet, op.bytes);
222 context->buffer_index += op
[all...]

Completed in 214 milliseconds

1234567891011>>