Home
last modified time | relevance | path

Searched refs:primary (Results 101 – 125 of 906) sorted by relevance

12345678910>>...37

/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_sys.c200 int enable, primary; in qeth_bridgeport_reflect_store() local
205 primary = 0; in qeth_bridgeport_reflect_store()
208 primary = 1; in qeth_bridgeport_reflect_store()
211 primary = 0; in qeth_bridgeport_reflect_store()
224 card->options.sbp.reflect_promisc_primary = primary; in qeth_bridgeport_reflect_store()
/openbmc/linux/drivers/net/bonding/
H A Dbond_procfs.c62 struct slave *curr, *primary; in bond_info_show_master() local
87 primary = rcu_dereference(bond->primary_slave); in bond_info_show_master()
89 primary ? primary->dev->name : "None"); in bond_info_show_master()
90 if (primary) { in bond_info_show_master()
/openbmc/linux/sound/soc/sof/
H A Dipc4-topology.c365 msg->primary = fw_module->man4_module_entry.id; in sof_ipc4_widget_setup_msg()
367 msg->primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST); in sof_ipc4_widget_setup_msg()
391 msg->primary |= fw_module->man4_module_entry.id; in sof_ipc4_widget_update_kcontrol_module_id()
1247 pipeline->msg.primary = 0; in sof_ipc4_unprepare_copier_module()
2246 msg->primary |= pipeline->mem_usage; in sof_ipc4_widget_setup()
2255 msg->primary &= ~SOF_IPC4_GLB_PIPE_INSTANCE_MASK; in sof_ipc4_widget_setup()
2349 msg->primary &= ~SOF_IPC4_MOD_INSTANCE_MASK; in sof_ipc4_widget_setup()
2406 msg.primary = header; in sof_ipc4_widget_free()
2552 msg.primary = fw_module->man4_module_entry.id; in sof_ipc4_set_copier_sink_format()
2642 msg.primary = header; in sof_ipc4_route_setup()
[all …]
/openbmc/linux/drivers/misc/cxl/
H A Dfault.c35 struct cxl_sste *primary, *sste, *ret = NULL; in find_free_sste() local
45 primary = ctx->sstp + (hash << 3); in find_free_sste()
47 for (entry = 0, sste = primary; entry < 8; entry++, sste++) { in find_free_sste()
57 ret = primary + ctx->sst_lru; in find_free_sste()
/openbmc/linux/Documentation/devicetree/bindings/mfd/
H A Dti,tps6594.yaml29 ti,primary-pmic:
32 Identify the primary PMIC on SPMI bus.
35 accomplished through a SPMI bus: the primary PMIC is the controller
116 ti,primary-pmic;
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_drv.h189 struct lsdc_primary primary; member
224 struct drm_plane *primary,
320 struct drm_plane *primary,
327 struct drm_plane *primary,
/openbmc/qemu/target/sparc/
H A Dtrace-events9 … prim_context, uint64_t sec_context, uint64_t address) "tl=%d mmu_idx=%d primary context=0x%"PRIx6…
10 … prim_context, uint64_t sec_context, uint64_t address) "tl=%d mmu_idx=%d primary context=0x%"PRIx6…
11 … sec_context) "Translate at 0x%"PRIx64" -> 0x%"PRIx64", mmu_idx=%d tl=%d primary context=0x%"PRIx6…
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-install-testfs.sh131 parted /dev/${device} mkpart primary 0% $boot_size
134 parted /dev/${device} mkpart primary $rootfs_start $rootfs_end
137 parted /dev/${device} mkpart primary $testfs_start 100%
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddebugfs.c196 struct drm_minor *minor = gvt->gt->i915->drm.primary; in intel_gvt_debugfs_remove_vgpu()
210 struct drm_minor *minor = gvt->gt->i915->drm.primary; in intel_gvt_debugfs_init()
224 struct drm_minor *minor = gvt->gt->i915->drm.primary; in intel_gvt_debugfs_clean()
H A Dcfg_space.c320 bool primary) in intel_vgpu_init_cfg_space() argument
331 if (!primary) { in intel_vgpu_init_cfg_space()
386 bool primary = vgpu_cfg_space(vgpu)[PCI_CLASS_DEVICE] != in intel_vgpu_reset_cfg_space() local
399 intel_vgpu_init_cfg_space(vgpu, primary); in intel_vgpu_reset_cfg_space()
/openbmc/linux/arch/arm/kernel/
H A Dhyp-stub.S46 cmp \mode, \reg1 @ matches primary CPU boot mode?
73 @ Call this from the primary CPU
/openbmc/linux/drivers/video/console/
H A DKconfig33 say Y here if your MDA card is the primary card in your system; the
104 bool "Map the console to the primary display device"
109 automatically select the primary display device (if the architecture
114 You can always override the automatic selection of the primary device
150 The alternative is to use your primary serial port as a console.
/openbmc/qemu/hw/ppc/
H A Dpnv_chiptod.c126 if (chiptod->primary) { in pnv_chiptod_xscom_read()
298 if (chiptod->primary) { in pnv_chiptod_xscom_write()
434 if (chiptod->primary) { in pnv_chiptod_dt_xscom()
454 DEFINE_PROP_BOOL("primary", PnvChipTOD, primary, false),
529 if (chiptod->primary) { in pnv_chiptod_reset()
/openbmc/phosphor-webui/app/server-health/styles/
H A Dinventory.scss19 color: $primary-light;
34 background-color: $primary-light;
/openbmc/webui-vue/src/env/assets/styles/
H A D_intel.scss28 $primary: $classic-blue; variable
58 background-color: $primary !important;
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_gt_debugfs.c88 if (!gt->i915->drm.primary->debugfs_root) in intel_gt_debugfs_register()
92 root = debugfs_create_dir(gtname, gt->i915->drm.primary->debugfs_root); in intel_gt_debugfs_register()
/openbmc/linux/drivers/gpu/drm/mxsfb/
H A Dmxsfb_kms.c55 const u32 format = mxsfb->crtc.primary->state->fb->format->format; in mxsfb_set_formats()
317 drm_plane_mask(crtc->primary); in mxsfb_crtc_atomic_check()
351 crtc->primary); in mxsfb_crtc_atomic_enable()
680 drm_plane_helper_add(&mxsfb->planes.primary, in mxsfb_kms_init()
682 ret = drm_universal_plane_init(mxsfb->drm, &mxsfb->planes.primary, 1, in mxsfb_kms_init()
708 &mxsfb->planes.primary, NULL, in mxsfb_kms_init()
713 &mxsfb->planes.primary, NULL, in mxsfb_kms_init()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c299 struct intel_plane *primary, *cursor; in intel_crtc_init() local
312 primary = skl_universal_plane_create(dev_priv, pipe, in intel_crtc_init()
315 primary = intel_primary_plane_create(dev_priv, pipe); in intel_crtc_init()
316 if (IS_ERR(primary)) { in intel_crtc_init()
317 ret = PTR_ERR(primary); in intel_crtc_init()
320 crtc->plane_ids_mask |= BIT(primary->id); in intel_crtc_init()
366 &primary->base, &cursor->base, in intel_crtc_init()
/openbmc/linux/Documentation/devicetree/bindings/display/tegra/
H A Dnvidia,tegra20-gr3d.yaml113 - description: primary module clock
123 - description: primary module reset
125 - description: primary memory client hotflush reset
/openbmc/linux/arch/alpha/boot/tools/
H A Dobjstrip.c56 int fd, ofd, i, j, verbose = 0, primary = 0; in main() local
80 primary = 1; /* make primary bootblock */ in main()
106 if (primary) { in main()
/openbmc/qemu/hw/display/
H A Dvirtio-gpu-udmabuf.c210 if (g->dmabuf.primary[scanout_id]) { in virtio_gpu_update_dmabuf()
211 old_primary = g->dmabuf.primary[scanout_id]; in virtio_gpu_update_dmabuf()
216 g->dmabuf.primary[scanout_id] = new_primary; in virtio_gpu_update_dmabuf()
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c37 struct drm_framebuffer *fb = crtc->primary->state->fb; in vbox_do_modeset()
136 fb = crtci->primary->state->fb; in vbox_set_up_input_mapping()
555 struct drm_plane *primary; in vbox_crtc_init() local
568 primary = vbox_create_plane(vbox, 1 << i, DRM_PLANE_TYPE_PRIMARY); in vbox_crtc_init()
569 if (IS_ERR(primary)) { in vbox_crtc_init()
570 ret = PTR_ERR(primary); in vbox_crtc_init()
586 ret = drm_crtc_init_with_planes(dev, &vbox_crtc->base, primary, cursor, in vbox_crtc_init()
602 drm_plane_cleanup(primary); in vbox_crtc_init()
603 kfree(primary); in vbox_crtc_init()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dst-rproc.txt6 Co-processors can be controlled from the bootloader or the primary OS. If
7 the bootloader starts a co-processor, the primary OS must detect its state
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c123 qdev->ddev.primary->debugfs_root, in qxl_debugfs_add_files()
124 qdev->ddev.primary); in qxl_debugfs_add_files()
/openbmc/linux/fs/ext4/
H A Dresize.c783 struct buffer_head *primary) in verify_reserved_gdb() argument
1023 struct buffer_head **primary; in reserve_backup_gdb() local
1032 primary = kmalloc_array(reserved_gdb, sizeof(*primary), GFP_NOFS); in reserve_backup_gdb()
1033 if (!primary) in reserve_backup_gdb()
1060 if (IS_ERR(primary[res])) { in reserve_backup_gdb()
1061 err = PTR_ERR(primary[res]); in reserve_backup_gdb()
1062 primary[res] = NULL; in reserve_backup_gdb()
1067 brelse(primary[res]); in reserve_backup_gdb()
1092 data = (__le32 *)primary[i]->b_data; in reserve_backup_gdb()
1107 brelse(primary[res]); in reserve_backup_gdb()
[all …]

12345678910>>...37