Searched refs:remote (Results 1 - 25 of 64) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dkeyspan_remote.c24 #define DRIVER_DESC "Driver for the USB Keyspan remote control."
36 /* Defines for converting the data from the remote. */
55 /* Structure to store all the real stuff that a remote sends to us. */
84 /* variables used to parse messages from remote. */
133 * Debug routine that prints out what we've received from the remote.
177 * Routine that handles all the logic needed to parse out the message from the remote.
179 static void keyspan_check_data(struct usb_keyspan *remote) argument
185 switch(remote->stage) {
188 * In stage 0 we want to find the start of a message. The remote sends a 0xFF as filler.
191 for (i = 0; i < RECV_SIZE && remote
397 struct usb_keyspan *remote = input_get_drvdata(dev); local
408 struct usb_keyspan *remote = input_get_drvdata(dev); local
438 struct usb_keyspan *remote; local
543 struct usb_keyspan *remote; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/env/
H A DMakefile4 intro.html naming.html open.html region.html remote.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/ibmasm/
H A DMakefile8 remote.o \
H A Dremote.c29 #include "remote.h"
136 static char remote_mouse_name[] = "ibmasm RSA I remote mouse";
137 static char remote_keybd_name[] = "ibmasm RSA I remote keyboard";
143 dbg("remote mouse movement: (x,y)=(%d,%d)%s%s%s%s\n",
151 dbg("remote keypress (code, flag, down):"
202 send_mouse_event(sp->remote.mouse_dev, &input);
204 send_keyboard_event(sp->remote.keybd_dev, &input);
221 sp->remote.mouse_dev = mouse_dev = input_allocate_device();
222 sp->remote.keybd_dev = keybd_dev = input_allocate_device();
263 printk(KERN_INFO "ibmasm remote respondin
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/bt8xx/
H A Dbttv-input.c50 struct card_ir *ir = btv->remote;
80 struct card_ir *ir = btv->remote;
89 struct card_ir *ir = btv->remote;
99 struct card_ir *ir = btv->remote;
108 /* remote IRQ? */
177 if (btv->remote->polling) {
178 del_timer_sync(&btv->remote->timer);
182 if (btv->remote->rc5_gpio) {
185 del_timer_sync(&btv->remote->timer_end);
286 /* enable remote ir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptpox.h20 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pptp_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c143 len_and_sockaddr local, remote; local
286 remote.len = sa_len;
287 conn = accept(sock, &remote.sa, &remote.len);
292 conn = recv_from_to(sock, NULL, 0, MSG_PEEK, &remote.sa, &local.sa, sa_len);
305 remote_ip = xmalloc_sockaddr2dotted_noport(&remote.sa);
329 * to ones coming from this remote IP. */
330 xconnect(0, &remote.sa, sa_len);
371 remote_addr = xmalloc_sockaddr2dotted(&remote.sa);
375 remote_hostname = xmalloc_sockaddr2host_noport(&remote
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Drepmgr001.tcl69 -remote [list localhost [lindex $ports 0]] \
104 -remote [list localhost [lindex $ports 0]] \
120 -remote [list localhost [lindex $ports 0]] \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-input.c33 MODULE_PARM_DESC(disable_ir,"disable infrared remote support");
40 module_param(pinnacle_remote, int, 0644); /* Choose Pinnacle PCTV remote */
41 MODULE_PARM_DESC(pinnacle_remote, "Specify Pinnacle PCTV remote: 0=coloured, 1=grey (defaults to 0)");
60 struct card_ir *ir = dev->remote;
145 struct card_ir *ir = dev->remote;
157 struct card_ir *ir = dev->remote;
191 if (dev->remote->polling)
192 del_timer_sync(&dev->remote->timer);
379 dev->remote = ir;
390 dev->remote
[all...]
H A Dsaa7134-core.c581 if (!dev->remote)
583 if (dev->remote->mask_keydown & 0x10000) {
591 default: /* GPIO16 not used by IR remote */
599 if (!dev->remote)
601 if ((dev->remote->mask_keydown & 0x40000) ||
602 (dev->remote->mask_keyup & 0x40000)) {
610 default: /* GPIO18 not used by IR remote */
713 if (dev->has_remote == SAA7134_REMOTE_GPIO && dev->remote) {
714 if (dev->remote->mask_keydown & 0x10000)
716 else if (dev->remote
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/auth/
H A Dauth_rhosts.c31 static BOOL check_user_equiv(const char *user, const char *remote, const char *equiv_file) argument
39 DEBUG(5, ("check_user_equiv %s %s %s\n", user, remote, equiv_file));
91 if (mydomain && innetgr(file_host,remote,user,mydomain))
103 /* the fact that remote has come from a call of gethostbyaddr
109 if (!host_ok && !is_group && strequal(remote, file_host))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/iseries/
H A Dhv_call_event.h163 HvLpIndex remote; member in struct:__anon9285::__anon9286
174 packed.parms.remote = remoteLp;
184 static inline HvLpDma_Rc HvCallEvent_dmaToSp(void *local, u32 remote, argument
187 return HvCall4(HvCallEventDmaToSp, virt_to_abs(local), remote,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dwlif_utils.h53 unsigned char remote[ETHER_ADDR_LEN]; /* wds remote address */ member in struct:wsec_info_s
H A Dwlif_utils.c201 remote[ETHER_ADDR_LEN]; local
242 /* remote address */
243 if (wl_ioctl(os_name, WLC_WDS_GET_REMOTE_HWADDR, remote, ETHER_ADDR_LEN))
245 memcpy(info->remote, remote, ETHER_ADDR_LEN);
254 ((ether_atoe(macaddr, ea) && !bcmp(ea, remote, ETHER_ADDR_LEN)) ||
356 bcopy(info->remote, ptr, ETHER_ADDR_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dftpgetput.c5 * Mini implementation of FTP to retrieve a remote file.
28 static void ftp_die(const char *msg, const char *remote) ATTRIBUTE_NORETURN;
29 static void ftp_die(const char *msg, const char *remote) argument
31 /* Guard against garbage from remote server */
32 const char *cp = remote;
36 (int)(cp - remote), remote);
190 /* only make a local file if we know that one exists on the remote server */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pppoecd/
H A Dpppoe.h114 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pptp_addr
139 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpppoe.c10 * 070228 : Fix to allow multiple sessions with same remote MAC and same
103 (memcmp(a->remote, b->remote, ETH_ALEN) == 0));
109 (memcmp(a->remote,addr,ETH_ALEN) == 0));
152 int hash = hash_item(po->pppoe_pa.sid, po->pppoe_pa.remote);
219 return get_item(sp->sa_addr.pppoe.sid, sp->sa_addr.pppoe.remote, ifindex);
546 po->pppoe_pa.remote, po->pppoe_ifindex);
597 delete_item(po->pppoe_pa.sid,po->pppoe_pa.remote,po->pppoe_ifindex);
842 po->pppoe_pa.remote, NULL, total_len);
917 memcpy(ipc->dhost.octet, po->pppoe_pa.remote, ETH_ALE
[all...]
H A Dpptp.c89 (memcmp(a->remote, b->remote, ETH_ALEN) == 0));
95 (memcmp(a->remote,addr,ETH_ALEN) == 0));
138 int hash = hash_item(po->pptp_pa.srcaddr, po->pptp_pa.remote);
205 return get_item(sp->sa_addr.pptp.srcaddr, sp->sa_addr.pptp.remote, ifindex);
624 po->pptp_pa.remote, po->pptp_ifindex);
676 delete_item(po->pptp_pa.srcaddr,po->pptp_pa.remote,po->pptp_ifindex);
973 po->pptp_pa.remote, NULL, total_len);
1058 po->pptp_pa.remote, NULL, data_len);
1163 po->pptp_pa.remote[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex34 ip tunnel add MY-TUNNEL mode ipip remote 193.233.7.65
117 \item {\bf In 2.0} you set remote tunnel endpoint address with
125 should be set with \verb|ip tunnel add ... remote A|.
158 ip tunnel add <NAME> mode <MODE> [ local <S> ] [ remote <D> ]
173 \verb|remote <D>| sets remote endpoint of the tunnel to IP
183 Both \verb|remote| and \verb|local| may be omitted. In this case we
185 have the same \verb|remote| and \verb|local|. Particularly it means
190 have some not wildcard \verb|remote| address and deliver all the packets
192 which have no \verb|remote|
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Dss.c372 inet_prefix remote; member in struct:tcpstat
670 return unix_match(&s->remote, &a->addr);
675 if (!inet2_addr_match(&s->remote, &a->addr, a->addr.bitlen))
1135 s.local.family = s.remote.family = family;
1138 sscanf(rem, "%x:%x", s.remote.data, (unsigned*)&s.rport);
1139 s.local.bytelen = s.remote.bytelen = 4;
1148 s.remote.data,
1149 s.remote.data+1,
1150 s.remote.data+2,
1151 s.remote
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf97 # Configure remote browse list synchronisation here
100 ; remote browse sync = 192.168.3.25 192.168.5.255
102 ; remote announce = 192.168.1.255 192.168.2.44
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf95 # Configure remote browse list synchronisation here
98 ; remote browse sync = 192.168.3.25 192.168.5.255
100 ; remote announce = 192.168.1.255 192.168.2.44
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf97 # Configure remote browse list synchronisation here
100 ; remote browse sync = 192.168.3.25 192.168.5.255
102 ; remote announce = 192.168.1.255 192.168.2.44
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppox.h46 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/drivers/
H A Dtuntap_user.c68 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, argument
83 data.stdout = remote;
91 os_close_file(remote);

Completed in 210 milliseconds

123