/Linux-v5.10/Documentation/driver-api/usb/ |
D | callbacks.rst | 21 - @disconnect: 92 The disconnect() callback 97 void (*disconnect) (struct usb_interface *intf); 105 killed by usbcore. Note that in this case disconnect will be called some 148 Hence following a successful probe, disconnect will be called 151 Once your driver is bound to an interface, disconnect can be 157 disconnect.
|
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_mbx.h | 50 * | Connect Disconnect | | Connect 51 * | Disconnect Error | | Data 54 * +----------+ disconnect() +----------+ 55 * |DISCONNECT| <-------------- | OPEN | 73 * receiving either an error message, or a disconnect message. It will 74 * transition to disconnect on a call to disconnect(); 75 * Disconnect: In this state the mailbox is attempting to gracefully terminate 99 * 0xD: Disconnect header - used to tear down a connection 138 /* offsets for data/disconnect headers */ 218 void (*disconnect)(struct fm10k_hw *, struct fm10k_mbx_info *); member
|
/Linux-v5.10/drivers/gpu/drm/msm/dp/ |
D | dp_hpd.h | 33 * @connect: simulate disconnect or connect for debug mode 56 * @disconnect: notify the cable disconnect issued by usb. 61 int (*disconnect)(struct device *dev); member
|
D | dp_hpd.c | 38 && !hpd_priv->dp_cb->disconnect) { in dp_hpd_connect() 45 hpd_priv->dp_cb->disconnect(hpd_priv->dev); in dp_hpd_connect()
|
/Linux-v5.10/drivers/scsi/ |
D | 53c700.scr | 61 ABSOLUTE DISCONNECT = 0x80 165 DISCONNECT 294 WAIT DISCONNECT 345 WAIT DISCONNECT 358 WAIT DISCONNECT 385 WAIT DISCONNECT 405 WAIT DISCONNECT
|
D | wd33c93.c | 21 * call 'adaptive disconnect' - meaning that each command 23 * be run with the option to disconnect/reselect (if the 117 * - disconnect:x -x = 0 to never allow disconnects, 2 to always allow them. 153 * - wd33c93=disconnect:2,nosync:0x08,period:250 389 * cmd, and are preserved across disconnect-reselect. This means we in wd33c93_queuecommand_lck() 531 * candidate for disconnect/reselect. We guess to the best of our in DEF_SCSI_QCMD() 538 * + Commands should NEVER disconnect if hostdata->disconnect = in DEF_SCSI_QCMD() 540 * disconnect if hostdata->disconnect = DIS_ALWAYS. in DEF_SCSI_QCMD() 541 * + Tape drive commands should always be allowed to disconnect. in DEF_SCSI_QCMD() 542 * + Disconnect should be allowed if disconnected_Q isn't empty. in DEF_SCSI_QCMD() [all …]
|
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_ktls.c | 31 static int disconnect(int fd) in disconnect() function 38 /* Disconnect (unhash) a kTLS socket after removing it from sockmap. */ 85 err = disconnect(cli); in test_sockmap_ktls_disconnect_after_delete() 87 perror("disconnect"); in test_sockmap_ktls_disconnect_after_delete()
|
/Linux-v5.10/drivers/nvme/host/ |
D | fc.h | 131 "Bad Disconnect Scope", 145 "Not Disconnect Rqst", 146 "Bad Disconnect ACC Length", 157 "Disconnect Association", 158 "Disconnect Connection",
|
/Linux-v5.10/include/linux/can/platform/ |
D | cc770.h | 20 #define BUSCFG_DR0 0x01 /* Disconnect RX0 Input / Select RX input */ 21 #define BUSCFG_DR1 0x02 /* Disconnect RX1 Input / Silent mode */ 22 #define BUSCFG_DT1 0x08 /* Disconnect TX1 Output */
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | aspeed-bmc-facebook-cmm.dts | 336 i2c-mux-idle-disconnect; 349 i2c-mux-idle-disconnect; 398 i2c-mux-idle-disconnect; 454 i2c-mux-idle-disconnect; 503 i2c-mux-idle-disconnect; 559 i2c-mux-idle-disconnect; 608 i2c-mux-idle-disconnect; 664 i2c-mux-idle-disconnect; 713 i2c-mux-idle-disconnect; 769 i2c-mux-idle-disconnect; [all …]
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | main.c | 317 * - disconnect single STA, still connected in _wil6210_disconnect_complete() 318 * - disconnect single STA, already disconnected in _wil6210_disconnect_complete() 319 * - disconnect all in _wil6210_disconnect_complete() 321 * For "disconnect all", there are 3 options: in _wil6210_disconnect_complete() 330 "Disconnect complete %pM, CID=%d, reason=%d\n", in _wil6210_disconnect_complete() 332 if (wil_cid_valid(wil, cid)) /* disconnect 1 peer */ in _wil6210_disconnect_complete() 335 wil_dbg_misc(wil, "Disconnect complete all\n"); in _wil6210_disconnect_complete() 408 /* disconnect by sending command disconnect/del_sta and wait in wil_disconnect_cid() 428 wil_info(wil, "disconnect bssid=%pM, reason=%d\n", bssid, reason_code); in _wil6210_disconnect() 431 * - disconnect single STA, still connected in _wil6210_disconnect() [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/net/can/ |
D | cc770.txt | 31 - bosch,disconnect-rx0-input : see data sheet. 33 - bosch,disconnect-rx1-input : see data sheet. 35 - bosch,disconnect-tx1-output : see data sheet.
|
/Linux-v5.10/Documentation/devicetree/bindings/i2c/ |
D | i2c-mux-pca954x.txt | 28 - idle-state: if present, overrides i2c-mux-idle-disconnect, 30 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
D | i2c-mux-ltc4306.txt | 17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | u_serial.h | 37 /* port is managed by gserial_{connect,disconnect} */ 48 void (*disconnect)(struct gserial *p); member 68 /* connect/disconnect is handled by individual functions */
|
D | u_serial.c | 65 * inactive; managed by gserial_{connect,disconnect}(). each gserial 287 /* abort immediately after disconnect */ in gs_start_tx() 327 * may need to call us back (e.g. for disconnect) in gs_start_rx() 341 /* abort immediately after disconnect */ in gs_start_rx() 364 bool disconnect = false; in gs_rx_push() local 381 disconnect = true; in gs_rx_push() 445 if (!disconnect && port->port_usb) in gs_rx_push() 482 /* disconnect */ in gs_write_complete() 663 /* return true on disconnect or empty buffer or if raced with open() */ in gs_close_flush_done() 691 if (gser && !port->suspended && gser->disconnect) in gs_close() [all …]
|
/Linux-v5.10/drivers/misc/sgi-xp/ |
D | xp_main.c | 83 void (*disconnect) (int), in xpc_set_interface() 91 xpc_interface.disconnect = disconnect; in xpc_set_interface() 218 if (xpc_interface.disconnect) in xpc_disconnect() 219 xpc_interface.disconnect(ch_number); in xpc_disconnect()
|
/Linux-v5.10/sound/core/ |
D | device.c | 64 dev_err(dev->card->dev, "device disconnect failure\n"); in __snd_device_disconnect() 94 * snd_device_disconnect - disconnect the device 96 * @device_data: the data pointer to disconnect 116 dev_dbg(card->dev, "device disconnect %p (from %pS), not found\n", in snd_device_disconnect() 205 * disconnect all the devices on the card.
|
/Linux-v5.10/arch/powerpc/boot/dts/ |
D | tqm8xx.dts | 75 bosch,disconnect-rx1-input; 76 bosch,disconnect-tx1-output; 87 bosch,disconnect-rx1-input; 88 bosch,disconnect-tx1-output;
|
/Linux-v5.10/include/net/ |
D | dn.h | 16 #define DN_DR 3 /* Disconnect Reject */ 25 #define DN_DI 12 /* Disconnect Initiate */ 26 #define DN_DIC 13 /* Disconnect Complete */ 27 #define DN_DN 14 /* Disconnect Notificat */
|
D | llc_if.h | 49 /* Disconnect reasons */ 62 #define LLC_STATUS_CONFLICT 7 /* disconnect conn */
|
/Linux-v5.10/drivers/misc/mei/ |
D | hbm.c | 485 * @cl: a client to disconnect from 769 * mei_hbm_cl_disconnect_req - sends disconnect message to fw. 772 * @cl: a client to disconnect from 785 * mei_hbm_cl_disconnect_rsp - sends disconnect respose to the FW 788 * @cl: a client to disconnect from 802 * disconnect response 806 * @cmd: disconnect client response host bus message 814 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 922 * mei_hbm_fw_disconnect_req - disconnect request initiated by ME firmware 923 * host sends disconnect response [all …]
|
/Linux-v5.10/drivers/scsi/ibmvscsi_tgt/ |
D | ibmvscsi_tgt.h | 208 /* disconnect by letting adapter go idle, no error */ 212 /* disconnect to clear error state, then come back up */ 250 /* request made to schedule disconnect handler */ 252 /* disconnect handler is scheduled */ 332 /* flag bit that are not reset during disconnect */
|
/Linux-v5.10/drivers/mfd/ |
D | dln2.c | 112 bool disconnect; member 358 if (dln2->disconnect) { in find_free_slot() 445 if (!dln2->disconnect) in _dln2_transfer() 477 if (dln2->disconnect) { in _dln2_transfer() 512 if (dln2->disconnect) in _dln2_transfer() 713 dln2->disconnect = true; in dln2_stop() 839 dln2->disconnect = false; in dln2_resume() 854 .disconnect = dln2_disconnect,
|
/Linux-v5.10/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.c | 305 * ishtp_hbm_cl_disconnect_req() - Send disconnect request 309 * Send disconnect message to fw 326 * ishtp_hbm_cl_disconnect_res() - Get disconnect response 330 * Received disconnect response from fw 401 * ishtp_client_disconnect_request() - Receive disconnect request 403 * @disconnect_req: disconnect request structure 405 * Disconnect request bus message from the fw. Send disconnect response. 421 /* send disconnect response */ in ishtp_hbm_fw_disconnect_req()
|