Home
last modified time | relevance | path

Searched refs:primary (Results 51 – 75 of 906) sorted by relevance

12345678910>>...37

/openbmc/phosphor-webui/app/common/styles/base/
H A Dutility.scss35 color: $primary-accent;
123 color: $primary-light;
126 from { background: $primary-accent; }
131 0% { background: $primary-accent; }
H A Dbuttons.scss21 type (.btn-primary, .btn-secondary) will provide color
76 Use for the primary use-case/s that is non-destructive.
79 .btn-primary {
103 of less priority to primary buttons.
104 These usually come coupled with a primary.
/openbmc/qemu/hw/vfio/
H A Ddisplay.c283 assert(dmabuf != dpy->dmabuf.primary); in vfio_display_free_dmabufs()
292 VFIODMABuf *primary, *cursor; in vfio_display_dmabuf_update() local
296 primary = vfio_display_get_dmabuf(vdev, DRM_PLANE_TYPE_PRIMARY); in vfio_display_dmabuf_update()
297 if (primary == NULL) { in vfio_display_dmabuf_update()
304 width = qemu_dmabuf_get_width(primary->buf); in vfio_display_dmabuf_update()
305 height = qemu_dmabuf_get_height(primary->buf); in vfio_display_dmabuf_update()
307 if (dpy->dmabuf.primary != primary) { in vfio_display_dmabuf_update()
308 dpy->dmabuf.primary = primary; in vfio_display_dmabuf_update()
310 dpy_gl_scanout_dmabuf(dpy->con, primary->buf); in vfio_display_dmabuf_update()
393 !vdev->dpy->dmabuf.primary) { in vfio_display_reset()
/openbmc/linux/drivers/gpu/drm/kmb/
H A Dkmb_crtc.c232 struct kmb_plane *primary; in kmb_setup_crtc() local
235 primary = kmb_plane_init(drm); in kmb_setup_crtc()
236 if (IS_ERR(primary)) in kmb_setup_crtc()
237 return PTR_ERR(primary); in kmb_setup_crtc()
239 ret = drm_crtc_init_with_planes(drm, &kmb->crtc, &primary->base_plane, in kmb_setup_crtc()
242 kmb_plane_destroy(&primary->base_plane); in kmb_setup_crtc()
/openbmc/phosphor-webui/app/server-control/styles/
H A Dpower-operations.scss40 color: $primary-dark;
48 color: $primary-dark;
66 color: $primary-dark;
83 color: $primary-dark;
/openbmc/qemu/docs/
H A Dcolo-proxy.txt27 all primary packet has queued. Otherwise just send the queued primary
90 Redirect server filter receive primary guest packet
94 COLO-compare receive primary guest packet then
96 If packet same,send queued primary packet and clear
97 queued secondary packet, Otherwise send primary packet
116 Forward packet to primary.
146 Packets coming from the primary char indev will be sent to outdev.
149 primary_in=chardev1-id (source: primary send packet)
156 from primary,and rewrite tcp packet's seq to the primary from
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
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,
96 image is consistent with the context of primary VM 's image.
159 # imagefolder="/mnt/vms/colo-test-primary"
162 -device piix3-usb-uhci -device usb-tablet -name primary \
182 size should be the same as primary.qcow2. Again, you don't need to change
219 before running the qmp command migrate on primary QEMU
[all …]
/openbmc/phosphor-webui/app/server-health/styles/
H A Dlog.scss26 color: $primary-accent;
140 color: $primary-light;
142 fill: $primary-light;
156 .inline__confirm-buttons .btn-primary {
197 color: $primary-light;
288 background: $primary-light;
328 color: $primary-dark;
330 fill: $primary-dark;
/openbmc/linux/drivers/video/
H A Daperture.c349 bool primary = false; in aperture_remove_conflicting_pci_devices() local
354 primary = true; in aperture_remove_conflicting_pci_devices()
356 if (primary) in aperture_remove_conflicting_pci_devices()
373 if (primary) in aperture_remove_conflicting_pci_devices()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c107 bool primary) in kvmppc_mmu_get_pteg() argument
115 if (!primary) in kvmppc_mmu_get_pteg()
141 bool primary = false; in kvmppc_mmu_map_page() local
171 primary = !primary; in kvmppc_mmu_map_page()
176 pteg = kvmppc_mmu_get_pteg(vcpu, vsid, eaddr, primary); in kvmppc_mmu_map_page()
195 (primary ? 0 : PTE_SEC); in kvmppc_mmu_map_page()
H A Dbook3s_32_mmu.c95 bool primary) in kvmppc_mmu_book3s_32_get_pteg() argument
105 if (!primary) in kvmppc_mmu_book3s_32_get_pteg()
121 static u32 kvmppc_mmu_book3s_32_get_ptem(u32 sre, gva_t eaddr, bool primary) in kvmppc_mmu_book3s_32_get_ptem() argument
124 (primary ? 0 : 0x40) | 0x80000000; in kvmppc_mmu_book3s_32_get_ptem()
184 bool iswrite, bool primary) in kvmppc_mmu_book3s_32_xlate_pte() argument
201 ptegp = kvmppc_mmu_book3s_32_get_pteg(vcpu, sre, eaddr, primary); in kvmppc_mmu_book3s_32_xlate_pte()
207 ptem = kvmppc_mmu_book3s_32_get_ptem(sre, eaddr, primary); in kvmppc_mmu_book3s_32_xlate_pte()
/openbmc/linux/net/sctp/
H A Dproc.c82 union sctp_addr *addr, *primary = NULL; in sctp_seq_dump_local_addrs() local
94 primary = &peer->saddr; in sctp_seq_dump_local_addrs()
104 if (primary && af->cmp_addr(addr, primary)) { in sctp_seq_dump_local_addrs()
116 union sctp_addr *addr, *primary; in sctp_seq_dump_remote_addrs() local
119 primary = &assoc->peer.primary_addr; in sctp_seq_dump_remote_addrs()
125 if (af->cmp_addr(addr, primary)) { in sctp_seq_dump_remote_addrs()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DBMCRedundancy.interface.yaml2 An interface to describe the primary BMC within a multi-BMC environment.
7 indicates the active-primary BMC object path, looks like:
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dmodals.scss5 background-color: $primary-dark;
32 border: thin $primary-dark solid;
113 class="btn btn-primary"
130 border-color: $primary-dark;
H A Dtoggle-filter.scss24 .btn-primary {
25 border: 2px solid $primary-accent;
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_nsp_cmds.c16 __le16 primary; member
53 nspi->primary = le16_to_cpu(ni->primary); in __nfp_nsp_identify()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dtaskexp_ncurses.py187 line = line.replace('<TASK>',active_package.primary[0])
288 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
292 self.primary = primary
321 for primary in self.primary:
322 if task_name.startswith(primary+'.'):
346 def set_primary(self,primary): argument
347 self.primary = primary
505 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
559 add_line("Primary recipes = %s" % ','.join(self.primary))
570 def __init__(self, screen, label, primary, base_x, base_y, width, height): argument
[all …]
/openbmc/linux/drivers/gpu/drm/arm/
H A Dhdlcd_crtc.c85 const struct drm_framebuffer *fb = crtc->primary->state->fb; in hdlcd_set_pxl_fmt()
322 struct drm_plane *primary; in hdlcd_setup_crtc() local
325 primary = hdlcd_plane_init(drm); in hdlcd_setup_crtc()
326 if (IS_ERR(primary)) in hdlcd_setup_crtc()
327 return PTR_ERR(primary); in hdlcd_setup_crtc()
329 ret = drm_crtc_init_with_planes(drm, &hdlcd->crtc, primary, NULL, in hdlcd_setup_crtc()
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/
H A Dpamu.txt57 - fsl,primary-cache-geometry
59 Two cells that specify the geometry of the primary PAMU
107 fsl,primary-cache-geometry = <32 1>;
113 fsl,primary-cache-geometry = <32 1>;
119 fsl,primary-cache-geometry = <32 1>;
125 fsl,primary-cache-geometry = <32 1>;
131 fsl,primary-cache-geometry = <32 1>;
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Drenesas,drif.yaml38 two, one of them needs to act as a primary device that accepts common
40 property called "renesas,primary-bond".
44 the zeroth channel is selected as primary-bond. This channels accepts
47 "renesas,bonding" or "renesas,primary-bond" will have no effect. That
93 renesas,primary-bond:
96 Indicates that the channel acts as primary among the bonded channels.
134 - renesas,primary-bond
188 renesas,primary-bond;
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c99 fb = crtc->primary->state->fb; in vmw_ldu_commit_list()
108 fb = entry->base.crtc.primary->state->fb; in vmw_ldu_commit_list()
433 struct drm_plane *primary; in vmw_ldu_init() local
446 primary = &ldu->base.primary; in vmw_ldu_init()
462 ret = drm_universal_plane_init(dev, primary, in vmw_ldu_init()
472 drm_plane_helper_add(primary, &vmw_ldu_primary_plane_helper_funcs); in vmw_ldu_init()
486 drm_plane_cleanup(&ldu->base.primary); in vmw_ldu_init()
520 ret = drm_crtc_init_with_planes(dev, crtc, primary, in vmw_ldu_init()
/openbmc/linux/include/trace/events/
H A Dsctp.h20 __field(__u32, primary)
32 __entry->primary = (sp == asoc->peer.primary_path);
44 __entry->asoc, __entry->primary ? "(*)" : "",
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Dst,stm32-bxcan.yaml22 st,can-primary:
29 uses the terms master instead of primary.
69 SRAM memory shared by the two bxCAN cells (CAN1 primary and CAN2
94 st,can-primary;
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vkms.c171 struct drm_plane *primary, struct drm_plane *cursor) in amdgpu_vkms_crtc_init() argument
177 ret = drm_crtc_init_with_planes(dev, crtc, primary, cursor, in amdgpu_vkms_crtc_init()
440 struct drm_plane *primary, *cursor = NULL; in amdgpu_vkms_output_init() local
443 primary = amdgpu_vkms_plane_init(dev, DRM_PLANE_TYPE_PRIMARY, index); in amdgpu_vkms_output_init()
444 if (IS_ERR(primary)) in amdgpu_vkms_output_init()
445 return PTR_ERR(primary); in amdgpu_vkms_output_init()
447 ret = amdgpu_vkms_crtc_init(dev, crtc, primary, cursor); in amdgpu_vkms_output_init()
487 drm_plane_cleanup(primary); in amdgpu_vkms_output_init()
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsnps,dw-apb-ictl.txt5 APB bus, e.g. Marvell Armada 1500. It can also be used as primary interrupt
16 - interrupts: interrupt reference to primary interrupt controller
37 /* dw_apb_ictl is used as primary interrupt controller */

12345678910>>...37