Home
last modified time | relevance | path

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

12345678910>>...35

/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/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/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/include/net/
H A Dpage_pool.h87 void (*disconnect)(void *); member
156 void page_pool_use_xdp_mem(struct page_pool *pool, void (*disconnect)(void *));
164 void (*disconnect)(void *)) in page_pool_use_xdp_mem()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpath.c48 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() function
113 error = disconnect(path, buf, name, flags, in d_namespace_path()
152 error = disconnect(path, buf, name, flags, disconnected); in d_namespace_path()
/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;
/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/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
H A Di2c-mux-ltc4306.txt17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/
H A Ddp_hpd.c38 || !hpd_priv->dp_cb->disconnect) { in dp_hpd_connect()
45 hpd_priv->dp_cb->disconnect(hpd_priv->dev); in dp_hpd_connect()
/OK3568_Linux_fs/kernel/include/video/
H A Domapfb_dss.h440 void (*disconnect)(struct omap_dss_device *dssdev, member
459 void (*disconnect)(struct omap_dss_device *dssdev, member
478 void (*disconnect)(struct omap_dss_device *dssdev, member
495 void (*disconnect)(struct omap_dss_device *dssdev, member
520 void (*disconnect)(struct omap_dss_device *dssdev, member
544 void (*disconnect)(struct omap_dss_device *dssdev, member
694 void (*disconnect)(struct omap_dss_device *dssdev); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqgeomapmapboxgl.cpp195 q->disconnect(param); in removeParameter()
273 q->disconnect(static_cast<QDeclarativeRectangleMapItem *>(item)->border()); in removeMapItem()
276 q->disconnect(static_cast<QDeclarativeCircleMapItem *>(item)->border()); in removeMapItem()
279 q->disconnect(static_cast<QDeclarativePolygonMapItem *>(item)->border()); in removeMapItem()
282 q->disconnect(static_cast<QDeclarativePolylineMapItem *>(item)->line()); in removeMapItem()
286 q->disconnect(item); in removeMapItem()
/OK3568_Linux_fs/kernel/net/core/
H A Dpage_pool.c430 if (pool->disconnect) in page_pool_free()
431 pool->disconnect(pool); in page_pool_free()
504 void page_pool_use_xdp_mem(struct page_pool *pool, void (*disconnect)(void *)) in page_pool_use_xdp_mem()
507 pool->disconnect = disconnect; in page_pool_use_xdp_mem()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dhuawei_cdc_ncm.c121 if (drvstate->subdriver && drvstate->subdriver->disconnect) in huawei_cdc_ncm_unbind()
122 drvstate->subdriver->disconnect(ctx->control); in huawei_cdc_ncm_unbind()
216 .disconnect = usbnet_disconnect,
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Ddln2.c113 bool disconnect; member
359 if (dln2->disconnect) { in find_free_slot()
446 if (!dln2->disconnect) in _dln2_transfer()
478 if (dln2->disconnect) { in _dln2_transfer()
513 if (dln2->disconnect) in _dln2_transfer()
731 dln2->disconnect = true; in dln2_stop()
857 dln2->disconnect = false; in dln2_resume()
872 .disconnect = dln2_disconnect,
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp462 disconnect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows()
748 disconnect(sourceModel(), SIGNAL(modelReset()), this, SLOT(sourceReset())); in setSourceModel()
749 disconnect(sourceModel(), SIGNAL(dataChanged(QModelIndex,QModelIndex)), in setSourceModel()
751 disconnect(sourceModel(), SIGNAL(rowsInserted(QModelIndex,int,int)), in setSourceModel()
753 disconnect(sourceModel(), SIGNAL(rowsRemoved(QModelIndex,int,int)), in setSourceModel()
905 disconnect(sourceModel(), SIGNAL(rowsRemoved(QModelIndex,int,int)), in removeRows()
988 disconnect(sourceModel(), SIGNAL(modelReset()), this, SLOT(sourceReset())); in setSourceModel()
989 disconnect(sourceModel(), SIGNAL(rowsInserted(QModelIndex,int,int)), in setSourceModel()
991 disconnect(sourceModel(), SIGNAL(rowsRemoved(QModelIndex,int,int)), in setSourceModel()
1178 disconnect(sourceModel(), SIGNAL(modelReset()), this, SLOT(sourceReset())); in setSourceModel()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-mxs-usb.c357 static void __mxs_phy_disconnect_line(struct mxs_phy *mxs_phy, bool disconnect) in __mxs_phy_disconnect_line() argument
362 if (disconnect) in __mxs_phy_disconnect_line()
367 reg = disconnect ? ANADIG_USB1_LOOPBACK_SET in __mxs_phy_disconnect_line()
373 reg = disconnect ? ANADIG_USB2_LOOPBACK_SET in __mxs_phy_disconnect_line()
380 if (!disconnect) in __mxs_phy_disconnect_line()
385 if (disconnect) in __mxs_phy_disconnect_line()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dphy-rockchip-naneng-usb2.txt43 * "disconnect" : for the host/otg disconnect interrupt.
71 interrupt-names = "linestate", "disconnect";
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c31 static int disconnect(int fd) in disconnect() function
85 err = disconnect(cli); in test_sockmap_ktls_disconnect_after_delete()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dfront_camera_setting.cpp58 disconnect(ui->upperButton,SIGNAL(clicked()),this,SLOT(on_upperButton_clicked())); in on_upperButton_clicked()
79 disconnect(ui->downButton,SIGNAL(clicked()),this,SLOT(on_downButton_clicked())); in on_downButton_clicked()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupportedcategoriesmodel.cpp270 disconnect(m_plugin, nullptr, this, nullptr); in setPlugin()
275 disconnect(placeManager, SIGNAL(categoryAdded(QPlaceCategory,QString)), in setPlugin()
277 disconnect(placeManager, SIGNAL(categoryUpdated(QPlaceCategory,QString)), in setPlugin()
279 disconnect(placeManager, SIGNAL(categoryRemoved(QString,QString)), in setPlugin()
281 disconnect(placeManager, SIGNAL(dataChanged()), in setPlugin()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/vpnc/vpnc/
H A D0002-Fix-vpnc-install-for-cross-compile.patch19 - install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
26 + install -m 755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dvariax.c164 line6->disconnect = line6_variax_disconnect; in variax_init()
230 .disconnect = line6_disconnect,
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Dcpus.py59 gdb.events.stop.disconnect(cpu_mask_invalidate)
61 gdb.events.new_objfile.disconnect(cpu_mask_invalidate)
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-dbgtty.c297 bool disconnect = false; in dbc_rx_push() local
313 disconnect = true; in dbc_rx_push()
358 if (!disconnect) in dbc_rx_push()
468 .disconnect = xhci_dbc_tty_unregister_device,

12345678910>>...35