Home
last modified time | relevance | path

Searched full:primary (Results 1 – 25 of 2337) sorted by relevance

12345678910>>...94

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/
H A DThreshold.events.yaml11 primary: true
21 primary: true
25 primary: true
29 primary: true
33 primary: true
43 primary: true
47 primary: true
51 primary: true
55 primary: true
65 primary: true
[all …]
/openbmc/linux/drivers/mfd/
H A Dwm8350-irq.c35 int primary; member
43 .primary = WM8350_OC_INT,
49 .primary = WM8350_UV_INT,
54 .primary = WM8350_UV_INT,
59 .primary = WM8350_UV_INT,
64 .primary = WM8350_UV_INT,
69 .primary = WM8350_UV_INT,
74 .primary = WM8350_UV_INT,
79 .primary = WM8350_UV_INT,
84 .primary = WM8350_UV_INT,
[all …]
H A Dwm831x-irq.c26 int primary; member
33 .primary = WM831X_TEMP_INT,
38 .primary = WM831X_GP_INT,
43 .primary = WM831X_GP_INT,
48 .primary = WM831X_GP_INT,
53 .primary = WM831X_GP_INT,
58 .primary = WM831X_GP_INT,
63 .primary = WM831X_GP_INT,
68 .primary = WM831X_GP_INT,
73 .primary = WM831X_GP_INT,
[all …]
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-ipc.c92 /* Module operations primary register */
305 header->primary | SKL_ADSP_REG_HIPCI_BUSY); in skl_ipc_tx_msg()
333 header->primary); in skl_ipc_reply_get_msg()
350 if (IPC_GLB_NOTIFY_MSG_TYPE(header.primary)) { in skl_ipc_process_notification()
351 switch (IPC_GLB_NOTIFY_TYPE(header.primary)) { in skl_ipc_process_notification()
354 dev_err(ipc->dev, "FW Underrun %x\n", header.primary); in skl_ipc_process_notification()
359 header.primary); in skl_ipc_process_notification()
382 header.primary); in skl_ipc_process_notification()
437 u32 reply = header.primary & IPC_GLB_REPLY_STATUS_MASK; in skl_ipc_process_reply()
453 dev_dbg(ipc->dev, "ipc FW reply %x: success\n", header.primary); in skl_ipc_process_reply()
[all …]
/openbmc/qemu/docs/
H A Dblock-replication.txt19 consecutive checkpoints. The VM state of the Primary and Secondary VM is
25 the Primary disk are asynchronously forwarded to the Secondary node.
31 |Primary Write Requests| |Secondary Write Requests|
46 | Primary Disk | | Secondary Disk |
49 1) Primary write requests will be copied and forwarded to Secondary
51 2) Before Primary write requests are written to Secondary disk, the
55 previous COW of "Primary Write Requests") in the Disk buffer.
56 3) Primary write requests will be written to Secondary disk.
70 Primary 2 filter |
77 Primary | || Secondary disk <--------- hidden-disk 5 <--------- active-disk 4
[all …]
H A DCOLO-FT.txt18 Both primary VM (PVM) and secondary VM (SVM) run in parallel. They receive the
27 The primary node running the PVM, and the secondary node running the SVM
33 primary node, and then forwarded to the secondary node, so that both the PVM
44 Primary Node Secondary Node
47 | Primary VM | +-----------+-----------+ +-----------+------------+ |Secondary VM|
88 Runs on both the primary and secondary nodes, to periodically check platform
89 availability. When the primary node suffers a hardware fail-stop failure,
94 When primary VM writes data into image, the colo disk manager captures this data
96 image is consistent with the context of primary VM 's image.
102 Primary side.
[all …]
/openbmc/phosphor-webui/app/common/styles/components/
H A Dform-elements.scss12 @include bgImage__arrowDown-primary;
28 background: $primary-light;
60 color: $primary-accent;
103 background: $primary-light;
117 border: 1px solid $primary-accent;
118 background-color: $primary-accent;
123 background: $primary-accent;
128 background: $primary-accent;
136 border: 1px solid $primary-light;
161 border: solid $primary-light;
[all …]
H A Dtable.scss5 color: $primary-dark;
46 color: $primary-light;
89 color: $primary-light;
140 color: $primary-accent;
145 color: $primary-accent;
270 border-left: 2px solid $primary-light;
271 border-bottom: 2px solid $primary-light;
277 background: $primary-accent;
278 border-color: $primary-accent;
285 border-left: 0 solid $primary-light;
[all …]
/openbmc/qemu/docs/system/
H A Dvirtio-net-failover.rst14 The two devices are called primary and standby device. The fast hardware based
15 networking device is called the primary device and the virtio-net device is the
21 Currently only PCIe devices are allowed as primary devices, this restriction
23 devices are allowed as primary device. The user needs to ensure that primary
33 another host QEMU will unplug the primary device via the PCIe based hotplug
35 system the primary device will be automatically plugged back and the
36 net_failover module registers it again as the primary device.
41 The primary device can be hotplugged or be part of the startup configuration
57 Both primary and standby device can be hotplugged via the QEMU monitor. Note
59 couldn't find the primary device.
[all …]
/openbmc/linux/Documentation/virt/
H A Dne_overview.rst16 application then runs in a separate VM than the primary VM, namely an enclave.
24 carved out of the primary VM. Each enclave is mapped to a process running in the
25 primary VM, that communicates with the NE kernel driver via an ioctl interface.
29 1. An enclave abstraction process - a user space process running in the primary
33 There is a NE emulated PCI device exposed to the primary VM. The driver for this
39 hypervisor running on the host where the primary VM is running. The Nitro
42 2. The enclave itself - a VM running on the same host as the primary VM that
43 spawned it. Memory and CPUs are carved out of the primary VM and are dedicated
46 The memory regions carved out of the primary VM and given to an enclave need to
53 available for the primary VM. A CPU pool has to be set for NE purposes by an
[all …]
/openbmc/webui-vue/docs/guide/components/buttons/
H A Dindex.md4 the `primary` and `secondary` buttons. Buttons, like all Boostrap-vue components
22 <b-button variant="primary">Primary</b-button>
23 <b-button variant="primary">
25 <span>Primary with icon</span>
45 <b-button disabled variant="primary">Primary</b-button>
46 <b-button disabled variant="primary">
48 <span>Primary with icon</span>
/openbmc/linux/fs/erofs/
H A Dfscache.c29 struct erofs_fscache_request *primary; member
56 static struct erofs_fscache_request *erofs_fscache_req_chain(struct erofs_fscache_request *primary, in erofs_fscache_req_chain() argument
61 /* use primary request for the first submission */ in erofs_fscache_req_chain()
62 if (!primary->submitted) { in erofs_fscache_req_chain()
63 refcount_inc(&primary->ref); in erofs_fscache_req_chain()
64 return primary; in erofs_fscache_req_chain()
67 req = erofs_fscache_req_alloc(primary->mapping, in erofs_fscache_req_chain()
68 primary->start + primary->submitted, len); in erofs_fscache_req_chain()
70 req->primary = primary; in erofs_fscache_req_chain()
71 refcount_inc(&primary->ref); in erofs_fscache_req_chain()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_modeset_helper.c103 * creating the primary plane.
120 * Initialize a CRTC object with a default helper-provided primary plane and no
126 * 1. Primary plane cannot be repositioned.
127 * 2. Primary plane cannot be scaled.
128 * 3. Primary plane must cover the entire CRTC.
130 * 5. The primary plane must always be on if the CRTC is enabled.
133 * should instead implement their own primary plane. Atomic drivers must do so.
144 struct drm_plane *primary; in drm_crtc_init() local
148 primary = __drm_universal_plane_alloc(dev, sizeof(*primary), 0, 0, in drm_crtc_init()
153 if (IS_ERR(primary)) in drm_crtc_init()
[all …]
/openbmc/linux/sound/soc/sof/
H A Dipc4.c181 val = msg->primary & SOF_IPC4_MSG_TARGET_MASK; in sof_ipc4_log_header()
182 type = SOF_IPC4_MSG_TYPE_GET(msg->primary); in sof_ipc4_log_header()
199 u32 notif = SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary); in sof_ipc4_log_header()
216 text, msg->primary, msg->extension, str, str2, in sof_ipc4_log_header()
219 dev_dbg(dev, "%s: %#x|%#x: %s|%s\n", text, msg->primary, in sof_ipc4_log_header()
224 text, msg->primary, msg->extension, str, in sof_ipc4_log_header()
227 dev_dbg(dev, "%s: %#x|%#x: %s\n", text, msg->primary, in sof_ipc4_log_header()
237 !SOF_IPC4_MSG_IS_MODULE_MSG(msg->primary) && in sof_ipc4_log_header()
238 SOF_IPC4_MSG_TYPE_GET(msg->primary) == SOF_IPC4_GLB_NOTIFICATION && in sof_ipc4_log_header()
239 SOF_IPC4_NOTIFICATION_TYPE_GET(msg->primary) == SOF_IPC4_NOTIFY_LOG_BUFFER_STATUS) in sof_ipc4_log_header()
[all …]
H A Dsof-client-probes-ipc4.c122 msg.primary = mentry->id; in ipc4_probes_init()
123 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_INIT_INSTANCE); in ipc4_probes_init()
124 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_init()
125 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_init()
153 msg.primary = mentry->id; in ipc4_probes_deinit()
154 msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_DELETE_INSTANCE); in ipc4_probes_deinit()
155 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_deinit()
156 msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG); in ipc4_probes_deinit()
223 msg.primary = mentry->id; in ipc4_probes_points_add()
224 msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in ipc4_probes_points_add()
[all …]
/openbmc/linux/drivers/gpu/drm/v3d/
H A Dv3d_trace.h26 __entry->dev = dev->primary->index;
52 __entry->dev = dev->primary->index;
78 __entry->dev = dev->primary->index;
98 __entry->dev = dev->primary->index;
118 __entry->dev = dev->primary->index;
138 __entry->dev = dev->primary->index;
157 __entry->dev = dev->primary->index;
177 __entry->dev = dev->primary->index;
197 __entry->dev = dev->primary->index;
219 __entry->dev = dev->primary->index;
[all …]
/openbmc/qemu/target/sparc/
H A Dasi.h128 #define ASI_AIUP 0x10 /* Primary, user */
130 #define ASI_AIUPL 0x18 /* Primary, user, little endian */
132 #define ASI_P 0x80 /* Primary, implicit */
134 #define ASI_PNF 0x82 /* Primary, no fault */
136 #define ASI_PL 0x88 /* Primary, implicit, l-endian */
138 #define ASI_PNFL 0x8a /* Primary, no fault, l-endian */
147 #define ASI_MON_AIUP 0x12 /* (VIS4) Primary, user, monitor */
163 #define ASI_TWINX_AIUP 0x22 /* twin load, primary user */
173 #define ASI_TWINX_AIUP_L 0x2a /* twin load, primary user, LE */
242 #define ASI_BLK_AIUP 0x70 /* Primary, user, block load/store */
[all …]
/openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/
H A Dampere_flash_bios.sh18 # 1 => to switch SPI0_CS0_FL0_L to primary SPI Nor dev…
49 echo " DEV_SEL 1 is Primary SPI (by default), 2 is Second SPI"
60 DEV_SEL="1" # by default, select primary device
91 # Switch the host SPI bus (between primary and secondary)
94 echo "Run update Primary Host SPI-NOR"
95 gpioset $(gpiofind spi0-backup-sel)=1 # Primary SPI
100 echo "Please choose primary SPI (1) or second SPI (2)"
107 # Switch the SPI bus to the primary spi device
108 echo "Switch to the Primary Host SPI-NOR"
110 echo "ERROR: Switch to the Primary Host SPI-NOR. Please check gpio state"
/openbmc/phosphor-webui/app/common/styles/layout/
H A Dheader.scss26 background: $primary-dark;
27 color: $primary-light;
38 color: $primary-dark;
42 color: $primary-light;
43 fill: $primary-light;
61 color: $primary-light;
69 background: $primary-light;
81 color: $primary-dark;
111 background: $primary-light;
121 color: $primary-dark;
[all …]
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt162 0b'11 Primary context virtual address
167 0b'011 Primary context virtual address
183 0b'011 Primary context virtual address
188 [4:2] Primary source address type
192 0b'011 Primary context virtual address
201 0b'11 Primary context virtual address
247 …require multiple data streams for processing, requiring the specification of both primary data for…
250 36.2.1.1.1. Primary Input Format
252 …The primary input format code is a 4-bit field when it is used. There are 10 primary input formats…
301 36.2.1.1.2. Primary Input Element Size
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css46 /* Remove the hovering from the .btn-primary buttons when they are disabled */
48 .btn-primary.disabled.focus,
49 .btn-primary.disabled:focus,
50 .btn-primary.disabled:hover,
51 .btn-primary.focus[disabled],
52 .btn-primary[disabled]:focus,
53 .btn-primary[disabled]:hover,
54 fieldset[disabled] .btn-primary.focus,
55 fieldset[disabled] .btn-primary:focus,
56 fieldset[disabled] .btn-primary:hover {
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h129 #define ASI_AIUP 0x10 /* Primary, user */
131 #define ASI_AIUPL 0x18 /* Primary, user, little endian */
133 #define ASI_P 0x80 /* Primary, implicit */
135 #define ASI_PNF 0x82 /* Primary, no fault */
137 #define ASI_PL 0x88 /* Primary, implicit, l-endian */
139 #define ASI_PNFL 0x8a /* Primary, no fault, l-endian */
230 #define ASI_BLK_AIUP 0x70 /* Primary, user, block load/store */
241 #define ASI_BLK_AIUPL 0x78 /* Primary, user, little, blk ld/st*/
252 0x92 /* (NG7) MCD store BLKINIT primary */
254 #define ASI_PST8_P 0xc0 /* Primary, 8 8-bit, partial */
[all …]
/openbmc/linux/drivers/gpu/drm/ci/
H A Dtestlist.txt93 kms_atomic@plane-primary-legacy
94 kms_atomic@plane-primary-overlay-mutable-zpos
109 kms_atomic_interruptible@universal-setplane-primary
111 kms_atomic_transition@plane-primary-toggle-with-vblank-wait
346 kms_ccs@pipe-A-crc-primary-basic-y_tiled_ccs
347 kms_ccs@pipe-A-crc-primary-basic-yf_tiled_ccs
348 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_rc_ccs
349 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_rc_ccs_cc
350 kms_ccs@pipe-A-crc-primary-basic-y_tiled_gen12_mc_ccs
351 kms_ccs@pipe-A-crc-primary-basic-4_tiled_dg2_rc_ccs
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-colorimetry.rst65 primary component c of the mastering display in increments of 0.00002.
68 primary, c equal to 1 corresponds to Blue primary and c equal to 2
69 corresponds to the Red color primary.
73 primary component c of the mastering display in increments of 0.00002.
76 primary, c equal to 1 corresponds to Blue primary and c equal to 2
77 corresponds to Red color primary.
/openbmc/phosphor-dbus-interfaces/
H A Drequirements.md64 associations should be considered to have a "primary" and "secondary" end, which
66 be "containing" (primary) any number of other inventory objects which are
92 The primary relationship should be a verb with a Present Participle tense
99 - The `{primary element}` is `{primary association}` the `{secondary element}`.
101 `{primary element}`.
104 `{primary element}/{primary association}` with an endpoints property value of
106 endpoints property value of `{primary element}`.

12345678910>>...94