Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/Linux-v4.19/drivers/misc/sgi-xp/
Dxp_main.c82 void (*disconnect) (int), in xpc_set_interface()
90 xpc_interface.disconnect = disconnect; in xpc_set_interface()
217 if (xpc_interface.disconnect) in xpc_disconnect()
218 xpc_interface.disconnect(ch_number); in xpc_disconnect()
/Linux-v4.19/Documentation/driver-api/usb/
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.
Derror-codes.rst120 caused by device disconnect), or some other
171 disconnect.
185 disconnect. In the interval before the hub driver starts disconnect
/Linux-v4.19/security/apparmor/
Dpath.c52 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() function
117 error = disconnect(path, buf, name, flags, in d_namespace_path()
156 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path()
/Linux-v4.19/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-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h302 void (*disconnect)(struct omap_dss_device *dssdev, member
319 void (*disconnect)(struct omap_dss_device *dssdev, member
336 void (*disconnect)(struct omap_dss_device *dssdev, member
353 void (*disconnect)(struct omap_dss_device *dssdev, member
373 void (*disconnect)(struct omap_dss_device *dssdev, member
406 void (*disconnect)(struct omap_dss_device *dssdev, member
526 void (*disconnect)(struct omap_dss_device *dssdev); member
644 void (*disconnect)(struct omap_drm_private *priv, member
/Linux-v4.19/arch/powerpc/boot/dts/
Dtqm8xx.dts79 bosch,disconnect-rx1-input;
80 bosch,disconnect-tx1-output;
91 bosch,disconnect-rx1-input;
92 bosch,disconnect-tx1-output;
/Linux-v4.19/drivers/net/usb/
Dhuawei_cdc_ncm.c125 if (drvstate->subdriver && drvstate->subdriver->disconnect) in huawei_cdc_ncm_unbind()
126 drvstate->subdriver->disconnect(ctx->control); in huawei_cdc_ncm_unbind()
220 .disconnect = usbnet_disconnect,
/Linux-v4.19/drivers/mfd/
Ddln2.c110 bool disconnect; member
352 if (dln2->disconnect) { in find_free_slot()
439 if (!dln2->disconnect) in _dln2_transfer()
471 if (dln2->disconnect) { in _dln2_transfer()
506 if (dln2->disconnect) in _dln2_transfer()
686 dln2->disconnect = true; in dln2_stop()
803 dln2->disconnect = false; in dln2_resume()
818 .disconnect = dln2_disconnect,
/Linux-v4.19/include/video/
Domapfb_dss.h470 void (*disconnect)(struct omap_dss_device *dssdev, member
489 void (*disconnect)(struct omap_dss_device *dssdev, member
508 void (*disconnect)(struct omap_dss_device *dssdev, member
525 void (*disconnect)(struct omap_dss_device *dssdev, member
550 void (*disconnect)(struct omap_dss_device *dssdev, member
574 void (*disconnect)(struct omap_dss_device *dssdev, member
730 void (*disconnect)(struct omap_dss_device *dssdev); member
/Linux-v4.19/Documentation/devicetree/bindings/i2c/
Di2c-mux-ltc4306.txt17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
Di2c-mux-pca954x.txt28 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
/Linux-v4.19/drivers/usb/phy/
Dphy-mxs-usb.c281 static void __mxs_phy_disconnect_line(struct mxs_phy *mxs_phy, bool disconnect) in __mxs_phy_disconnect_line() argument
286 if (disconnect) in __mxs_phy_disconnect_line()
291 reg = disconnect ? ANADIG_USB1_LOOPBACK_SET in __mxs_phy_disconnect_line()
297 reg = disconnect ? ANADIG_USB2_LOOPBACK_SET in __mxs_phy_disconnect_line()
304 if (!disconnect) in __mxs_phy_disconnect_line()
309 if (disconnect) in __mxs_phy_disconnect_line()
/Linux-v4.19/scripts/gdb/linux/
Dcpus.py59 gdb.events.stop.disconnect(cpu_mask_invalidate)
61 gdb.events.new_objfile.disconnect(cpu_mask_invalidate)
Dutils.py24 gdb.events.new_objfile.disconnect(self._new_objfile_handler)
146 gdb.events.exited.disconnect(exit_handler)
/Linux-v4.19/drivers/media/usb/gspca/m5602/
Dm5602_sensor.h70 void (*disconnect)(struct sd *sd); member
Dm5602_s5k83a.h60 .disconnect = s5k83a_disconnect,
Dm5602_s5k4aa.h85 .disconnect = s5k4aa_disconnect,
Dm5602_core.c419 if (sd->sensor->disconnect) in m5602_disconnect()
420 sd->sensor->disconnect(sd); in m5602_disconnect()
434 .disconnect = m5602_disconnect
/Linux-v4.19/sound/usb/line6/
Dvariax.c223 line6->disconnect = line6_variax_disconnect; in variax_init()
296 .disconnect = line6_disconnect,
/Linux-v4.19/drivers/usb/gadget/function/
Du_serial.h48 void (*disconnect)(struct gserial *p); member
Du_serial.c360 bool disconnect = false; in gs_rx_push() local
377 disconnect = true; in gs_rx_push()
449 if (!disconnect && port->port_usb) in gs_rx_push()
728 if (gser && gser->disconnect) in gs_close()
729 gser->disconnect(gser); in gs_close()
1333 if (gser->disconnect) in gserial_connect()
1334 gser->disconnect(gser); in gserial_connect()
/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dconnector-analog-tv.c82 in->ops.atv->disconnect(in, dssdev); in tvc_disconnect()
175 .disconnect = tvc_disconnect,
/Linux-v4.19/drivers/input/mouse/
Dpsmouse-base.c993 psmouse->disconnect = NULL; in psmouse_apply_defaults()
1502 if (psmouse->disconnect) in psmouse_disconnect()
1503 psmouse->disconnect(psmouse); in psmouse_disconnect()
1679 if (psmouse->disconnect) in psmouse_connect()
1680 psmouse->disconnect(psmouse); in psmouse_connect()
1804 .disconnect = psmouse_disconnect,
1952 if (psmouse->disconnect) in psmouse_attr_set_protocol()
1953 psmouse->disconnect(psmouse); in psmouse_attr_set_protocol()
1975 if (psmouse->disconnect) in psmouse_attr_set_protocol()
1976 psmouse->disconnect(psmouse); in psmouse_attr_set_protocol()
/Linux-v4.19/drivers/misc/mei/
Dbus-fixup.c431 goto disconnect; in mei_nfc()
439 goto disconnect; in mei_nfc()
445 disconnect: in mei_nfc()

12345678910>>...29