Searched refs:connect (Results 1 - 7 of 7) sorted by last modified time

/u-boot/drivers/iommu/
H A Diommu-uclass.c107 if (ops && ops->connect) {
108 ret = ops->connect(dev);
110 log_err("%s: Failed to connect '%s' to IOMMU '%s': %d\n",
H A Dqcom-hyp-smmu.c379 .connect = qcom_smmu_connect,
/u-boot/doc/sphinx/
H A Dcdomain.py129 app.connect('source-read', c_markups)
H A Dkfigure.py131 app.connect('builder-inited', setupTools)
160 app.connect('doctree-read', add_kernel_figure_to_std_domain)
H A Dautomarkup.py286 app.connect('doctree-resolved', auto_markup)
/u-boot/include/
H A Diommu.h12 * @dev: Device to connect
15 int (*connect)(struct udevice *dev); member in struct:iommu_ops
/u-boot/scripts/kconfig/
H A Dqconf.cc270 connect(this, SIGNAL(editingFinished()), SLOT(hide()));
323 connect(this, SIGNAL(itemSelectionChanged(void)),
333 connect(configApp, SIGNAL(aboutToQuit()), SLOT(saveSettings()));
879 connect(action, SIGNAL(toggled(bool)),
881 connect(parent(), SIGNAL(showNameChanged(bool)),
887 connect(action, SIGNAL(toggled(bool)),
889 connect(parent(), SIGNAL(showRangeChanged(bool)),
895 connect(action, SIGNAL(toggled(bool)),
897 connect(parent(), SIGNAL(showDataChanged(bool)),
1018 connect(configAp
[all...]

Completed in 62 milliseconds