Home
last modified time | relevance | path

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

12345678910>>...40

/linux/Documentation/driver-api/usb/
H A 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/drivers/net/ethernet/intel/fm10k/
H A 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/drivers/scsi/
H A D53c700.scr61 ABSOLUTE DISCONNECT = 0x80
165 DISCONNECT
294 WAIT DISCONNECT
345 WAIT DISCONNECT
358 WAIT DISCONNECT
385 WAIT DISCONNECT
405 WAIT DISCONNECT
/linux/arch/arm/boot/dts/aspeed/
H A 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 …]
H A Daspeed-bmc-facebook-fuji-data64.dts248 i2c-mux-idle-disconnect;
316 i2c-mux-idle-disconnect;
328 i2c-mux-idle-disconnect;
494 i2c-mux-idle-disconnect;
557 i2c-mux-idle-disconnect;
626 i2c-mux-idle-disconnect;
724 i2c-mux-idle-disconnect;
736 i2c-mux-idle-disconnect;
799 i2c-mux-idle-disconnect;
862 i2c-mux-idle-disconnect;
[all …]
H A 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/drivers/nvme/host/
H A Dfc.h131 "Bad Disconnect Scope",
145 "Not Disconnect Rqst",
146 "Bad Disconnect ACC Length",
157 "Disconnect Association",
158 "Disconnect Connection",
/linux/include/linux/can/platform/
H A 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/Documentation/devicetree/bindings/net/can/
H A 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/sound/core/
H A 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/Documentation/devicetree/bindings/nvmem/
H A Dsunplus,sp7021-ocotp.yaml36 disconnect-voltage:
38 description: disconnect voltages of usb2 port 0 and port 1
69 disc_vol: disconnect-voltage@18 {
/linux/Documentation/devicetree/bindings/phy/
H A 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/drivers/misc/sgi-xp/
H A 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/drivers/usb/gadget/function/
H A 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 */
/linux/include/linux/
H A Dpci-tsm.h34 * @disconnect: teardown the secure link
39 * Context: @probe, @remove, @connect, and @disconnect run under
41 * mutual exclusion of @connect and @disconnect. @connect and
42 * @disconnect additionally run under the DSM lock (struct
52 void (*disconnect)(struct pci_dev *pdev);
/linux/arch/powerpc/boot/dts/
H A Dtqm8xx.dts75 bosch,disconnect-rx1-input;
76 bosch,disconnect-tx1-output;
87 bosch,disconnect-rx1-input;
88 bosch,disconnect-tx1-output;
/linux/fs/smb/smbdirect/
H A Dsocket.c305 * disconnect all pending and ready sockets in __smbdirect_socket_schedule_cleanup()
405 * disconnect all pending and ready sockets in smbdirect_socket_cleanup_work()
530 * disconnect all pending and ready sockets in smbdirect_socket_destroy()
677 container_of(kref, struct smbdirect_socket, refs.disconnect); in smbdirect_socket_release_disconnect()
680 * For now do a sync disconnect/destroy in smbdirect_socket_release_disconnect()
691 * Do a sync disconnect/destroy... in smbdirect_socket_release_destroy()
702 * We expect only 1 disconnect reference in smbdirect_socket_release()
705 WARN_ON_ONCE(kref_read(&sc->refs.disconnect) != 1); in smbdirect_socket_release()
706 WARN_ON(!kref_put(&sc->refs.disconnect, smbdirect_socket_release_disconnect)); in smbdirect_socket_release()
/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond_passive_lacp.sh87 # After testing, disconnect one port on each side to check the state.
99 log_test "bond 802.3ad lacp_active on" "port pkt after disconnect"
103 log_test "bond 802.3ad lacp_active off" "port pkt after disconnect"
/linux/Documentation/devicetree/bindings/i2c/
H A 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
H A Di2c-mux-ltc4306.txt17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
/linux/drivers/misc/mei/
H A Dhbm.c488 * @cl: a client to disconnect from
891 * mei_hbm_cl_disconnect_req - sends disconnect message to fw.
894 * @cl: a client to disconnect from
907 * mei_hbm_cl_disconnect_rsp - sends disconnect response to the FW
910 * @cl: a client to disconnect from
924 * disconnect response
928 * @cmd: disconnect client response host bus message
936 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res()
1044 * mei_hbm_fw_disconnect_req - disconnect request initiated by ME firmware
1045 * host sends disconnect response
[all …]
/linux/drivers/scsi/ibmvscsi_tgt/
H A 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/tools/testing/selftests/net/
H A Dtcp_port_share.c31 static int disconnect(int fd) in disconnect() function
195 * disconnect (connect(AF_UNSPEC)) followed by an explicit port bind().
224 /* Disconnect the socket and bind it to <bind_ip>:<SRC_PORT> to block the port */ in TEST_F()
225 ASSERT_EQ(disconnect(c1), 0) TH_LOG("disconnect: %m"); in TEST_F()
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c239 * ishtp_cl_disconnect() - Send disconnect request to firmware
242 * Send a disconnect request for a client to firmware.
244 * Return: 0 if successful disconnect response from the firmware or error
259 dev->print_log(dev, "%s() Disconnect in progress\n", __func__); in ishtp_cl_disconnect()
264 dev->print_log(dev, "%s() Failed to disconnect\n", __func__); in ishtp_cl_disconnect()
265 dev_err(&cl->device->dev, "failed to disconnect.\n"); in ishtp_cl_disconnect()
425 /* if failed allocation, disconnect */ in ishtp_cl_connect()
433 /* if failed allocation, disconnect */ in ishtp_cl_connect()
550 * ishtp_cl_destroy_connection() - Disconnect with the firmware
554 * This is a helper function for client driver to disconnect with firmware,
[all …]
/linux/include/net/
H A Dllc_if.h49 /* Disconnect reasons */
62 #define LLC_STATUS_CONFLICT 7 /* disconnect conn */

12345678910>>...40