Searched refs:disconnect (Results 1 - 200 of 1014) sorted by relevance

123456

/linux-4.1.27/include/net/irda/
H A Dirmod.h47 * IrLMP disconnect reasons. The order is very important, since they
48 * correspond to disconnect reasons sent in IrLMP disconnect frames, so
53 LM_LAP_DISCONNECT, /* Unexpected IrLAP disconnect */
56 LM_INIT_DISCONNECT, /* Link Management initiated disconnect */
63 #define LM_UNKNOWN 0xff /* Unspecified disconnect reason */
H A Dircomm_event.h68 LM_REASON reason; /* Reason for disconnect */
H A Dirlap_event.h113 LAP_DISC_INDICATION=1, /* Received a disconnect request from peer */
H A Dirlap.h167 int N1; /* N1 * F-timer = Negitiated link disconnect warning threshold */
168 int N2; /* N2 * F-timer = Negitiated link disconnect time */
288 /* Clear a pending IrLAP disconnect. - Jean II */ irlap_clear_disconnect()
/linux-4.1.27/drivers/usb/gadget/function/
H A Du_serial.h40 /* port is managed by gserial_{connect,disconnect} */
51 void (*disconnect)(struct gserial *p); member in struct:gserial
63 /* connect/disconnect is handled by individual functions */
H A Duvc_queue.h84 void uvcg_queue_cancel(struct uvc_video_queue *queue, int disconnect);
H A Du_serial.c65 * inactive; managed by gserial_{connect,disconnect}(). each gserial
412 /* abort immediately after disconnect */ gs_start_tx()
452 * may need to call us back (e.g. for disconnect) gs_start_rx()
466 /* abort immediately after disconnect */ gs_start_rx()
488 bool disconnect = false; gs_rx_push() local
505 disconnect = true; gs_rx_push()
577 if (!disconnect && port->port_usb) gs_rx_push()
614 /* disconnect */ gs_write_complete()
823 /* return true on disconnect or empty buffer */ gs_writes_finished()
855 if (gser && gser->disconnect) gs_close()
856 gser->disconnect(gser); gs_close()
858 /* wait for circular write buffer to drain, disconnect, or at gs_close()
1209 * protocol about open/close status (connect/disconnect). gserial_connect()
1217 if (gser->disconnect) gserial_connect()
1218 gser->disconnect(gser); gserial_connect()
H A Duvc_queue.c228 * If the disconnect parameter is set, further calls to uvc_queue_buffer will
234 void uvcg_queue_cancel(struct uvc_video_queue *queue, int disconnect) uvcg_queue_cancel() argument
253 if (disconnect) uvcg_queue_cancel()
H A Df_loopback.c276 * rely on the hardware driver to clean up on disconnect or loopback_complete()
281 case -ESHUTDOWN: /* disconnect from host */ loopback_complete()
H A Du_ether.h61 /* updated by gether_{connect,disconnect} */
255 /* connect/disconnect is handled by individual functions */
/linux-4.1.27/drivers/usb/serial/
H A Dio_tables.h111 .disconnect = edge_disconnect,
143 .disconnect = edge_disconnect,
175 .disconnect = edge_disconnect,
207 .disconnect = edge_disconnect,
H A Dkeyspan.h570 .disconnect = keyspan_disconnect,
594 .disconnect = keyspan_disconnect,
618 .disconnect = keyspan_disconnect,
/linux-4.1.27/drivers/misc/mei/
H A Dhbm.c529 * mei_hbm_cl_disconnect_req - sends disconnect message to fw.
532 * @cl: a client to disconnect from
544 * mei_hbm_cl_disconnect_rsp - sends disconnect respose to the FW
547 * @cl: a client to disconnect from
560 * disconnect response
564 * @cmd: disconnect client response host bus message
572 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); mei_hbm_cl_disconnect_res()
667 * mei_hbm_fw_disconnect_req - disconnect request initiated by ME firmware
668 * host sends disconnect response
671 * @disconnect_req: disconnect request bus message from the me
683 cl_dbg(dev, cl, "disconnect request received\n"); mei_hbm_fw_disconnect_req()
690 cl_dbg(dev, cl, "add disconnect response as first\n"); mei_hbm_fw_disconnect_req()
819 dev_dbg(dev->dev, "hbm: client disconnect response: message received.\n"); mei_hbm_dispatch()
926 dev_dbg(dev->dev, "hbm: disconnect request: message received\n"); mei_hbm_dispatch()
H A Dhw.h262 * struct hbm_client_connect_request - connect/disconnect request
277 * struct hbm_client_connect_response - connect/disconnect response
H A Dinterrupt.c195 * interrupt thread context - send disconnect request
465 /* send disconnect message */ mei_irq_write_handler()
486 /* send disconnect resp */ mei_irq_write_handler()
547 /*** connect/disconnect timeouts ***/ mei_timer()
551 dev_err(dev->dev, "timer: connect/disconnect timeout.\n"); mei_timer()
H A Dclient.c718 * mei_cl_disconnect - disconnect host client from the me one
757 cl_err(dev, cl, "failed to disconnect.\n"); mei_cl_disconnect()
764 cl_dbg(dev, cl, "add disconnect cb to control write list\n"); mei_cl_disconnect()
780 cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); mei_cl_disconnect()
1311 * mei_cl_all_disconnect - disconnect forcefully all connected clients
/linux-4.1.27/drivers/misc/sgi-xp/
H A Dxp_main.c96 void (*disconnect) (int), xpc_set_interface()
104 xpc_interface.disconnect = disconnect; xpc_set_interface()
119 xpc_interface.disconnect = (void (*)(int))xpc_notloaded; xpc_clear_interface()
240 xpc_interface.disconnect(ch_number); xpc_disconnect()
/linux-4.1.27/sound/core/
H A Ddevice.c79 dev_err(dev->card->dev, "device disconnect failure\n"); __snd_device_disconnect()
109 * snd_device_disconnect - disconnect the device
111 * @device_data: the data pointer to disconnect
131 dev_dbg(card->dev, "device disconnect %p (from %pF), not found\n", snd_device_disconnect()
220 * disconnect all the devices on the card.
/linux-4.1.27/drivers/net/usb/
H A Dhuawei_cdc_ncm.c116 if (drvstate->subdriver && drvstate->subdriver->disconnect) huawei_cdc_ncm_unbind()
117 drvstate->subdriver->disconnect(ctx->control); huawei_cdc_ncm_unbind()
211 .disconnect = usbnet_disconnect,
H A Dcdc_mbim.c200 /* disconnect subdriver from control interface */ cdc_mbim_unbind()
201 if (info->subdriver && info->subdriver->disconnect) cdc_mbim_unbind()
202 info->subdriver->disconnect(ctx->control); cdc_mbim_unbind()
613 .disconnect = usbnet_disconnect,
H A Dint51x1.c189 .disconnect = usbnet_disconnect,
H A Dplusb.c152 .disconnect = usbnet_disconnect,
H A Dpegasus.c22 * TODO: suppressing HCD warnings spewage on disconnect.
462 case -EPIPE: /* stall, or disconnect from TT */ read_bulk_callback()
705 case -EPIPE: /* stall, or disconnect from TT */ pegasus_start_xmit()
708 case -ENODEV: /* disconnect() upcoming */ pegasus_start_xmit()
1283 .disconnect = pegasus_disconnect,
/linux-4.1.27/drivers/video/fbdev/omap2/displays-new/
H A Dencoder-opa362.c64 dev_dbg(dssdev->dev, "disconnect\n"); opa362_disconnect()
77 in->ops.atv->disconnect(in, &ddata->dssdev); opa362_disconnect()
171 .disconnect = opa362_disconnect,
H A Dconnector-analog-tv.c77 dev_dbg(ddata->dev, "disconnect\n"); tvc_disconnect()
82 in->ops.atv->disconnect(in, dssdev); tvc_disconnect()
179 .disconnect = tvc_disconnect,
H A Dconnector-hdmi.c76 dev_dbg(ddata->dev, "disconnect\n"); hdmic_disconnect()
81 in->ops.hdmi->disconnect(in, dssdev); hdmic_disconnect()
192 .disconnect = hdmic_disconnect,
H A Dconnector-dvi.c78 in->ops.dvi->disconnect(in, dssdev); dvic_disconnect()
224 .disconnect = dvic_disconnect,
H A Dencoder-tfp410.c70 in->ops.dpi->disconnect(in, &ddata->dssdev); tfp410_disconnect()
159 .disconnect = tfp410_disconnect,
H A Dencoder-tpd12s015.c73 in->ops.hdmi->disconnect(in, &ddata->dssdev); tpd_disconnect()
189 .disconnect = tpd_disconnect,
H A Dpanel-dpi.c63 in->ops.dpi->disconnect(in, dssdev); panel_dpi_disconnect()
147 .disconnect = panel_dpi_disconnect,
H A Dpanel-lgphilips-lb035q02.c147 in->ops.dpi->disconnect(in, dssdev); lb035q02_disconnect()
231 .disconnect = lb035q02_disconnect,
H A Dpanel-nec-nl8048hl11.c145 in->ops.dpi->disconnect(in, dssdev); nec_8048_disconnect()
223 .disconnect = nec_8048_disconnect,
H A Dpanel-sharp-ls037v7dw01.c86 in->ops.dpi->disconnect(in, dssdev); sharp_ls_disconnect()
188 .disconnect = sharp_ls_disconnect,
H A Dpanel-tpo-td028ttec1.c194 in->ops.dpi->disconnect(in, dssdev); td028ttec1_panel_disconnect()
358 .disconnect = td028ttec1_panel_disconnect,
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.h69 * +----------+ disconnect() +----------+
88 * receiving either an error message, or a disconnect message. It will
89 * transition to disconnect on a call to disconnect();
153 /* offsets for data/disconnect headers */
233 void (*disconnect)(struct fm10k_hw *, struct fm10k_mbx_info *); member in struct:fm10k_mbx_ops
H A Dfm10k_mbx.c883 * fm10k_mbx_create_disconnect_hdr - Generate a disconnect mailbox header
886 * This function returns a disconnect mailbox header
1026 /* send disconnect even if we aren't connected */ fm10k_mbx_create_reply()
1199 * fm10k_mbx_process_disconnect - Process disconnect header
1202 * This function will read an incoming disconnect header and reply with the
1217 /* We should not be receiving disconnect if Rx is incomplete */ fm10k_mbx_process_disconnect()
1364 * in the disconnect state, it then allows up to a predefined timeout for
1376 /* Place mbx in ready to disconnect state */ fm10k_mbx_disconnect()
1586 mbx->ops.disconnect = fm10k_mbx_disconnect; fm10k_pfvf_mbx_init()
1660 * manager. To do this it will first disconnect the mailbox, and then
1705 * in the disconnect state, it then allows up to a predefined timeout for
1717 /* Place mbx in ready to disconnect state */ fm10k_sm_mbx_disconnect()
1794 /* if there is an error just disconnect */ fm10k_sm_mbx_process_error()
1977 /* drop remote connections and disconnect */ fm10k_sm_mbx_process_reset()
2131 mbx->ops.disconnect = fm10k_sm_mbx_disconnect; fm10k_sm_mbx_init()
/linux-4.1.27/drivers/media/usb/go7007/
H A Dgo7007-loader.c114 dev_info(&interface->dev, "disconnect\n"); go7007_loader_disconnect()
133 .disconnect = go7007_loader_disconnect,
/linux-4.1.27/drivers/staging/comedi/
H A Dcomedi_usb.c62 * comedi_pci_auto_unconfig() - Unconfigure/disconnect a comedi USB driver.
65 * Typically called from the usb_driver (*disconnect) function.
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_strings.c82 [-SS_ALREADY_STANDALONE] = "Can not disconnect a StandAlone device",
93 [-SS_OUTDATE_WO_CONN] = "Need a connection for a graceful disconnect/outdate peer",
/linux-4.1.27/scripts/gdb/linux/
H A Dcpus.py59 gdb.events.stop.disconnect(cpu_mask_invalidate)
61 gdb.events.new_objfile.disconnect(cpu_mask_invalidate)
H A Dutils.py24 gdb.events.new_objfile.disconnect(self._new_objfile_handler)
133 gdb.events.exited.disconnect(exit_handler)
/linux-4.1.27/drivers/isdn/hardware/eicon/
H A Ddiddfunc.c80 * disconnect from didd
H A Ddivasfunc.c195 * disconnect from didd
/linux-4.1.27/drivers/media/usb/gspca/m5602/
H A Dm5602_sensor.h70 void (*disconnect)(struct sd *sd); member in struct:m5602_sensor
H A Dm5602_core.c404 if (sd->sensor->disconnect) m5602_disconnect()
405 sd->sensor->disconnect(sd); m5602_disconnect()
419 .disconnect = m5602_disconnect
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
H A Dmlme_linux.c36 * disconnect with AP for 60 seconds. rtw_reset_securitypriv23a()
/linux-4.1.27/include/net/
H A Dllc_if.h62 #define LLC_STATUS_CONFLICT 7 /* disconnect conn */
/linux-4.1.27/arch/s390/include/uapi/asm/
H A Dcmb.h14 * @device_disconnect_time: time of device disconnect
/linux-4.1.27/arch/arm/mach-pxa/include/mach/
H A Dlubbock.h49 #define LUBBOCK_USB_DISC_IRQ LUBBOCK_IRQ(6) /* usb disconnect */
/linux-4.1.27/drivers/usb/phy/
H A Dphy-mxs-usb.c238 static void __mxs_phy_disconnect_line(struct mxs_phy *mxs_phy, bool disconnect) __mxs_phy_disconnect_line() argument
243 if (disconnect) __mxs_phy_disconnect_line()
248 reg = disconnect ? ANADIG_USB1_LOOPBACK_SET __mxs_phy_disconnect_line()
254 reg = disconnect ? ANADIG_USB2_LOOPBACK_SET __mxs_phy_disconnect_line()
261 if (!disconnect) __mxs_phy_disconnect_line()
266 if (disconnect) __mxs_phy_disconnect_line()
286 /* If the SoCs don't need to disconnect line without vbus, quit */ mxs_phy_disconnect_line()
H A Dphy-am335x.c74 * handle remote wakeup, wakeup on disconnect and connect. am335x_phy_probe()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dmain.c196 * - disconnect single STA, still connected _wil6210_disconnect()
197 * - disconnect single STA, already disconnected _wil6210_disconnect()
198 * - disconnect all _wil6210_disconnect()
200 * For "disconnect all", there are 2 options: _wil6210_disconnect()
208 if (cid >= 0) /* disconnect 1 peer */ _wil6210_disconnect()
256 /* reschedule to thread context - disconnect won't wil_connect_timer_fn()
485 * wil6210_disconnect - disconnect one connection
487 * @bssid: peer to disconnect, NULL to disconnect all
492 * FW event handler, issue WMI command(s) to trigger MAC disconnect.
/linux-4.1.27/drivers/net/wan/
H A Dhdlc_x25.c117 /* Send disconnect confirm. msg to level 3 */ x25_xmit()
120 netdev_err(dev, "LAPB disconnect request failed, error code = %i\n", x25_xmit()
/linux-4.1.27/drivers/mfd/
H A Ddln2.c110 bool disconnect; member in struct:dln2_dev
356 if (dln2->disconnect) { find_free_slot()
443 if (!dln2->disconnect) _dln2_transfer()
475 if (dln2->disconnect) { _dln2_transfer()
510 if (dln2->disconnect) _dln2_transfer()
690 dln2->disconnect = true; dln2_stop()
807 dln2->disconnect = false; dln2_resume()
822 .disconnect = dln2_disconnect,
H A Dviperboard.c129 .disconnect = vprbrd_disconnect,
/linux-4.1.27/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_usb.c219 pr_debug("In disconnect pft1000info=%p\n", pft1000info); ft1000_disconnect()
250 .disconnect = ft1000_disconnect,
/linux-4.1.27/include/scsi/fc/
H A Dfc_encaps.h86 FC_EOF_DT = 0x46, /* disconnect-terminate class-1 */
88 FC_EOF_DTI = 0x4e, /* disconnect-terminate-invalid */
/linux-4.1.27/include/uapi/linux/
H A Dusbdevice_fs.h140 /* disconnect-and-claim if the driver matches the driver field */
142 /* disconnect-and-claim except when the driver matches the driver field */
H A Ddn.h44 #define DSO_DISDATA 10 /* Set/Get disconnect data */
H A Dppp-ioctl.h111 #define PPPIOCDISCONN _IO('t', 57) /* disconnect channel */
/linux-4.1.27/include/video/
H A Domapdss.h532 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_dpi_ops
551 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_sdi_ops
570 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_dvi_ops
587 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_atv_ops
612 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_hdmi_ops
636 void (*disconnect)(struct omap_dss_device *dssdev, member in struct:omapdss_dsi_ops
798 void (*disconnect)(struct omap_dss_device *dssdev); member in struct:omap_dss_driver
947 void (*disconnect)(struct omap_overlay_manager *mgr, member in struct:dss_mgr_ops
/linux-4.1.27/tools/firewire/
H A Ddecode-fcp.c91 [0x25] = { "disconnect" },
92 [0x21] = { "disconnect av" },
/linux-4.1.27/drivers/infiniband/core/
H A Diwcm.h42 IW_CM_STATE_CLOSING, /* disconnect */
/linux-4.1.27/drivers/input/
H A Dapm-power.c106 .disconnect = apmpower_disconnect,
H A Devbug.c103 .disconnect = evbug_disconnect,
/linux-4.1.27/drivers/block/paride/
H A Dktti.c112 .disconnect = ktti_disconnect,
H A Daten.c146 .disconnect = aten_disconnect,
H A Dfit2.c135 .disconnect = fit2_disconnect,
H A Don20.c137 .disconnect = on20_disconnect,
H A Dbpck6.c119 printk("disconnect\n"); bpck6_disconnect()
240 .disconnect = bpck6_disconnect,
H A Dkbic.c264 .disconnect = k951_disconnect,
280 .disconnect = k971_disconnect,
H A Dparide.c145 pi->proto->disconnect(pi); pi_disconnect()
185 pi->proto->disconnect(pi); default_test_proto()
H A Dcomm.c202 .disconnect = comm_disconnect,
H A Ddstr.c217 .disconnect = dstr_disconnect,
H A Dfit3.c195 .disconnect = fit3_disconnect,
H A Dfriq.c258 .disconnect = friq_disconnect,
H A Dparide.h152 void (*disconnect)(PIA *); member in struct:pi_protocol
/linux-4.1.27/drivers/gpu/drm/udl/
H A Dudl_drv.c125 .disconnect = udl_usb_disconnect,
/linux-4.1.27/net/ipv4/
H A Dudplite.c44 .disconnect = udp_disconnect,
/linux-4.1.27/net/ipv6/
H A Dudplite.c40 .disconnect = udp_disconnect,
/linux-4.1.27/drivers/scsi/
H A Dwd33c93.c30 * call 'adaptive disconnect' - meaning that each command
32 * be run with the option to disconnect/reselect (if the
126 * - disconnect:x -x = 0 to never allow disconnects, 2 to always allow them.
162 * - wd33c93=disconnect:2,nosync:0x08,period:250
398 * cmd, and are preserved across disconnect-reselect. This means we wd33c93_queuecommand_lck()
540 * candidate for disconnect/reselect. We guess to the best of our wd33c93_execute()
547 * + Commands should NEVER disconnect if hostdata->disconnect = wd33c93_execute()
549 * disconnect if hostdata->disconnect = DIS_ALWAYS. wd33c93_execute()
550 * + Tape drive commands should always be allowed to disconnect. wd33c93_execute()
552 * + Commands should NOT disconnect if input_Q is empty. wd33c93_execute()
555 * should be made disconnect-able, if not already. wd33c93_execute()
562 cmd->SCp.phase = 0; /* assume no disconnect */ wd33c93_execute()
563 if (hostdata->disconnect == DIS_NEVER) wd33c93_execute()
565 if (hostdata->disconnect == DIS_ALWAYS) wd33c93_execute()
659 /* When doing a non-disconnect command with DMA, we can save wd33c93_execute()
835 * disconnect (a device may do this if it has to do a wd33c93_intr()
897 /* construct an IDENTIFY message with correct disconnect bit */ wd33c93_intr()
1036 cmd->device->disconnect = 1; wd33c93_intr()
1256 * so we treat it as a normal command-complete-disconnect. wd33c93_intr()
1462 ("---TROUBLE: target %d.%d not in disconnect queue---", wd33c93_intr()
1478 * because these things are preserved over a disconnect. wd33c93_intr()
1696 * We must disconnect. wd33c93_abort()
1973 hostdata->disconnect = DIS_ADAPTIVE; wd33c93_init()
2006 if (check_setup_args("disconnect", &flags, &val, buf)) { wd33c93_init()
2008 hostdata->disconnect = val; wd33c93_init()
2010 hostdata->disconnect = DIS_ADAPTIVE; wd33c93_init()
2070 * disconnect wd33c93_write_info()
2087 } else if (!strncmp(bp, "disconnect:", 11)) { wd33c93_write_info()
2091 hd->disconnect = x; wd33c93_write_info()
H A Din2000.c55 * calling 'adaptive disconnect' - meaning that each command
57 * be run with the option to disconnect/reselect (if the
154 * - disconnect:x -x = 0 to never allow disconnects, 2 to always allow them.
177 * - in2000=period:250,disconnect:2,nosync:0x03
359 * cmd, and are preserved across disconnect-reselect. This means we in2000_queuecommand_lck()
510 * candidate for disconnect/reselect. We guess to the best of our in2000_execute()
517 * + Commands should NEVER disconnect if hostdata->disconnect = in2000_execute()
519 * disconnect if hostdata->disconnect = DIS_ALWAYS. in2000_execute()
520 * + Tape drive commands should always be allowed to disconnect. in2000_execute()
522 * + Commands should NOT disconnect if input_Q is empty. in2000_execute()
525 * should be made disconnect-able, if not already. in2000_execute()
532 cmd->SCp.phase = 0; /* assume no disconnect */ in2000_execute()
533 if (hostdata->disconnect == DIS_NEVER) in2000_execute()
535 if (hostdata->disconnect == DIS_ALWAYS) in2000_execute()
628 /* When doing a non-disconnect command, we can save ourselves a DATA in2000_execute()
1016 * intermediate disconnect (a device may do this if it has to in2000_intr()
1098 /* construct an IDENTIFY message with correct disconnect bit */ in2000_intr()
1218 cmd->device->disconnect = 1; in2000_intr()
1402 * so we treat it as a normal command-complete-disconnect. in2000_intr()
1548 printk("---TROUBLE: target %d.%d not in disconnect queue---", id, lun); in2000_intr()
1561 * because these things are preserved over a disconnect. in2000_intr()
1747 * We must disconnect. __in2000_abort()
2044 hostdata->disconnect = DIS_ADAPTIVE; in2000_detect()
2070 if (check_setup_args("disconnect", &val, buf)) { in2000_detect()
2072 hostdata->disconnect = val; in2000_detect()
2074 hostdata->disconnect = DIS_ADAPTIVE; in2000_detect()
2185 } else if (!strncmp(bp, "disconnect:", 11)) { in2000_write_info()
2190 hd->disconnect = x; in2000_write_info()
H A Dwd33c93.h248 uchar disconnect; /* disconnect/reselect policy */ member in struct:WD33C93_hostdata
308 /* defines for hostdata->disconnect */
H A Din2000.h293 uchar disconnect; /* disconnect/reselect policy */ member in struct:IN2000_hostdata
351 /* defines for hostdata->disconnect */
H A DNCR5380.h182 /* Resume transfer after disconnect */
210 * expected length of a disconnect if a device supports disconnect/
/linux-4.1.27/drivers/net/can/cc770/
H A Dcc770_platform.c111 if (of_get_property(np, "bosch,disconnect-rx0-input", NULL)) cc770_get_of_node_data()
113 if (of_get_property(np, "bosch,disconnect-rx1-input", NULL)) cc770_get_of_node_data()
115 if (of_get_property(np, "bosch,disconnect-tx1-output", NULL)) cc770_get_of_node_data()
/linux-4.1.27/drivers/media/usb/au0828/
H A Dau0828-core.c156 /* there is a small window after disconnect, before au0828_usb_disconnect()
160 access after disconnect. au0828_usb_disconnect()
336 .disconnect = au0828_usb_disconnect,
/linux-4.1.27/drivers/media/usb/gspca/
H A Dfinepix.c163 * the camera will disconnect. */ dostream()
236 /* called on streamoff with alt==0 and on disconnect */
302 .disconnect = gspca_disconnect,
H A Dsq905c.c243 /* called on streamoff with alt==0 and on disconnect */
334 .disconnect = gspca_disconnect,
H A Dvicam.c288 /* called on streamoff with alt==0 and on disconnect */
356 .disconnect = gspca_disconnect,
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dcmdresp.c17 * lbs_mac_event_disconnected - handles disconnect event. It
18 * reports disconnect to upper layer, clean tx/rx packets,
41 /* report disconnect to upper layer */ lbs_mac_event_disconnected()
/linux-4.1.27/drivers/video/fbdev/mmp/
H A Dcore.c108 * mmp_unregister_panel - unregister panel from panel_list and disconnect
112 * from panel_list and disconnect from path.
123 dev_info(panel->dev, "disconnect from path %s\n", mmp_unregister_panel()
/linux-4.1.27/drivers/staging/media/lirc/
H A Dlirc_sasem.c141 .disconnect = sasem_disconnect,
151 /* to prevent races between open() and disconnect() */
202 /* prevent races with disconnect */ vfd_open()
484 /* prevent races with disconnect */ ir_open()
545 * at disconnect time, so do it now. ir_close()
879 * Callback function for USB core API: disconnect
H A Dlirc_imon.c162 .disconnect = imon_disconnect,
174 /* to prevent races between open() and disconnect(), probing, etc */
229 /* prevent races with disconnect */ display_open()
492 /* prevent races with disconnect */ ir_open()
530 * was not deregistered at disconnect time, so do it now. ir_close()
937 * Callback function for USB core API: disconnect
/linux-4.1.27/drivers/block/
H A Dnbd.c61 int disconnect; /* a disconnect has been requested by user */ member in struct:nbd_device
92 case NBD_CMD_DISC: return "disconnect"; nbdcmd_to_ascii()
602 nbd->disconnect = 1; __nbd_ioctl()
630 nbd->disconnect = 0; /* we're connected now */ __nbd_ioctl()
717 if (nbd->disconnect) /* user requested, ignore socket errors */ __nbd_ioctl()
/linux-4.1.27/drivers/media/usb/uvc/
H A Duvc_queue.c356 * If the disconnect parameter is set, further calls to uvc_queue_buffer will
362 void uvc_queue_cancel(struct uvc_video_queue *queue, int disconnect) uvc_queue_cancel() argument
374 if (disconnect) uvc_queue_cancel()
/linux-4.1.27/fs/ocfs2/
H A Dstackglue.h147 * Once ->disconnect() has returned, the connection structure will
148 * be freed. Thus, a stack must not return from ->disconnect()
154 int (*disconnect)(struct ocfs2_cluster_connection *conn); member in struct:ocfs2_stack_operations
/linux-4.1.27/include/linux/usb/
H A Dwusb.h164 * Tell device to disconnect; we can fit 4 addresses, but we only use
174 * WUSB IE: Host disconnect ([WUSB] section 7.5.5)
176 * Tells all connected devices to disconnect.
H A Dgadget.h63 * Code "-ESHUTDOWN" indicates completion caused by device disconnect,
210 * endpoint may be used for i/o until the driver receives a disconnect() from
234 * indicating disconnect (-ESHUTDOWN) before this call returns.
780 * usb_gadget_disconnect - software-controlled disconnect from USB host
784 * as a disconnect (when a VBUS session is active). Not all systems
814 * @disconnect: Invoked after all transfers have been stopped,
816 * may not sleep. Some devices can't detect disconnect, so this might
820 * usually from rmmod (after a disconnect is reported).
880 void (*disconnect)(struct usb_gadget *); member in struct:usb_gadget_driver
921 * it will first disconnect(). The driver is also requested
/linux-4.1.27/drivers/input/touchscreen/
H A Dtouchright.c175 .disconnect = tr_disconnect,
H A Dtsc40.c165 .disconnect = tsc_disconnect,
H A Dfujitsu_ts.c174 .disconnect = fujitsu_disconnect,
H A Dtouchit213.c215 .disconnect = touchit213_disconnect,
H A Dtouchwin.c182 .disconnect = tw_disconnect,
H A Ddynapro.c187 .disconnect = dynapro_disconnect,
H A Dgunze.c185 .disconnect = gunze_disconnect,
H A Dhampshire.c186 .disconnect = hampshire_disconnect,
H A Dinexio.c188 .disconnect = inexio_disconnect,
H A Dmtouch.c201 .disconnect = mtouch_disconnect,
/linux-4.1.27/drivers/isdn/hisax/
H A Dl3dss1.h115 char uus1_data[35]; /* data send during alerting or disconnect */
H A Dl3ni1.h127 char uus1_data[35]; /* data send during alerting or disconnect */
H A Dst5481_init.c183 .disconnect = disconnect_st5481,
/linux-4.1.27/drivers/net/wireless/ath/ar5523/
H A Dar5523.h142 * any messages on USB disconnect.
/linux-4.1.27/drivers/media/usb/dvb-usb/
H A Ddibusb-mc.c140 .disconnect = dvb_usb_device_exit,
H A Dumt-010.c142 .disconnect = dvb_usb_device_exit,
H A Da800.c182 .disconnect = dvb_usb_device_exit,
H A DcinergyT2-core.c245 .disconnect = dvb_usb_device_exit,
H A Ddtv5100.c216 .disconnect = dvb_usb_device_exit,
H A Dnova-t-usb2.c224 .disconnect = dvb_usb_device_exit,
/linux-4.1.27/drivers/media/usb/dvb-usb-v2/
H A Dgl861.c164 .disconnect = dvb_usbv2_disconnect,
H A Dau6610.c200 .disconnect = dvb_usbv2_disconnect,
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-main.c111 .disconnect = pvr_disconnect
/linux-4.1.27/drivers/media/usb/usbtv/
H A Dusbtv-core.c142 .disconnect = usbtv_disconnect,
/linux-4.1.27/drivers/net/wireless/mwifiex/
H A Dsta_event.c31 * The function is invoked after receiving a disconnect event from firmware,
41 * - Sends a disconnect event to upper layers/applications.
51 dev_dbg(adapter->dev, "info: handles disconnect event\n"); mwifiex_reset_connect_state()
65 /* Free Tx and Rx packets, report disconnect to upper layer */ mwifiex_reset_connect_state()
/linux-4.1.27/drivers/input/joystick/
H A Djoydump.c158 .disconnect = joydump_disconnect,
H A Dcobra.c260 .disconnect = cobra_disconnect,
H A Dmagellan.c221 .disconnect = magellan_disconnect,
H A Dstinger.c207 .disconnect = stinger_disconnect,
H A Dwarrior.c216 .disconnect = warrior_disconnect,
/linux-4.1.27/drivers/usb/misc/
H A Dchaoskey.c224 usb_dbg(interface, "disconnect"); chaoskey_disconnect()
227 usb_dbg(interface, "disconnect failed - no dev"); chaoskey_disconnect()
247 usb_dbg(interface, "disconnect done"); chaoskey_disconnect()
523 .disconnect = chaoskey_disconnect,
H A Dehset.c145 .disconnect = ehset_disconnect,
H A Disight_firmware.c127 .disconnect = isight_firmware_disconnect,
H A Dtrancevibrator.c135 .disconnect = tv_disconnect,
/linux-4.1.27/net/mac80211/
H A Dpm.c100 /* cfg80211 will call back into mac80211 to disconnect __ieee80211_suspend()
H A Dibss.c812 goto disconnect; ieee80211_ibss_process_chanswitch()
818 /* channel switch is not supported, disconnect */ ieee80211_ibss_process_chanswitch()
820 goto disconnect; ieee80211_ibss_process_chanswitch()
848 goto disconnect; ieee80211_ibss_process_chanswitch()
854 goto disconnect; ieee80211_ibss_process_chanswitch()
866 goto disconnect; ieee80211_ibss_process_chanswitch()
873 goto disconnect; ieee80211_ibss_process_chanswitch()
876 goto disconnect; ieee80211_ibss_process_chanswitch()
897 goto disconnect; ieee80211_ibss_process_chanswitch()
902 disconnect: ieee80211_ibss_process_chanswitch()
903 ibss_dbg(sdata, "Can't handle channel switch, disconnect\n"); ieee80211_ibss_process_chanswitch()
/linux-4.1.27/net/wimax/
H A Dop-reset.c28 * disconnect and reconnect the device).
/linux-4.1.27/sound/usb/line6/
H A Ddriver.c589 if (line6->disconnect) line6_probe()
590 line6->disconnect(line6); line6_probe()
616 if (line6->disconnect) line6_disconnect()
617 line6->disconnect(line6); line6_disconnect()
H A Dpodhd.c180 .disconnect = line6_disconnect,
H A Dvariax.c223 line6->disconnect = line6_variax_disconnect; variax_init()
294 .disconnect = line6_disconnect,
H A Ddriver.h145 void (*disconnect)(struct usb_line6 *line6); member in struct:usb_line6
H A Dpod.c415 line6->disconnect = line6_pod_disconnect; pod_init()
572 .disconnect = line6_disconnect,
H A Dtoneport.c421 line6->disconnect = line6_toneport_disconnect; toneport_init()
568 .disconnect = line6_disconnect,
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_x25iface.c239 /* a disconnect is indicated by lower layer
309 printk(KERN_WARNING "isdn_x25iface_xmit: disconnect " isdn_x25iface_xmit()
/linux-4.1.27/drivers/isdn/pcbit/
H A Dcallbacks.c238 * Received disconnect ind on active state
239 * send disconnect resp
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dusb-notif.c143 case -ENODEV: /* dev disconnect ... */ i2400mu_notification_cb()
160 case -ENODEV: /* dev disconnect ... */ i2400mu_notification_cb()
H A Dusb-fw.c140 case -ENODEV: /* dev disconnect ... */ i2400mu_tx_bulk_out()
324 case -ENODEV: /* dev disconnect ... */ i2400mu_bus_bm_wait_for_ack()
/linux-4.1.27/drivers/input/serio/
H A Dserio_raw.c378 * Wake up users waiting for IO so they can disconnect from
440 .disconnect = serio_raw_disconnect,
H A Dserio.c87 serio->drv->disconnect(serio); serio_disconnect_driver()
692 * OK, no children left, now disconnect this port. serio_disconnect_port()
976 /* called from serio_driver->connect/disconnect methods under serio_mutex */ serio_open()
989 /* called from serio_driver->connect/disconnect methods under serio_mutex */ serio_close()
/linux-4.1.27/drivers/usb/core/
H A Dgeneric.c191 /* if this is only an unbind, not a physical disconnect, then generic_disconnect()
241 .disconnect = generic_disconnect,
H A Durb.c320 * (5) USB probe and disconnect can use GFP_KERNEL unless (b) or (c) apply; and
561 * usb_kill_urb() or usb_unlink_anchored_urbs(), after their disconnect
562 * method has returned. The disconnect function should synchronize with
641 * this an ideal way to stop I/O in a disconnect() callback or close()
657 * This routine should not be called by a driver after its disconnect
682 * this an ideal way to stop I/O in a disconnect() callback.
698 * This routine should not be called by a driver after its disconnect
753 * This routine should not be called by a driver after its disconnect
785 * This routine should not be called by a driver after its disconnect
838 * This routine should not be called by a driver after its disconnect
/linux-4.1.27/include/linux/ceph/
H A Dmessenger.h35 /* there was some error on the socket (disconnect, whatever) */
182 * messages in the case of a TCP disconnect.
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dudc-core.c161 * connect or disconnect gadget
165 * The udc driver calls it when it wants to connect or disconnect gadget
357 udc->driver->disconnect(udc->gadget); usb_gadget_remove_driver()
532 } else if (sysfs_streq(buf, "disconnect")) { usb_udc_softconn_store()
534 udc->driver->disconnect(udc->gadget); usb_udc_softconn_store()
H A Dnet2272.c1443 * disconnect is reported. then a host may connect again, or
1466 * for set_configuration as well as eventual disconnect. net2272_start()
1478 /* don't disconnect if it's not connected */ stop_activity()
1489 /* report disconnect; the driver is already quiesced */ stop_activity()
1492 driver->disconnect(&dev->gadget); stop_activity()
1977 /* after disconnect there's nothing else to do! */ net2272_handle_stat1_irqs()
1983 bool disconnect = false; net2272_handle_stat1_irqs() local
1994 disconnect = true; net2272_handle_stat1_irqs()
1995 dev_dbg(dev->dev, "disconnect %s\n", net2272_handle_stat1_irqs()
2005 if (disconnect || reset) { net2272_handle_stat1_irqs()
2013 (dev->driver->disconnect) net2272_handle_stat1_irqs()
H A Dpxa25x_udc.c941 DMSG("disconnect %s\n", udc->driver pullup()
1158 /* if hardware supports it, disconnect from usb */ udc_disable()
1251 * disconnect is reported. then a host may connect again, or
1265 * for set_configuration as well as eventual disconnect. pxa25x_udc_start()
1286 /* don't disconnect drivers more than once */ reset_gadget()
1313 /* don't disconnect drivers more than once */ stop_activity()
1327 /* report disconnect; the driver is already quiesced */ stop_activity()
1329 driver->disconnect(&dev->gadget); stop_activity()
1358 /* Lubbock has separate connect and disconnect irqs. More typical designs
2243 * For now, we punt and forcibly disconnect from the USB host when PXA
2256 WARNING("USB host won't detect disconnect!\n"); pxa25x_udc_suspend()
H A Dpch_udc.c563 * pch_udc_set_disconnect() - Set the disconnect status.
572 * pch_udc_clear_disconnect() - Clear the disconnect status.
577 /* Clear the disconnect */ pch_udc_clear_disconnect()
587 * and clear the disconnect status.
600 /* Clear the disconnect */ pch_udc_reconnect()
609 * pch_udc_vbus_session() - set or clearr the disconnect status.
622 if (dev->driver && dev->driver->disconnect) { pch_udc_vbus_session()
624 dev->driver->disconnect(&dev->gadget); pch_udc_vbus_session()
1193 if (dev->driver && dev->driver->disconnect) { pch_udc_pcd_pullup()
1195 dev->driver->disconnect(&dev->gadget); pch_udc_pcd_pullup()
1280 * If VBUS is Low, disconnect is processed
1304 && dev->driver->disconnect) { pch_vbus_gpio_work_fall()
1305 dev->driver->disconnect( pch_vbus_gpio_work_fall()
2758 if (dev->driver && dev->driver->disconnect) { pch_udc_dev_isr()
2760 dev->driver->disconnect(&dev->gadget); pch_udc_dev_isr()
H A Dnet2280.c2242 * disconnect is reported. then a host may connect again, or
2277 * for set_configuration as well as eventual disconnect. net2280_start()
2300 /* don't disconnect if it's not connected */ stop_activity()
2311 /* report disconnect; the driver is already quiesced */ stop_activity()
2314 driver->disconnect(&dev->gadget); stop_activity()
3137 /* after disconnect there's nothing else to do! */
3141 /* VBUS disconnect is indicated by VBUS_PIN and VBUS_INTERRUPT set.
3148 bool disconnect = false; variable
3159 disconnect = true;
3160 ep_dbg(dev, "disconnect %s\n",
3170 if (disconnect || reset) {
3178 (dev->driver->disconnect)
3187 * notion of hotplug events on bus connect/disconnect!
3318 /* handle disconnect, dma, and more */ net2280_irq()
/linux-4.1.27/drivers/input/mouse/
H A Dpsmouse-base.c735 psmouse->disconnect = NULL; psmouse_apply_defaults()
1428 if (psmouse->disconnect) psmouse_disconnect()
1429 psmouse->disconnect(psmouse); psmouse_disconnect()
1586 if (psmouse->disconnect) psmouse_connect()
1587 psmouse->disconnect(psmouse); psmouse_connect()
1682 .disconnect = psmouse_disconnect,
1821 if (psmouse->disconnect) psmouse_attr_set_protocol()
1822 psmouse->disconnect(psmouse); psmouse_attr_set_protocol()
1840 if (psmouse->disconnect) psmouse_attr_set_protocol()
1841 psmouse->disconnect(psmouse); psmouse_attr_set_protocol()
H A Dpsmouse.h78 void (*disconnect)(struct psmouse *psmouse); member in struct:psmouse
/linux-4.1.27/net/irda/
H A Dirttp.c177 /* Check if time for disconnect */ irttp_todo_expired()
179 /* Check if it's possible to disconnect yet */ irttp_todo_expired()
181 /* Make sure disconnect is not pending anymore */ irttp_todo_expired()
512 /* Check if disconnect is not pending */ irttp_close_tsap()
1044 /* If we need to send disconnect. try to do it now */ irttp_flow_indication()
1505 pr_debug("%s(), disconnect already pending\n", irttp_disconnect_request()
1529 * Must delay disconnect until after all data segments irttp_disconnect_request()
1532 /* We'll reuse this one later for the disconnect */ irttp_disconnect_request()
1542 * state of self->rx_sdu_busy because the disconnect response will irttp_disconnect_request()
1564 /* The disconnect is no longer pending */ irttp_disconnect_request()
1601 * waiting for the disconnect notification and able to process it, irttp_disconnect_indication()
1602 * even if he tried to disconnect. Otherwise, it would have already irttp_disconnect_indication()
1606 /* No need to notify the client if has already tried to disconnect */ irttp_disconnect_indication()
H A Dqos.c49 * Maximum value of the lap disconnect timer we negotiate with the other end.
510 /* Insert link disconnect/threshold time */ irlap_insert_qos_negotiation_params()
558 * Negotiate link disconnect/threshold time.
575 * Stations must agree on link disconnect/threshold irlap_param_link_disconnect()
H A Dirlap_event.c258 * try to disconnect link if we send any data frames, since irlap_do_event()
477 * disconnect. - clear - Jean II */ irlap_state_ndm()
932 * properly, as we should do a quick disconnect. irlap_state_setup()
1520 /* N2 is the disconnect timer. Until we reach it, we retry */ irlap_state_nrm_p()
1579 /* Call back the LAP state machine to do a proper disconnect */ irlap_state_nrm_p()
1596 * awaiting reset of disconnect request.
2143 * disconnect time (note 2 in IrLAP p. 82) irlap_state_nrm_s()
2173 /* Send disconnect response */ irlap_state_nrm_s()
2226 /* Send disconnect response */ irlap_state_sclose()
H A Dirlap.c416 * Request to disconnect connection by service user
423 /* Don't disconnect until all data frames are successfully sent */ irlap_disconnect_request()
439 pr_debug("%s(), disconnect pending!\n", __func__); irlap_disconnect_request()
1038 * After N2 retry, we consider the link dead and disconnect it. irlap_apply_connection_parameters()
1062 /* Set N2 to match our own disconnect time */ irlap_apply_connection_parameters()
/linux-4.1.27/net/sunrpc/
H A Dxprt.c619 * @xprt: transport to flag for disconnect
633 * xprt_force_disconnect - force a transport to disconnect
634 * @xprt: transport to disconnect
650 * xprt_conditional_disconnect - force a transport to disconnect
651 * @xprt: transport to disconnect
988 /* Don't race with disconnect */ xprt_transmit()
1395 /* Exclude transport connect/disconnect handlers */ xprt_destroy()
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h102 u32 disconnect [ 11]; member in struct:SYM_FWA_SCR
606 PADDR_A (disconnect),
656 * the target may disconnect immediately.
658 * We don't want to be told of an "unexpected disconnect",
669 * ... and wait for the disconnect.
808 * disable the "unexpected disconnect" feature,
816 * Wait for the disconnect.
1370 * We expect an immediate disconnect once
1648 * we expect an immediate disconnect
H A Dsym_fw2.h100 u32 disconnect [ 12]; member in struct:SYM_FWA_SCR
595 PADDR_A (disconnect),
645 * the target may disconnect immediately.
647 * We don't want to be told of an "unexpected disconnect",
658 * ... and wait for the disconnect.
784 * disable the "unexpected disconnect" feature,
792 * Wait for the disconnect.
1249 * We expect an immediate disconnect once
1521 * we expect an immediate disconnect
H A Dsym_defs.h105 /*02*/ u8 nc_scntl2; /* no disconnect expected */
106 #define SDU 0x80 /* cmd: disconnect will raise error */
170 #define LDSC 0x02 /* sta: disconnect & reconnect */
266 #define UDC 0x04 /* sta: unexpected disconnect */
/linux-4.1.27/drivers/usb/storage/
H A Dtransport.c89 * When a disconnect occurs, the DISCONNECTING bit in us->dflags is set to
98 * the flags to see if an abort or disconnect occurred during the submission
302 /* the transfer was cancelled by abort, disconnect, or timeout */ interpret_urb_result()
312 /* abort or disconnect in progress */ interpret_urb_result()
314 usb_stor_dbg(us, "-- abort or disconnect in progress\n"); interpret_urb_result()
1293 usb_stor_dbg(us, "No reset during disconnect\n"); usb_stor_reset_common()
1306 * but don't delay disconnect processing. */ usb_stor_reset_common()
1311 usb_stor_dbg(us, "Reset interrupted by disconnect\n"); usb_stor_reset_common()
1376 usb_stor_dbg(us, "No reset during disconnect\n"); usb_stor_port_reset()
H A Dkarma.c225 .disconnect = usb_stor_disconnect,
/linux-4.1.27/drivers/usb/dwc2/
H A Dcore_intr.c230 * The disconnect interrupt is set at the same time as dwc2_handle_otg_intr()
232 * interrupts are cleared so the disconnect interrupt dwc2_handle_otg_intr()
322 * Report disconnect if there is any previous session established dwc2_handle_session_req_intr()
/linux-4.1.27/drivers/usb/wusbcore/
H A Drh.c34 * will use to connect or disconnect devices. We need to do some
48 * Reset disconnect
49 * Disable disconnect
/linux-4.1.27/drivers/isdn/sc/
H A Dinterrupt.c144 pr_debug("%s: disconnect message: line %d: status %d: cause 0x%x\n", interrupt_handler()
/linux-4.1.27/drivers/macintosh/
H A Dmac_hid.c156 .disconnect = mac_hid_emumouse_disconnect,
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-robotfuzz-osif.c193 .disconnect = osif_disconnect,
/linux-4.1.27/drivers/net/fddi/skfp/
H A Dqueue.c124 * on 0 disconnect
/linux-4.1.27/drivers/staging/rtl8712/
H A Dmlme_linux.c110 * disconnect with AP for 60 seconds. r8712_os_indicate_disconnect()
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
H A Dmlme_linux.c65 /* When the countermeasure is trigger, the driver have to disconnect with AP for 60 seconds. */ rtw_reset_securitypriv()
/linux-4.1.27/drivers/input/joystick/iforce/
H A Diforce-serio.c188 .disconnect = iforce_serio_disconnect,
/linux-4.1.27/drivers/input/keyboard/
H A Dnewtonkbd.c165 .disconnect = nkbd_disconnect,
H A Dstowaway.c169 .disconnect = skbd_disconnect,
H A Dxtkbd.c168 .disconnect = xtkbd_disconnect,
/linux-4.1.27/drivers/input/tablet/
H A Dkbtab.c203 .disconnect = kbtab_disconnect,
/linux-4.1.27/drivers/usb/musb/
H A Dtusb6010.h116 #define TUSB_PRCM_WHOSTDISCON (1 << 4) /* Host disconnect */
/linux-4.1.27/drivers/usb/
H A Dusb-skeleton.c65 struct mutex io_mutex; /* synchronize I/O with disconnect */
244 if (!dev->interface) { /* disconnect() was called */ skel_read()
425 if (!dev->interface) { /* disconnect() was called */ skel_write()
653 .disconnect = skel_disconnect,
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Doutput.c219 dss_mgr_ops->disconnect(mgr, dst); dss_mgr_disconnect()
H A Dmanager-sysfs.c96 old_dssdev->driver->disconnect(old_dssdev); manager_display_store()
109 dssdev->driver->disconnect(dssdev); manager_display_store()
/linux-4.1.27/include/net/caif/
H A Dcaif_dev.h62 * function will receive information about connect/disconnect responses,
/linux-4.1.27/include/linux/
H A Dserio.h64 void (*disconnect)(struct serio *); member in struct:serio_driver
H A Dgameport.h59 void (*disconnect)(struct gameport *); member in struct:gameport_driver
/linux-4.1.27/include/linux/sunrpc/
H A Dclnt.h51 cl_discrtry : 1,/* disconnect before retry */
/linux-4.1.27/arch/mips/pci/
H A Dfixup-cobalt.c100 * Therefore we must set the disconnect/retry cycle values to qube_raq_galileo_fixup()
/linux-4.1.27/net/ax25/
H A Dax25_ds_subr.c154 * ax25->dama_slave=1 and look on every disconnect if still slave
/linux-4.1.27/net/sunrpc/xprtrdma/
H A Dfmr_ops.c160 /* After a disconnect, unmap all FMRs.
/linux-4.1.27/sound/usb/6fire/
H A Dchip.c215 .disconnect = usb6fire_chip_disconnect,
/linux-4.1.27/drivers/media/radio/
H A Ddsbr100.c270 * after a physical disconnect. usb_dsbr100_disconnect()
426 .disconnect = usb_dsbr100_disconnect,
/linux-4.1.27/net/irda/irlan/
H A Dirlan_eth.c130 * ifconfig down. We should now disconnect the link, We start the
132 * to discover the remote device after the disconnect.
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
H A Diwch_qp.c955 int disconnect = 0; iwch_modify_qp() local
1049 disconnect = 1; iwch_modify_qp()
1065 disconnect = 1; iwch_modify_qp()
1145 * If disconnect is 1, then we need to initiate a disconnect iwch_modify_qp()
1149 if (disconnect) { iwch_modify_qp()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dmain.c514 * disconnect event notification. ath6kl_disconnect()
927 * STA may disconnect & before the host could clear the 'Indicate ath6kl_dtimexpiry_event()
969 /* disconnect due to other STA vif switching channels */ ath6kl_disconnect_event()
1026 ath6kl_dbg(ATH6KL_DBG_WLAN_CFG, "disconnect reason is %d\n", reason); ath6kl_disconnect_event()
1029 * If the event is due to disconnect cmd from the host, only they ath6kl_disconnect_event()
/linux-4.1.27/drivers/staging/rts5208/
H A Drtsx.c141 dev_info(&dev->pci->dev, "Fail command during disconnect\n"); queuecommand_lck()
478 /* did the command already complete because of a disconnect? */ rtsx_control_thread()
671 /* First stage of disconnect processing: stop all commands and remove
708 /* Second stage of disconnect processing: deallocate all resources */ release_everything()
724 /* Wait for the timeout to expire or for a disconnect */ rtsx_scan_thread()
/linux-4.1.27/drivers/net/wireless/ath/carl9170/
H A Dusb.c182 /* disconnect */ carl9170_usb_tx_data_complete()
252 /* disconnect */ carl9170_usb_cmd_complete()
287 /* disconnect */ carl9170_usb_rx_irq_complete()
417 /* handle disconnect events*/ carl9170_usb_rx_complete()
1190 .disconnect = carl9170_usb_disconnect,
/linux-4.1.27/sound/drivers/vx/
H A Dvx_pcm.c247 * you'll need to disconnect the host to get back to the
632 /* disconnect the host, SIZE_HBUF command always switches to the stream mode */ vx_pcm_playback_transfer_chunk()
649 /* disconnect the host, SIZE_HBUF command always switches to the stream mode */ vx_pcm_playback_transfer_chunk()
1061 /* disconnect the host, SIZE_HBUF command always switches to the stream mode */ vx_pcm_capture_update()
1078 /* disconnect the host, SIZE_HBUF command always switches to the stream mode */ vx_pcm_capture_update()

Completed in 3589 milliseconds

123456