/linux-2.4.37.9/drivers/char/joystick/ |
D | serio.c | 57 if (dev->connect) in serio_find_dev() 58 dev->connect(serio, dev); in serio_find_dev() 99 if (!serio->dev && dev->connect) in serio_register_device() 100 dev->connect(serio, dev); in serio_register_device()
|
D | gameport.c | 111 if (dev->connect) in gameport_find_dev() 112 dev->connect(gameport, dev); in gameport_find_dev() 155 if (!gameport->dev && dev->connect) in gameport_register_device() 156 dev->connect(gameport, dev); in gameport_register_device()
|
D | magellan.c | 190 connect: magellan_connect,
|
D | stinger.c | 180 connect: stinger_connect,
|
D | spaceball.c | 216 connect: spaceball_connect,
|
/linux-2.4.37.9/Documentation/isdn/ |
D | syncPPP.FAQ | 10 Q07: A SunISDN machine can't connect to my i4l system 14 Q11: I can't connect. How can I check where the problem is. 38 frames ... you probably connect to a 112 Q07: A SunISDN machine tries to connect my i4l system, 129 start a new one with another config to connect 133 an ippp device, where you can connect a (for this 193 Q11: I can't connect. How can I check where the problem is.
|
D | README.x25 | 15 - If you connect to an X.25 neighbour not operated by yourself, ASK the 130 was successful to connect via isdn4linux to an X.25 switch using this 131 trick. At the switch side, a terminal adapter X.21 was used to connect
|
/linux-2.4.37.9/include/linux/ |
D | net.h | 93 int (*connect) (struct socket *sock, struct sockaddr *uservaddr, member 181 SOCKCALL_WRAP(name, connect, (struct socket *sock, struct sockaddr * uaddr, \ 212 connect: __lock_##name##_connect, \
|
D | serio.h | 63 void (*connect)(struct serio *, struct serio_dev *dev); member
|
D | gameport.h | 64 void (*connect)(struct gameport *, struct gameport_dev *dev); member
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-parport.txt | 19 that, PCs usually lack the right ports to connect these devices to. Parallel 33 connect to a PC, and don't need much processing speed (108 us for NES and 227 For the basic 1-button Multisystem joystick you connect its wires to the 250 For joysticks with two buttons you connect the second button to pin 7 on 275 and one pullup resistor. First, you connect the Directions and the button 285 For two button sticks you also connect the other button. 289 And finally, you connect the Ground wire of the joystick, like done in 429 described above, allows to connect a different group of joysticks and pads. 434 Using gamecon.c you can connect up to five devices to one parallel port. It
|
/linux-2.4.37.9/Documentation/networking/ |
D | PLIP.txt | 31 The PLIP cable is all that's needed to connect two Linux boxes, and it 47 Can only be used to connect three (?) Linux boxes. Doesn't connect to 149 * Do not connect these pins on either end 182 * Do not connect these pins on either end
|
D | 6pack.txt | 73 and switched to 6pack, apply power to the TNC for a first test. The connect 129 Note that the connect and status LEDs of the TNC are controlled in a 131 FlexNet, the connect LED is on if there is a connection; the status LED is 136 as they are in KISS mode: The connect LED is turned on if data is transferred
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgdfs/ |
D | hcl.c | 307 vertex_hdl_t connect; in hwgraph_connectpt_get() local 314 connect = (vertex_hdl_t)info; in hwgraph_connectpt_get() 315 return(connect); in hwgraph_connectpt_get()
|
/linux-2.4.37.9/net/ipv4/ |
D | af_inet.c | 559 return sk->prot->connect(sk, (struct sockaddr *)uaddr, addr_len); in inet_dgram_connect() 623 err = sk->prot->connect(sk, uaddr, addr_len); in inet_stream_connect() 951 connect: inet_stream_connect, 972 connect: inet_dgram_connect, 993 connect: inet_dgram_connect,
|
/linux-2.4.37.9/arch/ia64/sn/io/hwgfs/ |
D | hcl.c | 305 vertex_hdl_t connect; in hwgraph_connectpt_get() local 312 connect = (vertex_hdl_t)info; in hwgraph_connectpt_get() 313 return(connect); in hwgraph_connectpt_get()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | whiteheat.h | 134 __u8 connect; /* connect state, non-zero value indicates connected */ member
|
/linux-2.4.37.9/arch/ia64/sn/io/sn2/ |
D | ml_SN_intr.c | 240 int connect) in do_intr_connect_level() argument 244 if (connect) { in do_intr_connect_level()
|
/linux-2.4.37.9/net/ipv6/ |
D | af_inet6.c | 475 connect: inet_stream_connect, /* ok */ 496 connect: inet_dgram_connect, /* ok */ 517 connect: inet_dgram_connect, /* ok */
|
/linux-2.4.37.9/drivers/input/ |
D | input.c | 264 if ((handle = handler->connect(handler, dev))) in input_register_device() 331 if ((handle = handler->connect(handler, dev))) in input_register_handler()
|
D | keybdev.c | 226 connect: keybdev_connect,
|
/linux-2.4.37.9/net/bluetooth/bnep/ |
D | sock.c | 163 connect: sock_no_connect,
|
/linux-2.4.37.9/net/bluetooth/cmtp/ |
D | sock.c | 152 connect: sock_no_connect,
|
/linux-2.4.37.9/net/atm/ |
D | pvc.c | 111 .connect = pvc_connect,
|
/linux-2.4.37.9/drivers/block/paride/ |
D | paride.h | 153 void (*connect)(PIA *); member
|