Searched refs:primary (Results 1 - 25 of 369) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dprofile.c218 unsigned long primary, secondary, flags, pc = (unsigned long)__pc; local
223 i = primary = (pc & (NR_PROFILE_GRP - 1)) << PROFILE_GRPSHIFT;
249 } while (i != primary);
H A Dcpu.c799 * primary sibling.
1884 * the primary thread does a microcode update for various
1885 * reasons. Bring the primary threads up first.
1921 int freeze_secondary_cpus(int primary) argument
1926 if (primary == -1) {
1927 primary = cpumask_first(cpu_online_mask);
1928 if (!housekeeping_cpu(primary, HK_TYPE_TIMER))
1929 primary = housekeeping_any_cpu(HK_TYPE_TIMER);
1931 if (!cpu_online(primary))
1932 primary
[all...]
/linux-master/include/linux/
H A Dcpu.h168 extern int freeze_secondary_cpus(int primary);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_vf_lib.c866 if (lag && lag->bonded && lag->primary) {
959 if (lag && lag->bonded && lag->primary &&
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c2618 fw_health->primary = EVENT_DATA1_RECOVERY_MASTER_FUNC(data1);
2633 fw_health->primary ? "primary" : "backup", status,
13106 if (fw_health->primary) {
13815 if (!bp->fw_health->primary) {
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4618 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c4322 drm->primary->index + aconnector->bl_idx);
4352 * HACK: IGT tests expect that the primary plane for a CRTC
4354 * any CRTC if they're not going to be used as a primary plane
4438 /* There is one primary plane per CRTC */
4443 * Initialize primary planes, implicit planes for legacy IOCTLS.
4451 DRM_ERROR("KMS: Failed to initialize primary plane\n");
4457 * Initialize overlay planes, index starting after primary planes.
4458 * These planes have a higher DRM index than the primary planes since
8507 if (plane == pcrtc->primary)
9538 struct drm_plane *plane = disconnected_acrtc->base.primary;
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mes.c1569 struct drm_minor *minor = adev_to_drm(adev)->primary;
H A Damdgpu_ttm.c2524 struct drm_minor *minor = adev_to_drm(adev)->primary;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dsd.c21 bool primary; member in struct:mlx5_sd
23 struct { /* primary */
51 return sd->primary ? dev : sd->primary_dev;
55 mlx5_sd_primary_get_peer(struct mlx5_core_dev *primary, int idx) argument
60 return primary;
62 if (idx >= mlx5_sd_get_host_buses(primary))
65 sd = mlx5_get_sd(primary);
79 struct mlx5_core_dev *mlx5_sd_ch_ix_get_dev(struct mlx5_core_dev *primary, int ch_ix) argument
81 int mdev_idx = mlx5_sd_ch_ix_get_dev_ix(primary, ch_ix);
83 return mlx5_sd_primary_get_peer(primary, mdev_id
209 struct mlx5_core_dev *peer, *primary; local
271 sd_cmd_set_primary(struct mlx5_core_dev *primary, u8 *alias_key) argument
305 sd_cmd_unset_primary(struct mlx5_core_dev *primary) argument
312 sd_secondary_create_alias_ft(struct mlx5_core_dev *secondary, struct mlx5_core_dev *primary, struct mlx5_flow_table *ft, u32 *obj_id, u8 *alias_key) argument
344 sd_cmd_set_secondary(struct mlx5_core_dev *secondary, struct mlx5_core_dev *primary, u8 *alias_key) argument
381 sd_print_group(struct mlx5_core_dev *primary) argument
418 struct mlx5_core_dev *primary, *pos, *to; local
485 struct mlx5_core_dev *primary, *pos; local
511 struct mlx5_core_dev *primary; local
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h358 struct drm_plane primary; member in struct:vmw_display_unit
H A Dvmwgfx_kms.c42 struct vmw_private *dev_priv = vmw_priv(du->primary.dev);
43 drm_plane_cleanup(&du->primary);
942 drm_plane_mask(crtc->primary);
950 "CRTC without a primary plane will be blank.\n");
1738 /* Virtual svga device primary limits are always in 32-bpp. */
1744 * limit on primary bounding box
1831 * Can't move primary planes across crtcs, so this is OK.
1834 plane_state = du->primary.state;
2454 struct drm_plane *plane = crtc->primary;
H A Dvmwgfx_gem.c315 struct drm_minor *minor = vdev->drm.primary;
H A Dvmwgfx_drv.h451 uint32_t primary; member in struct:vmw_vga_topology_state
H A Dvmwgfx_drv.c1441 struct drm_minor *minor = vmw->drm.primary;
/linux-master/arch/s390/kernel/
H A Dentry.S125 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
196 lctlg %c1,%c1,__GMAP_ASCE(%r14) # load primary asce
215 lctlg %c1,%c1,__LC_KERNEL_ASCE # load primary asce
/linux-master/drivers/md/
H A Draid1.c2249 int primary; local
2274 for (primary = 0; primary < conf->raid_disks * 2; primary++)
2275 if (r1_bio->bios[primary]->bi_end_io == end_sync_read &&
2276 !r1_bio->bios[primary]->bi_status) {
2277 r1_bio->bios[primary]->bi_end_io = NULL;
2278 rdev_dec_pending(conf->mirrors[primary].rdev, mddev);
2281 r1_bio->read_disk = primary;
2284 struct bio *pbio = r1_bio->bios[primary];
[all...]
/linux-master/drivers/net/hyperv/
H A Dnetvsc.c116 /* fallback to only primary channel */
1637 struct vmbus_channel *primary = channel->primary_channel; local
1639 return primary ? primary->device_obj : channel->device_obj;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_fb.c260 DBG("allocating %d bytes for fb %d", size, dev->primary->index);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c3382 struct drm_minor *minor = i915->drm.primary;
H A Dintel_cdclk.c3551 struct drm_minor *minor = i915->drm.primary;
/linux-master/drivers/gpu/drm/
H A Ddrm_client_modeset.c900 * This function checks if the primary plane in @modeset can hw rotate
911 struct drm_plane *plane = modeset->crtc->primary;
1012 /* disable non-primary: */
1022 struct drm_plane *primary = mode_set->crtc->primary; local
1029 plane_state = drm_atomic_get_new_plane_state(state, primary);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c3681 adev_to_drm(adev)->primary->debugfs_root,
/linux-master/sound/soc/sof/
H A Dipc4-topology.c379 msg->primary = fw_module->man4_module_entry.id;
380 msg->primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_MOD_INIT_INSTANCE);
381 msg->primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
382 msg->primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_MODULE_MSG);
405 msg->primary |= fw_module->man4_module_entry.id;
743 pipeline->msg.primary = SOF_IPC4_GLB_PIPE_PRIORITY(pipeline->priority);
744 pipeline->msg.primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_CREATE_PIPELINE);
745 pipeline->msg.primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
746 pipeline->msg.primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG);
1285 pipeline->msg.primary
[all...]
H A Dipc4-pcm.c63 u32 primary, ipc_size;
70 primary = state;
71 primary |= SOF_IPC4_MSG_TYPE_SET(SOF_IPC4_GLB_SET_PIPELINE_STATE); local
72 primary |= SOF_IPC4_MSG_DIR(SOF_IPC4_MSG_REQUEST);
73 primary |= SOF_IPC4_MSG_TARGET(SOF_IPC4_FW_GEN_MSG);
74 msg.primary = primary;
90 u32 primary;
94 primary = state;
95 primary |
44 u32 primary, ipc_size; local
[all...]

Completed in 438 milliseconds

1234567891011>>