summaryrefslogtreecommitdiffstats
path: root/spec/rtems/io
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 10:50:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-09-28 11:03:04 +0200
commit5e9483102ca788643622b9131d95aab868c8c47f (patch)
tree3a7f85688f2b22d321c2ccd522ffbf7a2d4cb7bb /spec/rtems/io
parentspec: Mark some acfg options as not pre-qualified (diff)
downloadrtems-central-5e9483102ca788643622b9131d95aab868c8c47f.tar.bz2
spec: Mark some directive as not pre-qualified
Diffstat (limited to 'spec/rtems/io')
-rw-r--r--spec/rtems/io/if/close.yml2
-rw-r--r--spec/rtems/io/if/control.yml2
-rw-r--r--spec/rtems/io/if/initialize.yml2
-rw-r--r--spec/rtems/io/if/open.yml2
-rw-r--r--spec/rtems/io/if/printk-printer.yml2
-rw-r--r--spec/rtems/io/if/printk.yml2
-rw-r--r--spec/rtems/io/if/putk.yml2
-rw-r--r--spec/rtems/io/if/read.yml2
-rw-r--r--spec/rtems/io/if/register-driver.yml2
-rw-r--r--spec/rtems/io/if/register-name.yml2
-rw-r--r--spec/rtems/io/if/unregister-driver.yml2
-rw-r--r--spec/rtems/io/if/vprintk.yml2
-rw-r--r--spec/rtems/io/if/write.yml2
13 files changed, 26 insertions, 0 deletions
diff --git a/spec/rtems/io/if/close.yml b/spec/rtems/io/if/close.yml
index 8125021c..8575df56 100644
--- a/spec/rtems/io/if/close.yml
+++ b/spec/rtems/io/if/close.yml
@@ -26,6 +26,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_close
notes: |
The close entry point is commonly used by device drivers to relinquish
diff --git a/spec/rtems/io/if/control.yml b/spec/rtems/io/if/control.yml
index a141270d..618eadf9 100644
--- a/spec/rtems/io/if/control.yml
+++ b/spec/rtems/io/if/control.yml
@@ -27,6 +27,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_control
notes: |
The exact functionality of the driver entry called by this directive is
diff --git a/spec/rtems/io/if/initialize.yml b/spec/rtems/io/if/initialize.yml
index 5aef69e0..6d875bd9 100644
--- a/spec/rtems/io/if/initialize.yml
+++ b/spec/rtems/io/if/initialize.yml
@@ -26,6 +26,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_initialize
notes: |
This directive is automatically invoked for each device driver defined by the
diff --git a/spec/rtems/io/if/open.yml b/spec/rtems/io/if/open.yml
index aadd279d..c0b33275 100644
--- a/spec/rtems/io/if/open.yml
+++ b/spec/rtems/io/if/open.yml
@@ -26,6 +26,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_open
notes: |
The open entry point is commonly used by device drivers to provide exclusive
diff --git a/spec/rtems/io/if/printk-printer.yml b/spec/rtems/io/if/printk-printer.yml
index 0508625c..a0d81afd 100644
--- a/spec/rtems/io/if/printk-printer.yml
+++ b/spec/rtems/io/if/printk-printer.yml
@@ -29,6 +29,8 @@ links:
uid: /constraint/directive-no-preempt
- role: constraint
uid: ../constraint/no-floating-point
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_printk_printer
notes: |
The directive may be used to print debug and test information. It uses
diff --git a/spec/rtems/io/if/printk.yml b/spec/rtems/io/if/printk.yml
index 5652b7a3..eb84ed01 100644
--- a/spec/rtems/io/if/printk.yml
+++ b/spec/rtems/io/if/printk.yml
@@ -29,6 +29,8 @@ links:
uid: /constraint/directive-no-preempt
- role: constraint
uid: ../constraint/no-floating-point
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: printk
notes: |
The directive may be used to print debug and test information. It uses
diff --git a/spec/rtems/io/if/putk.yml b/spec/rtems/io/if/putk.yml
index 88e3067a..9fa63c21 100644
--- a/spec/rtems/io/if/putk.yml
+++ b/spec/rtems/io/if/putk.yml
@@ -26,6 +26,8 @@ links:
uid: /constraint/directive-ctx-any
- role: constraint
uid: /constraint/directive-no-preempt
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: putk
notes: |
The directive may be used to print debug and test information. It uses
diff --git a/spec/rtems/io/if/read.yml b/spec/rtems/io/if/read.yml
index e39537c1..6ff6cd7a 100644
--- a/spec/rtems/io/if/read.yml
+++ b/spec/rtems/io/if/read.yml
@@ -26,6 +26,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_read
notes: |
Read operations typically require a buffer address as part of the argument
diff --git a/spec/rtems/io/if/register-driver.yml b/spec/rtems/io/if/register-driver.yml
index f4bdf392..9ca2ff82 100644
--- a/spec/rtems/io/if/register-driver.yml
+++ b/spec/rtems/io/if/register-driver.yml
@@ -25,6 +25,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_register_driver
notes: |
If the device major number equals zero a device major number will be
diff --git a/spec/rtems/io/if/register-name.yml b/spec/rtems/io/if/register-name.yml
index f4e81231..698d7a8e 100644
--- a/spec/rtems/io/if/register-name.yml
+++ b/spec/rtems/io/if/register-name.yml
@@ -25,6 +25,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_register_name
notes: |
The device is registered as a character device.
diff --git a/spec/rtems/io/if/unregister-driver.yml b/spec/rtems/io/if/unregister-driver.yml
index 59a7755b..9eea5254 100644
--- a/spec/rtems/io/if/unregister-driver.yml
+++ b/spec/rtems/io/if/unregister-driver.yml
@@ -23,6 +23,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_unregister_driver
notes: |
Currently no specific checks are made and the driver is not closed.
diff --git a/spec/rtems/io/if/vprintk.yml b/spec/rtems/io/if/vprintk.yml
index eb055989..5b95980c 100644
--- a/spec/rtems/io/if/vprintk.yml
+++ b/spec/rtems/io/if/vprintk.yml
@@ -29,6 +29,8 @@ links:
uid: /constraint/directive-no-preempt
- role: constraint
uid: ../constraint/no-floating-point
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: vprintk
notes: |
The directive may be used to print debug and test information. It uses
diff --git a/spec/rtems/io/if/write.yml b/spec/rtems/io/if/write.yml
index b37a2368..3eb82fee 100644
--- a/spec/rtems/io/if/write.yml
+++ b/spec/rtems/io/if/write.yml
@@ -26,6 +26,8 @@ links:
uid: header
- role: interface-ingroup
uid: group
+- role: constraint
+ uid: /constraint/directive-not-pre-qualified
name: rtems_io_write
notes: |
Write operations typically require a buffer address as part of the argument