Searched refs:link (Results 76 - 100 of 2425) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_das16_cs.c85 struct pcmcia_device *link; member in struct:das16cs_private
145 struct pcmcia_device *link)
150 if (das16cs_boards[i].device_id == link->card_id)
162 struct pcmcia_device *link; local
169 link = cur_dev;
170 if (!link)
173 dev->iobase = link->resource[0]->start;;
182 ret = request_irq(link->irq, das16cs_interrupt,
187 dev->irq = link->irq;
191 dev->board_ptr = das16cs_probe(dev, link);
144 das16cs_probe(struct comedi_device *dev, struct pcmcia_device *link) argument
665 struct pcmcia_device *link; member in struct:local_info_t
682 das16cs_pcmcia_attach(struct pcmcia_device *link) argument
706 das16cs_pcmcia_detach(struct pcmcia_device *link) argument
751 das16cs_pcmcia_config(struct pcmcia_device *link) argument
791 das16cs_pcmcia_release(struct pcmcia_device *link) argument
797 das16cs_pcmcia_suspend(struct pcmcia_device *link) argument
807 das16cs_pcmcia_resume(struct pcmcia_device *link) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mainloop.c220 DBusList *link; local
228 for (link = _dbus_list_get_first_link (watches);
229 link != NULL;
230 link = _dbus_list_get_next_link (watches, link))
231 _dbus_watch_invalidate (link->data);
259 DBusList *link; local
272 for (link = _dbus_list_get_first_link (watches);
273 link != NULL;
274 link
346 DBusList *link; local
417 DBusList *link; local
597 DBusList *link; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_crop.c134 static int config_input(AVFilterLink *link) argument
136 AVFilterContext *ctx = link->dst;
138 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(link->format);
145 s->var_values[VAR_A] = (float) link->w / link->h;
146 s->var_values[VAR_SAR] = link->sample_aspect_ratio.num ? av_q2d(link->sample_aspect_ratio) : 1;
200 AVRational dar = av_mul_q(link->sample_aspect_ratio,
201 (AVRational){ link->w, link
231 config_output(AVFilterLink *link) argument
242 filter_frame(AVFilterLink *link, AVFrame *frame) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconvert.c54 /* Set of HTML/CSS files downloaded in this Wget run, used for link
210 struct urlpos *link; local
267 for (link = links; link; link = link->next)
269 char *url_start = fm->content + link->pos;
271 if (link->pos >= fm->length)
277 if (link->convert == CO_NOCONVERT)
279 DEBUGP (("Skipping %s at position %d.\n", link
370 char *link; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_sis.c67 static int sis_scr_read(struct ata_link *link, unsigned int sc_reg, u32 *val);
68 static int sis_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val);
112 static unsigned int get_scr_cfg_addr(struct ata_link *link, unsigned int sc_reg) argument
114 struct ata_port *ap = link->ap;
135 if (link->pmp)
141 static u32 sis_scr_cfg_read(struct ata_link *link, argument
144 struct pci_dev *pdev = to_pci_dev(link->ap->host->dev);
145 unsigned int cfg_addr = get_scr_cfg_addr(link, sc_reg);
154 static int sis_scr_cfg_write(struct ata_link *link, argument
157 struct pci_dev *pdev = to_pci_dev(link
164 sis_scr_read(struct ata_link *link, unsigned int sc_reg, u32 *val) argument
179 sis_scr_write(struct ata_link *link, unsigned int sc_reg, u32 val) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/unix/
H A Dgarbage.c132 BUG_ON(!list_empty(&u->link));
133 list_add_tail(&u->link, &gc_inflight_list);
135 BUG_ON(list_empty(&u->link));
148 BUG_ON(list_empty(&u->link));
150 list_del_init(&u->link);
224 * to use the list link.
226 BUG_ON(!list_empty(&u->link));
227 list_add_tail(&u->link, &embryos);
232 u = list_entry(embryos.next, struct unix_sock, link);
234 list_del_init(&u->link);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Dtest.c167 DBusList *link; local
169 link = _dbus_list_get_first_link (&clients);
170 while (link != NULL)
172 DBusConnection *connection = link->data;
173 DBusList *next = _dbus_list_get_next_link (&clients, link);
178 link = next;
185 DBusList *link; local
187 link = _dbus_list_get_first_link (&clients);
188 while (link != NULL)
190 DBusConnection *c = link
[all...]
H A Dexpirelist.c130 DBusList *link; local
137 link = _dbus_list_get_first_link (&list->items);
138 while (link != NULL)
140 DBusList *next = _dbus_list_get_next_link (&list->items, link);
144 item = link->data;
161 if (!(* list->expire_func) (list, link, list->data))
177 link = next;
220 DBusList *link)
222 _dbus_list_remove_link (&list->items, link);
234 DBusList *link)
219 bus_expire_list_remove_link(BusExpireList *list, DBusList *link) argument
233 bus_expire_list_unlink(BusExpireList *list, DBusList *link) argument
253 bus_expire_list_add_link(BusExpireList *list, DBusList *link) argument
271 bus_expire_list_get_next_link(BusExpireList *list, DBusList *link) argument
293 test_expire_func(BusExpireList *list, DBusList *link, void *data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/
H A Dautogen.sh29 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/autoconf-lib-link/m4}/lib-ld.m4 m4/lib-ld.m4
30 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/autoconf-lib-link/m4}/lib-link.m4 m4/lib-link.m4
31 cp -p ${ACLOCALDIR-$GETTEXT_TOPSRCDIR/autoconf-lib-link/m4}/lib-prefix.m4 m4/lib-prefix.m4
32 cp -p ${GETTEXTSRCDIR-$GETTEXT_TOPSRCDIR/autoconf-lib-link}/config.rpath config.rpath
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest--spider-r--no-content-disposition-trivial.px18 Some text and a link to a <a href="http://localhost:{{port}}/secondpage.html">second page</a>.
19 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
32 Some text and a link to a <a href="http://localhost:{{port}}/thirdpage.html">third page</a>.
33 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
46 Some text and a link to a <a href="http://localhost:{{port}}/dummy.txt">text file</a>.
47 Also, another <a href="http://localhost:{{port}}/againnonexistent">broken link</a>.
H A DTest--spider-r--no-content-disposition.px18 Some text and a link to a <a href="http://localhost:{{port}}/secondpage.html">second page</a>.
19 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
32 Some text and a link to a <a href="http://localhost:{{port}}/thirdpage.html">third page</a>.
33 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
46 Some text and a link to a <a href="http://localhost:{{port}}/dummy.txt">text file</a>.
47 Also, another <a href="http://localhost:{{port}}/againnonexistent">broken link</a>.
H A DTest--spider-r-HTTP-Content-Disposition.px18 Some text and a link to a <a href="http://localhost:{{port}}/secondpage.html">second page</a>.
19 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
32 Some text and a link to a <a href="http://localhost:{{port}}/thirdpage.html">third page</a>.
33 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
46 Some text and a link to a <a href="http://localhost:{{port}}/dummy.txt">text file</a>.
47 Also, another <a href="http://localhost:{{port}}/againnonexistent">broken link</a>.
H A DTest--spider-r.px18 Some text and a link to a <a href="http://localhost:{{port}}/secondpage.html">second page</a>.
19 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
32 Some text and a link to a <a href="http://localhost:{{port}}/thirdpage.html">third page</a>.
33 Also, a <a href="http://localhost:{{port}}/nonexistent">broken link</a>.
46 Some text and a link to a <a href="http://localhost:{{port}}/dummy.txt">text file</a>.
47 Also, another <a href="http://localhost:{{port}}/againnonexistent">broken link</a>.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_table.h32 struct bgp_node *link[2]; member in struct:bgp_node
33 #define l_left link[0]
34 #define l_right link[1]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Duser-return-notifier.c17 hlist_add_head(&urn->link, &__get_cpu_var(return_notifier_list));
27 hlist_del(&urn->link);
41 hlist_for_each_entry_safe(urn, tmp1, tmp2, head, link)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dtable.h38 /* Tree link. */
41 struct route_node *link[2]; member in struct:route_node
42 #define l_left link[0]
43 #define l_right link[1]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_bintree.h15 struct bintree_node *link[BL_MAX]; member in struct:bintree_node
16 #define bl_left link[BL_LEFT]
17 #define bl_right link[BL_RIGHT]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dmain.c44 static void ipwireless_detach(struct pcmcia_device *link);
67 struct pcmcia_device *link = ipw->link; local
68 pcmcia_reset_card(link->socket);
174 struct pcmcia_device *link = ipw->link; local
179 ret = pcmcia_loop_config(link, ipwireless_probe, ipw);
183 link->conf.Attributes = CONF_ENABLE_IRQ;
184 link->conf.IntType = INT_MEMORY_AND_IO;
188 ipwireless_init_hardware_v1(ipw->hardware, link
273 ipwireless_attach(struct pcmcia_device *link) argument
308 ipwireless_detach(struct pcmcia_device *link) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dnode.h77 struct link *active_links[2];
78 struct link *links[MAX_BEARERS];
102 struct tipc_node *tipc_node_attach_link(struct link *l_ptr);
103 void tipc_node_detach_link(struct tipc_node *n_ptr, struct link *l_ptr);
104 void tipc_node_link_down(struct tipc_node *n_ptr, struct link *l_ptr);
105 void tipc_node_link_up(struct tipc_node *n_ptr, struct link *l_ptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dlavfi-showfiltfmts.c61 /* create a link for each of the input pads */
63 AVFilterLink *link = av_mallocz(sizeof(AVFilterLink)); local
64 link->type = filter_ctx->filter->inputs[i].type;
65 filter_ctx->inputs[i] = link;
68 AVFilterLink *link = av_mallocz(sizeof(AVFilterLink)); local
69 link->type = filter_ctx->filter->outputs[i].type;
70 filter_ctx->outputs[i] = link;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dpcnet_cs.c98 static int pcnet_config(struct pcmcia_device *link);
99 static void pcnet_release(struct pcmcia_device *link);
108 static int setup_shmem_window(struct pcmcia_device *link, int start_pg,
110 static int setup_dma_config(struct pcmcia_device *link, int start_pg,
249 static int pcnet_probe(struct pcmcia_device *link) argument
254 dev_dbg(&link->dev, "pcnet_attach()\n");
260 info->p_dev = link;
261 link->priv = dev;
263 link->conf.Attributes = CONF_ENABLE_IRQ;
264 link
280 pcnet_detach(struct pcmcia_device *link) argument
300 get_hwinfo(struct pcmcia_device *link) argument
341 get_prom(struct pcmcia_device *link) argument
395 get_dl10019(struct pcmcia_device *link) argument
417 get_ax88190(struct pcmcia_device *link) argument
450 get_hwired(struct pcmcia_device *link) argument
474 try_io_port(struct pcmcia_device *link) argument
544 pcnet_try_config(struct pcmcia_device *link, int *has_shmem, int try) argument
606 pcnet_config(struct pcmcia_device *link) argument
700 pcnet_release(struct pcmcia_device *link) argument
721 pcnet_suspend(struct pcmcia_device *link) argument
731 pcnet_resume(struct pcmcia_device *link) argument
971 struct pcmcia_device *link = info->p_dev; local
1004 struct pcmcia_device *link = info->p_dev; local
1089 u_short link; local
1381 setup_dma_config(struct pcmcia_device *link, int start_pg, int stop_pg) argument
1484 setup_shmem_window(struct pcmcia_device *link, int start_pg, int stop_pg, int cm_offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_addr.conf2 link AAA {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dorinoco_cs.c60 static int orinoco_cs_config(struct pcmcia_device *link);
61 static void orinoco_cs_release(struct pcmcia_device *link);
72 struct pcmcia_device *link = card->p_dev; local
78 err = pcmcia_reset_card(link->socket);
101 orinoco_cs_probe(struct pcmcia_device *link) argument
106 priv = alloc_orinocodev(sizeof(*card), &link->dev,
113 card->p_dev = link;
114 link->priv = priv;
121 link->conf.Attributes = 0;
122 link
133 orinoco_cs_detach(struct pcmcia_device *link) argument
217 orinoco_cs_config(struct pcmcia_device *link) argument
296 orinoco_cs_release(struct pcmcia_device *link) argument
312 orinoco_cs_suspend(struct pcmcia_device *link) argument
326 orinoco_cs_resume(struct pcmcia_device *link) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_addr.conf2 link AAA {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Dray_cs.c73 static int ray_config(struct pcmcia_device *link);
74 static void ray_release(struct pcmcia_device *link);
362 static void ray_detach(struct pcmcia_device *link) argument
367 dev_dbg(&link->dev, "ray_detach\n");
370 dev = link->priv;
372 ray_release(link);
377 if (link->priv) {
381 dev_dbg(&link->dev, "ray_cs ray_detach ending\n");
390 static int ray_config(struct pcmcia_device *link) argument
395 struct net_device *dev = (struct net_device *)link
514 struct pcmcia_device *link = local->finder; local
575 struct pcmcia_device *link = local->finder; local
686 struct pcmcia_device *link = local->finder; local
714 struct pcmcia_device *link = local->finder; local
742 struct pcmcia_device *link = local->finder; local
769 ray_release(struct pcmcia_device *link) argument
786 ray_suspend(struct pcmcia_device *link) argument
796 ray_resume(struct pcmcia_device *link) argument
815 struct pcmcia_device *link = local->finder; local
850 struct pcmcia_device *link = local->finder; local
866 struct pcmcia_device *link = local->finder; local
1439 struct pcmcia_device *link = local->finder; local
1527 struct pcmcia_device *link; local
1564 struct pcmcia_device *link; local
1592 struct pcmcia_device *link = local->finder; local
1621 struct pcmcia_device *link = local->finder; local
1653 struct pcmcia_device *link = local->finder; local
1728 struct pcmcia_device *link = local->finder; local
1758 struct pcmcia_device *link = local->finder; local
1793 struct pcmcia_device *link = local->finder; local
1880 struct pcmcia_device *link; local
2429 struct pcmcia_device *link = local->finder; local
2500 struct pcmcia_device *link = local->finder; local
2587 struct pcmcia_device *link; local
[all...]

Completed in 395 milliseconds

1234567891011>>