Searched refs:disconnect (Results 1 - 25 of 307) sorted by last modified time

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dusb.c387 /* did the command already complete because of a disconnect? */
866 /* First stage of disconnect processing: stop all commands and remove
900 /* Second stage of disconnect processing: deallocate all resources */
919 /* Wait for the timeout to expire or for a disconnect */
1050 /* Handle a disconnect event from the USB core */
1067 .disconnect = storage_disconnect,
1096 * This will cause disconnect() to be called for each
/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.
H A Durldata.h692 CURLcode (*disconnect)(struct connectdata *, bool dead_connection); member in struct:Curl_handler
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dvfs.h206 void (*disconnect)(struct vfs_handle_struct *handle, struct connection_struct *conn); member in struct:vfs_ops::vfs_fn_pointers
317 struct vfs_handle_struct *disconnect; member in struct:vfs_ops::vfs_handles_pointers
H A Dvfs_macros.h32 #define SMB_VFS_DISCONNECT(conn) ((conn)->vfs.ops.disconnect((conn)->vfs.handles.disconnect, (conn)))
133 #define SMB_VFS_OPAQUE_DISCONNECT(conn) ((conn)->vfs_opaque.ops.disconnect((conn)->vfs_opaque.handles.disconnect, (conn)))
234 #define SMB_VFS_NEXT_DISCONNECT(handle, conn) ((handle)->vfs_next.ops.disconnect((handle)->vfs_next.handles.disconnect, (conn)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dauth.c575 goto disconnect;
597 disconnect:
599 if (the_channel->disconnect)
600 the_channel->disconnect();
666 if (devfd >= 0 && the_channel->disconnect) {
667 the_channel->disconnect();
H A Dpppd.h451 void (*disconnect) __P((void)); member in struct:channel
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/pppoatm/
H A Dpppoatm.c8 * - disconnect method added
217 disconnect: &disconnect_pppoatm,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dplugin.c217 fatal("Failed to disconnect PPPoE socket: %d %m", errno);
413 disconnect: &PPPOEDisconnectDevice,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dpcwd_usb.c153 /* prevent races between open() and disconnect() */
164 .disconnect = usb_pcwd_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hid/usbhid/
H A Dhid-core.c1092 .disconnect = hid_disconnect,
H A Dusbkbd.c346 .disconnect = usb_kbd_disconnect,
H A Dusbmouse.c235 .disconnect = usb_mouse_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-tiny-usb.c254 .disconnect = i2c_tiny_usb_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
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c1396 int disconnect = 1; local
1437 disconnect = 0;
1441 disconnect = 0;
1453 disconnect = 0;
1456 disconnect = 0;
1462 if (disconnect)
1631 * For (2), we move the QP into TERMINATE, post a QP event and disconnect.
H A Diwch_qp.c728 int disconnect = 0; local
822 disconnect = 1;
837 disconnect = 1;
916 * If disconnect is 1, then we need to initiate a disconnect
920 if (disconnect)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/
H A Devbug.c99 .disconnect = evbug_disconnect,
H A Devdev.c719 .disconnect = evdev_disconnect,
H A Dinput.c1171 handle->handler->disconnect(handle);
1210 handler->disconnect(handle);
H A Djoydev.c637 .disconnect = joydev_disconnect,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/gameport/
H A Dgameport.c210 drv->disconnect(gameport);
651 * Ok, no children left, now disconnect this port
717 drv->disconnect(gameport);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/joystick/
H A Da3d.c408 .disconnect = a3d_disconnect,
H A Dadi.c570 .disconnect = adi_disconnect,
H A Danalog.c757 .disconnect = analog_disconnect,

Completed in 387 milliseconds

1234567891011>>