Home
last modified time | relevance | path

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

12345678910>>...78

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/Documentation/driver-api/usb/
H A Dcallbacks.rst21 - @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.
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
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 …]
/OK3568_Linux_fs/kernel/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
H A 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
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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_hpd.h33 * @connect: simulate disconnect or connect for debug mode
56 * @disconnect: notify the cable disconnect issued by usb.
61 int (*disconnect)(struct device *dev); member
/OK3568_Linux_fs/kernel/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",
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c31 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()
/OK3568_Linux_fs/kernel/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 */
/OK3568_Linux_fs/external/xserver/config/
H A Ddbus-core.c66 * Disconnect (if we haven't already been forcefully disconnected), clean up
67 * after ourselves, and call all registered disconnect hooks.
79 /* We should really have pre-disconnect hooks and run them here, for in teardown()
91 if (hook->disconnect) in teardown()
92 hook->disconnect(hook->data); in teardown()
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/external/xserver/doc/dtrace/
H A DXserver-DTrace.xml176 <entry>client-disconnect</entry>
505 <title>Monitoring clients that connect and disconnect</title>
530 Xserver$1:::client-disconnect
532 printf("** Client Disconnect: id %d\n", arg0);
542 0 15774 CloseDownClient:client-disconnect ** Client Disconnect: id 65
544 2 15774 CloseDownClient:client-disconnect ** Client Disconnect: id 64
554 0 15774 CloseDownClient:client-disconnect ** Client Disconnect: id 64
625 Xserver$1:::client-disconnect
627 printf("** Client Disconnect: id %d\n", arg0);
648 ** Client Disconnect: id 17
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pca954x.txt28 - idle-state: if present, overrides i2c-mux-idle-disconnect,
30 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/
H A Dmainwindow.ui103 <normaloff>:/images/disconnect.png</normaloff>:/images/disconnect.png</iconset>
106 <string>&amp;Disconnect</string>
109 <string>Disconnect from serial port</string>
/OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/
H A Dmainwindow.ui103 <normaloff>:/images/disconnect.png</normaloff>:/images/disconnect.png</iconset>
106 <string>&amp;Disconnect</string>
109 <string>Disconnect from serial port</string>
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_serial.h37 /* port is managed by gserial_{connect,disconnect} */
48 void (*disconnect)(struct gserial *p); member
68 /* connect/disconnect is handled by individual functions */
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource_common.h74 {RK_BT_EVT_SOURCE_DISCONNECTED, "rkbt disconnect ok"},
83 #define RKBTSOURCE_MSG_DISCONNECT_OK "rkbt disconnect ok"
123 {"disconnect [address]", RK_BT_SOURCE_DISCONNECT},
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway/
H A Dmqtt.json100 "topicFilter": "sensor/disconnect",
104 "topicFilter": "sensor/+/disconnect",
105 "deviceNameTopicExpression": "(?<=sensor\/)(.*?)(?=\/disconnect)"
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhbm.c485 * @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 …]
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-usb2.c96 * @disconrise_det_en: host disconnect detection enable register.
97 * @disconrise_det_st: host disconnect detection status register.
98 * @disconrise_det_clr: host disconnect detection clear register.
115 * @utmi_hostdet: utmi host disconnect status register.
187 * @disconnect_irq: IRQ number assigned for host disconnect detection.
190 * @otg_sm_work: OTG periphreal connect or disconnect judgement.
526 /* clear disconnect status and enable disconnect detect irq */ in rockchip_usb2phy_init()
530 dev_err(rphy->dev, "failed to enable disconnect irq\n"); in rockchip_usb2phy_init()
867 /* clear disconnect rise detect irq pending status */ in rockchip_usb2phy_disconnect_irq()
872 /* prevent fs/ls device disconnect before enumeration */ in rockchip_usb2phy_disconnect_irq()
[all …]
/OK3568_Linux_fs/kernel/sound/usb/
H A Dusbaudio.h66 struct mutex dev_lock; /* to protect any race with disconnect */
67 int card_num; /* cache pcm card number to use upon disconnect */
152 * @disconnect: called when an interface is removed
169 void (*disconnect)(struct usb_interface *intf); member
/OK3568_Linux_fs/kernel/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;

12345678910>>...78