Searched refs:disconnect (Results 276 - 300 of 307) sorted by relevance

<<111213

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dusbtest.c1965 dev_dbg (&intf->dev, "disconnect\n");
2143 .disconnect = usbtest_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dftdi_sio.c293 .disconnect = usb_serial_disconnect,
H A Dkeyspan_pda.S208 ;; now presence pin is floating, simulating disconnect. wait 0.5s
H A Dti_usb_3410_5052.c254 .disconnect = usb_serial_disconnect,
1505 || !usb_get_intfdata(port->serial->interface)) /* disconnect */
H A Dio_ti.c220 .disconnect = usb_serial_disconnect,
615 || !usb_get_intfdata(port->port->serial->interface)) /* disconnect */
H A Dmos7840.c2858 /* check for the ports to be closed,close the ports and disconnect */
2882 .disconnect = usb_serial_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Datari_NCR5380.c2137 cmd->device->disconnect = 1;
2160 * The SCSI data pointer is *IMPLICITLY* saved on a disconnect
H A Dncr53c8xx.c1061 #define HS_UNEXPECTED (10|HS_DONEMASK)/* Unexpected disconnect */
1383 ** selection (or reselection) and copied back before disconnect.
1858 ncrcmd disconnect [ 10]; member in struct:script
2315 PADDR (disconnect),
2380 ** the target may disconnect immediately.
2383 ** "unexpected disconnect",
2394 ** ... and wait for the disconnect.
2501 ** disable the "unexpected disconnect" feature,
2509 ** Wait for the disconnect.
3113 ** expect an immediate disconnect,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/usb/
H A Dpegasus.c22 * TODO: suppressing HCD warnings spewage on disconnect.
632 case -EPIPE: /* stall, or disconnect from TT */
890 case -EPIPE: /* stall, or disconnect from TT */
893 case -ENODEV: /* disconnect() upcoming */
1446 .disconnect = pegasus_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-if.c121 .disconnect = usb_pwc_disconnect, /* disconnect() */
1786 PWC_DEBUG_PROBE("Unregistering video device in disconnect().\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dstv680.c1529 .disconnect = stv680_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dvicam.c1269 .disconnect = vicam_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvision/
H A Dusbvision-video.c484 printk(KERN_INFO "%s: Final disconnect\n", __FUNCTION__);
1295 printk(KERN_INFO "%s: Final disconnect\n", __FUNCTION__);
1920 printk(KERN_INFO "%s: In use, disconnect pending\n", __FUNCTION__);
1936 .disconnect = usbvision_disconnect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/zc0301/
H A Dzc0301_core.c655 disconnect
724 mutex_lock(&cam->dev_mutex); /* prevent disconnect() to be called */
2066 .disconnect = zc0301_usb_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsock.c1920 proto_method_implemented(proto->disconnect),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c251 ZERO_NULL, /* disconnect */
2091 /* disconnect from old share, if any */
2659 if(conn->handler->disconnect)
2661 conn->handler->disconnect(conn, dead_connection);
2896 /* disconnect resources */
5296 connection cache and thus we must disconnect it here.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dsocket.c6065 .disconnect = sctp_disconnect,
6089 .disconnect = sctp_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dbas-gigaset.c133 .disconnect = gigaset_disconnect,
340 "unrecoverable error - please disconnect Gigaset base to reset\n");
1582 * called by common.c to disconnect a B channel
2066 /* timers, URBs and rcvbuf are disposed of in disconnect */
2398 /* this will call the disconnect-callback */
2399 /* from now on, no disconnect/probe callback should be running */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/et61x251/
H A Det61x251_core.c1203 disconnect
1272 mutex_lock(&cam->dev_mutex); /* prevent disconnect() to be called */
2664 .disconnect = et61x251_usb_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Dhub.c984 * tree operations like suspend, resume, reset, and disconnect, which
1009 /* everything is fail-fast once disconnect
1183 * usb_disconnect - disconnect a device (usbcore-internal)
1213 dev_info (&udev->dev, "USB disconnect, address %d\n", udev->devnum);
1527 /* return on disconnect or reset */
1558 * time later khubd will disconnect() any existing usb_device on the port
1563 dev_dbg(hub->intfdev, "logical disconnect on port %d\n", port1);
1638 * - suspend, disconnect ... VBUS lost
1681 * to disconnect devices while they are suspended.
1997 * timer shall restart whenever the downstream port detects a disconnect
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dnet2280.c1970 * disconnect is reported. then a host may connect again, or
2016 * for set_configuration as well as eventual disconnect.
2044 /* don't disconnect if it's not connected */
2055 /* report disconnect; the driver is already quiesced */
2058 driver->disconnect (&dev->gadget);
2556 /* after disconnect there's nothing else to do! */
2560 /* VBUS disconnect is indicated by VBUS_PIN and VBUS_INTERRUPT set.
2573 DEBUG (dev, "disconnect %s\n",
2582 * notion of hotplug events on bus connect/disconnect!
2733 /* handle disconnect, dm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c1607 sk->sk_prot->disconnect(sk, 0);
H A Dtcp_ipv4.c2455 .disconnect = tcp_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c2122 .disconnect = tcp_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-tape.c400 __u8 disconnect :1; /* The device can break request > ctl */ member in struct:__anon4444

Completed in 412 milliseconds

<<111213