Home
last modified time | relevance | path

Searched full:disconnect (Results 1 – 25 of 1385) sorted by relevance

12345678910>>...56

/linux-6.12.1/Documentation/driver-api/usb/
Dcallbacks.rst21 - @disconnect:
92 The disconnect() callback
97 void (*disconnect) (struct usb_interface *intf);
107 killed by usbcore. Note that in this case disconnect will be called some
150 Hence following a successful probe, disconnect will be called
153 Once your driver is bound to an interface, disconnect can be
159 disconnect.
/linux-6.12.1/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.h50 * | 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-6.12.1/drivers/scsi/
D53c700.scr61 ABSOLUTE DISCONNECT = 0x80
165 DISCONNECT
294 WAIT DISCONNECT
345 WAIT DISCONNECT
358 WAIT DISCONNECT
385 WAIT DISCONNECT
405 WAIT DISCONNECT
Dwd33c93.c21 * 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
326 * cmd, and are preserved across disconnect-reselect. This means we in wd33c93_queuecommand_lck()
469 * candidate for disconnect/reselect. We guess to the best of our in DEF_SCSI_QCMD()
476 * + Commands should NEVER disconnect if hostdata->disconnect = in DEF_SCSI_QCMD()
478 * disconnect if hostdata->disconnect = DIS_ALWAYS. in DEF_SCSI_QCMD()
479 * + Tape drive commands should always be allowed to disconnect. in DEF_SCSI_QCMD()
480 * + Disconnect should be allowed if disconnected_Q isn't empty. in DEF_SCSI_QCMD()
[all …]
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Daspeed-bmc-facebook-cmm.dts336 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 …]
Daspeed-bmc-facebook-fuji.dts241 i2c-mux-idle-disconnect;
311 i2c-mux-idle-disconnect;
323 i2c-mux-idle-disconnect;
489 i2c-mux-idle-disconnect;
552 i2c-mux-idle-disconnect;
623 i2c-mux-idle-disconnect;
723 i2c-mux-idle-disconnect;
735 i2c-mux-idle-disconnect;
798 i2c-mux-idle-disconnect;
861 i2c-mux-idle-disconnect;
[all …]
Daspeed-bmc-facebook-minipack.dts352 i2c-mux-idle-disconnect;
433 i2c-mux-idle-disconnect;
449 i2c-mux-idle-disconnect;
515 i2c-mux-idle-disconnect;
581 i2c-mux-idle-disconnect;
647 i2c-mux-idle-disconnect;
737 i2c-mux-idle-disconnect;
801 i2c-mux-idle-disconnect;
817 i2c-mux-idle-disconnect;
883 i2c-mux-idle-disconnect;
[all …]
/linux-6.12.1/drivers/nvme/host/
Dfc.h131 "Bad Disconnect Scope",
145 "Not Disconnect Rqst",
146 "Bad Disconnect ACC Length",
157 "Disconnect Association",
158 "Disconnect Connection",
/linux-6.12.1/drivers/net/wireless/ath/wil6210/
Dmain.c317 * - 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-6.12.1/include/linux/can/platform/
Dcc770.h20 #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-6.12.1/Documentation/devicetree/bindings/net/can/
Dcc770.txt31 - bosch,disconnect-rx0-input : see data sheet.
33 - bosch,disconnect-rx1-input : see data sheet.
35 - bosch,disconnect-tx1-output : see data sheet.
/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dsunplus,sp7021-usb2-phy.yaml37 description: names corresponding to the nvmem cells of disconnect voltage
41 description: nvmem cell address of disconnect voltage
46 description: the otp address offset of disconnect voltage
/linux-6.12.1/Documentation/devicetree/bindings/nvmem/
Dsunplus,sp7021-ocotp.yaml36 disconnect-voltage:
38 description: disconnect voltages of usb2 port 0 and port 1
69 disc_vol: disconnect-voltage@18 {
/linux-6.12.1/drivers/usb/gadget/function/
Du_serial.h41 /* port is managed by gserial_{connect,disconnect} */
52 void (*disconnect)(struct gserial *p); member
72 /* connect/disconnect is handled by individual functions */
Du_serial.c67 * inactive; managed by gserial_{connect,disconnect}(). each gserial
292 /* abort immediately after disconnect */ in gs_start_tx()
332 * may need to call us back (e.g. for disconnect) in gs_start_rx()
346 /* abort immediately after disconnect */ in gs_start_rx()
369 bool disconnect = false; in gs_rx_push() local
386 disconnect = true; in gs_rx_push()
451 if (!disconnect && port->port_usb) in gs_rx_push()
488 /* disconnect */ in gs_write_complete()
673 /* return true on disconnect or empty buffer or if raced with open() */ in gs_close_flush_done()
701 if (gser && !port->suspended && gser->disconnect) in gs_close()
[all …]
/linux-6.12.1/drivers/misc/sgi-xp/
Dxp_main.c83 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-6.12.1/sound/core/
Ddevice.c64 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-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsockmap_ktls.c28 static int disconnect(int fd) in disconnect() function
35 /* Disconnect (unhash) a kTLS socket after removing it from sockmap. */
70 err = disconnect(cli); in test_sockmap_ktls_disconnect_after_delete()
71 ASSERT_OK(err, "disconnect"); in test_sockmap_ktls_disconnect_after_delete()
/linux-6.12.1/arch/powerpc/boot/dts/
Dtqm8xx.dts75 bosch,disconnect-rx1-input;
76 bosch,disconnect-tx1-output;
87 bosch,disconnect-rx1-input;
88 bosch,disconnect-tx1-output;
/linux-6.12.1/Documentation/devicetree/bindings/i2c/
Di2c-mux-pca954x.yaml60 i2c-mux-idle-disconnect:
62 description: Forces mux to disconnect all children in idle state. This is
67 description: if present, overrides i2c-mux-idle-disconnect
Di2c-mux-ltc4306.txt17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
/linux-6.12.1/drivers/scsi/ibmvscsi_tgt/
Dibmvscsi_tgt.h208 /* 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-6.12.1/drivers/misc/mei/
Dhbm.c493 * @cl: a client to disconnect from
896 * mei_hbm_cl_disconnect_req - sends disconnect message to fw.
899 * @cl: a client to disconnect from
912 * mei_hbm_cl_disconnect_rsp - sends disconnect response to the FW
915 * @cl: a client to disconnect from
929 * disconnect response
933 * @cmd: disconnect client response host bus message
941 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
1049 * mei_hbm_fw_disconnect_req - disconnect request initiated by ME firmware
1050 * host sends disconnect response
[all …]
/linux-6.12.1/drivers/usb/misc/
Dusb-ljca.c127 * @disconnect: usb disconnect ongoing or not
156 bool disconnect; member
262 * during disconnect in ljca_recv()
264 if (adap->disconnect) in ljca_recv()
303 if (adap->disconnect) in ljca_send()
728 adap->disconnect = true; in ljca_enumerate_clients()
834 adap->disconnect = true; in ljca_disconnect()
879 .disconnect = ljca_disconnect,
/linux-6.12.1/drivers/mfd/
Ddln2.c107 bool disconnect; member
353 if (dln2->disconnect) { in find_free_slot()
440 if (!dln2->disconnect) in _dln2_transfer()
472 if (dln2->disconnect) { in _dln2_transfer()
507 if (dln2->disconnect) in _dln2_transfer()
725 dln2->disconnect = true; in dln2_stop()
847 dln2->disconnect = false; in dln2_resume()
862 .disconnect = dln2_disconnect,

12345678910>>...56