| /linux/Documentation/driver-api/usb/ |
| H A D | callbacks.rst | 21 - @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 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/drivers/scsi/ |
| H A D | 53c700.scr | 61 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 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 …]
|
| H A D | aspeed-bmc-facebook-fuji-data64.dts | 248 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 D | aspeed-bmc-facebook-minipack.dts | 352 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 D | fc.h | 131 "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 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/Documentation/devicetree/bindings/net/can/ |
| H A 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/sound/core/ |
| H A 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/Documentation/devicetree/bindings/nvmem/ |
| H A D | sunplus,sp7021-ocotp.yaml | 36 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 D | sunplus,sp7021-usb2-phy.yaml | 37 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 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/drivers/usb/gadget/function/ |
| H A D | u_serial.h | 41 /* 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 D | pci-tsm.h | 34 * @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 D | tqm8xx.dts | 75 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 D | socket.c | 305 * 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 D | bond_passive_lacp.sh | 87 # 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 D | i2c-mux-pca954x.yaml | 60 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 D | i2c-mux-ltc4306.txt | 17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
| /linux/drivers/misc/mei/ |
| H A D | hbm.c | 488 * @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 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/tools/testing/selftests/net/ |
| H A D | tcp_port_share.c | 31 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 D | client.c | 239 * 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 D | llc_if.h | 49 /* Disconnect reasons */ 62 #define LLC_STATUS_CONFLICT 7 /* disconnect conn */
|