| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/menus/ |
| H A D | MarkerPopupMenu.qml | 61 addItem(qsTr("Delete")).triggered.connect(function(){itemClicked("deleteMarker")}) 62 … addItem(qsTr("Coordinates")).triggered.connect(function(){itemClicked("getMarkerCoordinate")}) 63 addItem(qsTr("Move to")).triggered.connect(function(){itemClicked("moveMarkerTo")}) 65 …addItem(qsTr("Route to next point")).triggered.connect(function(){itemClicked("routeToNextPoint")}… 66 …addItem(qsTr("Distance to next point")).triggered.connect(function(){itemClicked("distanceToNextPo… 69 …addItem(qsTr("Route to next points")).triggered.connect(function(){itemClicked("routeToNextPoints"… 70 …addItem(qsTr("Distance to next point")).triggered.connect(function(){itemClicked("distanceToNextPo… 74 menu.addItem(qsTr("Image")).triggered.connect(function(){itemClicked("drawImage")}) 77 … menu.addItem(qsTr("Rectangle")).triggered.connect(function(){itemClicked("drawRectangle")}) 78 menu.addItem(qsTr("Circle")).triggered.connect(function(){itemClicked("drawCircle")}) [all …]
|
| H A D | MainMenu.qml | 83 item.triggered.connect(function(){selectProvider(provider)}) 104 item.triggered.connect(function(){selectMapType(mapType)}) 119 … addItem(qsTr("Reverse geocode")).triggered.connect(function(){selectTool("RevGeocode")}) 122 addItem(qsTr("Geocode")).triggered.connect(function(){selectTool("Geocode")}) 125 …addItem(qsTr("Route with coordinates")).triggered.connect(function(){selectTool("CoordinateRoute")… 126 … addItem(qsTr("Route with address")).triggered.connect(function(){selectTool("AddressRoute")}) 131 item.triggered.connect(function() {toggleMapState("MiniMap")}) 135 item.triggered.connect(function() {toggleMapState("FollowMe")}) 137 addItem(qsTr("Language")).triggered.connect(function(){selectTool("Language")}) 138 addItem(qsTr("Prefetch Map Data")).triggered.connect(function(){selectTool("Prefetch")}) [all …]
|
| H A D | MapPopupMenu.qml | 62 addItem(qsTr("Add Marker")).triggered.connect(function(){itemClicked("addMarker")}) 63 addItem(qsTr("Get coordinate")).triggered.connect(function(){itemClicked("getCoordinate")}) 64 …addItem(qsTr("Fit Viewport To Map Items")).triggered.connect(function(){itemClicked("fitViewport")… 67 … addItem(qsTr("Delete all markers")).triggered.connect(function(){itemClicked("deleteMarkers")}) 71 … addItem(qsTr("Delete all items")).triggered.connect(function(){itemClicked("deleteItems")})
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | browserwindow.cpp | 76 connect(focusUrlLineEditAction, &QAction::triggered, this, [this] () { in BrowserWindow() 99 connect(newTabAction, &QAction::triggered, tabWidget, &TabWidget::createTab); in createFileMenu() 107 connect(closeTabAction, &QAction::triggered, [tabWidget]() { in createFileMenu() 114 connect(closeAction, &QAction::triggered, this, &QWidget::close); in createFileMenu() 131 connect(findAction, &QAction::triggered, this, &BrowserWindow::handleFindActionTriggered); in createEditMenu() 135 connect(findNextAction, &QAction::triggered, [this]() { in createEditMenu() 143 connect(findPreviousAction, &QAction::triggered, [this]() { in createEditMenu() 160 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu() 166 connect(m_reloadAction, &QAction::triggered, [this]() { in createViewMenu() 172 connect(zoomIn, &QAction::triggered, [this]() { in createViewMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | browserwindow.cpp | 78 connect(focusUrlLineEditAction, &QAction::triggered, this, [this] () { in BrowserWindow() 101 connect(newTabAction, &QAction::triggered, tabWidget, &TabWidget::createTab); in createFileMenu() 109 connect(closeTabAction, &QAction::triggered, [tabWidget]() { in createFileMenu() 116 connect(closeAction, &QAction::triggered, this, &QWidget::close); in createFileMenu() 133 connect(findAction, &QAction::triggered, this, &BrowserWindow::handleFindActionTriggered); in createEditMenu() 137 connect(findNextAction, &QAction::triggered, [this]() { in createEditMenu() 145 connect(findPreviousAction, &QAction::triggered, [this]() { in createEditMenu() 162 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu() 168 connect(m_reloadAction, &QAction::triggered, [this]() { in createViewMenu() 174 connect(zoomIn, &QAction::triggered, [this]() { in createViewMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 135 connect(focusUrlLineEditAction, &QAction::triggered, this, [this] () { in BrowserWindow() 159 connect(newTabAction, &QAction::triggered, this, [this]() { in createFileMenu() 170 connect(closeTabAction, &QAction::triggered, [tabWidget]() { in createFileMenu() 177 connect(closeAction, &QAction::triggered, this, &QWidget::close); in createFileMenu() 194 connect(findAction, &QAction::triggered, this, &BrowserWindow::handleFindActionTriggered); in createEditMenu() 198 connect(findNextAction, &QAction::triggered, [this]() { in createEditMenu() 206 connect(findPreviousAction, &QAction::triggered, [this]() { in createEditMenu() 223 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu() 229 connect(m_reloadAction, &QAction::triggered, [this]() { in createViewMenu() 235 connect(zoomIn, &QAction::triggered, [this]() { in createViewMenu() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | browserwindow.cpp | 135 connect(focusUrlLineEditAction, &QAction::triggered, this, [this] () { in BrowserWindow() 159 connect(newTabAction, &QAction::triggered, this, [this]() { in createFileMenu() 170 connect(closeTabAction, &QAction::triggered, [tabWidget]() { in createFileMenu() 177 connect(closeAction, &QAction::triggered, this, &QWidget::close); in createFileMenu() 194 connect(findAction, &QAction::triggered, this, &BrowserWindow::handleFindActionTriggered); in createEditMenu() 198 connect(findNextAction, &QAction::triggered, [this]() { in createEditMenu() 206 connect(findPreviousAction, &QAction::triggered, [this]() { in createEditMenu() 223 connect(m_stopAction, &QAction::triggered, [this]() { in createViewMenu() 229 connect(m_reloadAction, &QAction::triggered, [this]() { in createViewMenu() 235 connect(zoomIn, &QAction::triggered, [this]() { in createViewMenu() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellde/ |
| H A D | memory.json | 35 …"BriefDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a … 38 …"PublicDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a… 45 …"BriefDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store t… 48 …"PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store … 55 …"BriefDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not e… 58 …"PublicDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not … 65 …"BriefDescription": "Number of times a TSX Abort was triggered due to release/commit but data and … 68 …"PublicDescription": "Number of times a TSX Abort was triggered due to release/commit but data and… 75 …"BriefDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported al… 78 …"PublicDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported a… [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/iio/ |
| H A D | triggered-buffers.rst | 2 Triggered Buffers 7 IIO triggered buffer setup 10 * :c:func:`iio_triggered_buffer_setup` — Setup triggered buffer and pollfunc 15 A typical triggered buffer setup looks like this:: 45 /* setup triggered buffer, usually in probe function */ 69 .. kernel-doc:: drivers/iio/buffer/industrialio-triggered-buffer.c
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/ |
| H A D | rpmh-rsc.txt | 7 val) pair and triggered. Messages in the TCS are then sent in sequence over an 16 A TCS may be triggered from Linux or triggered by the F/W after all the CPUs 19 ACTIVE /* Triggered by Linux */ 20 SLEEP /* Triggered by F/W */ 21 WAKE /* Triggered by F/W */ 22 CONTROL /* Triggered by F/W */
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/ |
| H A D | notif-wait.c | 78 bool triggered = false; in iwl_notification_wait() local 89 * If it already finished (triggered) or has been in iwl_notification_wait() 94 if (w->triggered || w->aborted) in iwl_notification_wait() 112 w->triggered = true; in iwl_notification_wait() 113 triggered = true; in iwl_notification_wait() 119 return triggered; in iwl_notification_wait() 151 wait_entry->triggered = false; in iwl_init_notification_wait() 176 wait_entry->triggered || wait_entry->aborted, in iwl_wait_notification()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/reset/ |
| H A D | gpio-poweroff.txt | 3 The driver supports both level triggered and edge triggered power off. 10 output, and drive active, so triggering a level triggered power off 12 triggering positive edge triggered power off. After a delay of 100ms, 14 triggering negative edge triggered power off. After another 100ms
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-dqevent.rst | 118 - This event is triggered on the vertical sync. This event has a 123 - This event is triggered when the end of a stream is reached. This 129 which you want to receive events. This event is triggered if the 153 - Triggered immediately when the reception of a frame has begun. 166 - This event is triggered when a source parameter change is detected 168 change triggered by a video decoder or the format change happening 182 - Triggered whenever the motion detection state for one or more of 324 - This control event was triggered because the value of the control 330 - This control event was triggered because the control flags 334 - This control event was triggered because the minimum, maximum, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | hw_breakpoint.h | 49 perf_overflow_handler_t triggered, 65 perf_overflow_handler_t triggered, 71 perf_overflow_handler_t triggered, 100 perf_overflow_handler_t triggered, in register_user_hw_breakpoint() argument 112 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint_cpu() argument 117 perf_overflow_handler_t triggered, in register_wide_hw_breakpoint() argument
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | mainwindow.cpp | 189 connect(ui->actionConnect, &QAction::triggered, this, &MainWindow::openSerialPort); in initActionsConnections() 190 connect(ui->actionDisconnect, &QAction::triggered, this, &MainWindow::closeSerialPort); in initActionsConnections() 191 connect(ui->actionQuit, &QAction::triggered, this, &MainWindow::close); in initActionsConnections() 192 connect(ui->actionConfigure, &QAction::triggered, settings, &MainWindow::show); in initActionsConnections() 193 connect(ui->actionClear, &QAction::triggered, console, &Console::clear); in initActionsConnections() 194 connect(ui->actionAbout, &QAction::triggered, this, &MainWindow::about); in initActionsConnections() 195 connect(ui->actionAboutQt, &QAction::triggered, qApp, &QApplication::aboutQt); in initActionsConnections() 197 connect(ui->actionExit, &QAction::triggered, this, [=](){ in initActionsConnections()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/ |
| H A D | mainwindow.cpp | 189 connect(ui->actionConnect, &QAction::triggered, this, &MainWindow::openSerialPort); in initActionsConnections() 190 connect(ui->actionDisconnect, &QAction::triggered, this, &MainWindow::closeSerialPort); in initActionsConnections() 191 connect(ui->actionQuit, &QAction::triggered, this, &MainWindow::close); in initActionsConnections() 192 connect(ui->actionConfigure, &QAction::triggered, settings, &MainWindow::show); in initActionsConnections() 193 connect(ui->actionClear, &QAction::triggered, console, &Console::clear); in initActionsConnections() 194 connect(ui->actionAbout, &QAction::triggered, this, &MainWindow::about); in initActionsConnections() 195 connect(ui->actionAboutQt, &QAction::triggered, qApp, &QApplication::aboutQt); in initActionsConnections() 197 connect(ui->actionExit, &QAction::triggered, this, [=](){ in initActionsConnections()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | amplc_dio200_common.c | 241 unsigned int triggered) in dio200_read_scan_intr() argument 250 if (triggered & (1U << ch)) in dio200_read_scan_intr() 266 unsigned int triggered; in dio200_handle_read_intr() local 271 triggered = 0; in dio200_handle_read_intr() 276 * Collect interrupt sources that have triggered and disable in dio200_handle_read_intr() 278 * sources have triggered, at which point, the valid part of in dio200_handle_read_intr() 287 subpriv->valid_isns & ~triggered)) != 0) { in dio200_handle_read_intr() 288 triggered |= intstat; in dio200_handle_read_intr() 289 cur_enabled &= ~triggered; in dio200_handle_read_intr() 295 * source has triggered. in dio200_handle_read_intr() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | lm78.rst | 45 Temperatures are measured in degrees Celsius. An alarm is triggered once 46 when the Overtemperature Shutdown limit is crossed; it is triggered again 54 triggered if the rotation speed has dropped below a programmable limit. Fan 61 An alarm is triggered if the voltage has crossed a programmable minimum 72 If an alarm triggers, it will remain triggered until the hardware register
|
| H A D | gl518sm.rst | 50 triggered if the rotation speed has dropped below a programmable limit. In 51 case when you have selected to turn fan1 off, no fan1 alarm is triggered. 59 An alarm is triggered if the voltage has crossed a programmable minimum or 68 When an alarm is triggered, you can be warned by a beeping signal through your 72 If an alarm triggers, it will remain triggered until the hardware register
|
| H A D | sis5595.rst | 86 Temperatures are measured in degrees Celsius. An alarm is triggered once 87 when the max is crossed; it is also triggered when it drops below the min 92 triggered if the rotation speed has dropped below a programmable limit. Fan 99 alarm is triggered if the voltage has crossed a programmable minimum or 106 triggered when an external chip has crossed its limits. Usually, this is 110 If an alarm triggers, it will remain triggered until the hardware register
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellx/ |
| H A D | memory.json | 35 …"BriefDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a … 38 …"PublicDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a… 45 …"BriefDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store t… 48 …"PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store … 55 …"BriefDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not e… 58 …"PublicDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not … 65 …"BriefDescription": "Number of times a TSX Abort was triggered due to release/commit but data and … 68 …"PublicDescription": "Number of times a TSX Abort was triggered due to release/commit but data and… 75 …"BriefDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported al… 78 …"PublicDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported a… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_irq_test/ |
| H A D | mali_kutf_irq_test_main.c | 73 static bool triggered; variable 109 triggered = true; in kbase_gpu_irq_custom_handler() 194 triggered = false; in mali_kutf_irq_latency() 200 if (wait_event_timeout(wait, triggered, IRQ_TIMEOUT) == 0) { in mali_kutf_irq_latency() 202 wait_event_timeout(wait, triggered, 10 * IRQ_TIMEOUT); in mali_kutf_irq_latency() 233 "Timed out for the %u-th IRQ (loop_limit: %u), triggered late: %d\n", in mali_kutf_irq_latency() 234 i, NR_TEST_IRQS, triggered); in mali_kutf_irq_latency()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/ |
| H A D | mainwindow.cpp | 168 connect(ui->actionConnect, &QAction::triggered, this, &TeriminalWidget::openSerialPort); in initActionsConnections() 169 connect(ui->actionDisconnect, &QAction::triggered, this, &TeriminalWidget::closeSerialPort); in initActionsConnections() 170 connect(ui->actionQuit, &QAction::triggered, this, &TeriminalWidget::close); in initActionsConnections() 171 connect(ui->actionConfigure, &QAction::triggered, settings, &TeriminalWidget::show); in initActionsConnections() 172 connect(ui->actionClear, &QAction::triggered, console, &Console::clear); in initActionsConnections() 173 connect(ui->actionAbout, &QAction::triggered, this, &TeriminalWidget::about); in initActionsConnections() 174 connect(ui->actionAboutQt, &QAction::triggered, qApp, &QApplication::aboutQt); in initActionsConnections()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/ |
| H A D | cavium-octeon-gpio.txt | 21 1 - edge triggered on the rising edge. 22 2 - edge triggered on the falling edge 23 4 - level triggered active high. 24 8 - level triggered active low.
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | irq-generic.h | 23 * IRQ_TYPE_EDGE_RISING - rising edge triggered 24 * IRQ_TYPE_EDGE_FALLING - falling edge triggered 25 * IRQ_TYPE_EDGE_BOTH - rising and falling edge triggered 26 * IRQ_TYPE_LEVEL_HIGH - high level triggered 27 * IRQ_TYPE_LEVEL_LOW - low level triggered
|