| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| 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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/usb/ |
| H A D | callbacks.rst | 21 - @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 D | page_pool.h | 87 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 D | path.c | 48 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 D | tqm8xx.dts | 75 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 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.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-mux-pca954x.txt | 28 - idle-state: if present, overrides i2c-mux-idle-disconnect, 30 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
| H A D | i2c-mux-ltc4306.txt | 17 - i2c-mux-idle-disconnect: Boolean; if defined, forces mux to disconnect all
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_hpd.c | 38 || !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 D | omapfb_dss.h | 440 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 D | qgeomapmapboxgl.cpp | 195 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 D | page_pool.c | 430 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 D | huawei_cdc_ncm.c | 121 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 D | dln2.c | 113 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 D | history.cpp | 462 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 D | phy-mxs-usb.c | 357 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 D | phy-rockchip-naneng-usb2.txt | 43 * "disconnect" : for the host/otg disconnect interrupt. 71 interrupt-names = "linestate", "disconnect";
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_ktls.c | 31 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 D | front_camera_setting.cpp | 58 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 D | qdeclarativesupportedcategoriesmodel.cpp | 270 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 D | 0002-Fix-vpnc-install-for-cross-compile.patch | 19 - install -m755 vpnc-disconnect $(DESTDIR)$(SBINDIR) 26 + install -m 755 vpnc-disconnect $(DESTDIR)$(SBINDIR)
|
| /OK3568_Linux_fs/kernel/sound/usb/line6/ |
| H A D | variax.c | 164 line6->disconnect = line6_variax_disconnect; in variax_init() 230 .disconnect = line6_disconnect,
|
| /OK3568_Linux_fs/kernel/scripts/gdb/linux/ |
| H A D | cpus.py | 59 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 D | xhci-dbgtty.c | 297 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,
|