Searched refs:primary (Results 1 - 25 of 141) sorted by relevance

123456

/drivers/mfd/
H A Dwm831x-irq.c31 int primary; member in struct:wm831x_irq_data
38 .primary = WM831X_TEMP_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,
78 .primary
458 int primary, status_addr, ret; local
[all...]
H A Dwm8350-irq.c40 int primary; member in struct:wm8350_irq_data
48 .primary = WM8350_OC_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,
89 .primary
[all...]
/drivers/gpu/drm/
H A Ddrm_plane_helper.c38 * creating the primary plane. However drivers that still call
89 * only be false for primary planes.
135 * (including those that use the primary plane helper's
151 * drm_primary_helper_update() - Helper for primary plane update
155 * @crtc_x: x offset of primary plane on crtc
156 * @crtc_y: y offset of primary plane on crtc
157 * @crtc_w: width of primary plane rectangle on crtc
158 * @crtc_h: height of primary plane rectangle on crtc
164 * Provides a default plane update handler for primary planes. This is handler
169 * SetPlane() on a primary plan
323 struct drm_plane *primary; local
366 struct drm_plane *primary; local
[all...]
H A Ddrm_platform.c62 driver->date, dev->primary->index);
/drivers/gpu/drm/mga/
H A Dmga_dma.c78 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
82 /* The primary DMA stream should look like new right about now.
84 primary->tail = 0;
85 primary->space = primary->size;
86 primary->last_flush = 0;
105 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
120 if (primary->tail == primary->last_flush) {
125 tail = primary
160 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
200 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
[all...]
/drivers/gpu/drm/sti/
H A Dsti_drm_crtc.h15 struct drm_plane *primary, struct drm_plane *cursor);
H A Dsti_drm_crtc.c55 layer = to_sti_layer(crtc->primary);
90 crtc->primary->fb->base.id, mode->base.id, mode->name);
121 layer = to_sti_layer(crtc->primary);
143 w = crtc->primary->fb->width - x;
144 h = crtc->primary->fb->height - y;
146 return sti_layer_prepare(layer, crtc->primary->fb, &crtc->mode,
160 crtc->primary->fb->base.id, x, y);
163 layer = to_sti_layer(crtc->primary);
170 w = crtc->primary->fb->width - crtc->x;
171 h = crtc->primary
402 sti_drm_crtc_init(struct drm_device *drm_dev, struct sti_mixer *mixer, struct drm_plane *primary, struct drm_plane *cursor) argument
[all...]
H A Dsti_compositor.c95 struct drm_plane *primary = NULL; local
117 primary = sti_drm_plane_init(drm_dev,
126 /* The first planes are reserved for primary planes*/
129 primary, cursor);
/drivers/ide/
H A Dide-generic.c53 static void ide_generic_check_pci_legacy_iobases(int *primary, int *secondary) argument
61 *primary = 1;
69 *primary = *secondary = 1;
80 *primary = 1;
91 int i, rc = 0, primary = 0, secondary = 0; local
93 ide_generic_check_pci_legacy_iobases(&primary, &secondary);
99 if (primary == 0)
H A Dcy82c693.c92 /* select primary or secondary channel */
150 static ide_hwif_t *primary; local
154 primary = hwif;
156 hwif->mate = primary;
183 Function 1 is primary IDE channel, function 2 - secondary. */
/drivers/mtd/chips/
H A Dgen_probe.c35 mtd = check_cmd_set(map, 1); /* First the primary cmdset */
200 int primary)
203 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;
219 mtd = (*probe_function)(map, primary);
230 static struct mtd_info *check_cmd_set(struct map_info *map, int primary) argument
233 __u16 type = primary?cfi->cfiq->P_ID:cfi->cfiq->A_ID;
245 return cfi_cmdset_0001(map, primary);
251 return cfi_cmdset_0002(map, primary);
255 return cfi_cmdset_0020(map, primary);
258 return cfi_cmdset_unknown(map, primary);
199 cfi_cmdset_unknown(struct map_info *map, int primary) argument
[all...]
/drivers/gpu/drm/mgag200/
H A Dmgag200_drv.c46 bool primary = false; local
56 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
58 remove_conflicting_framebuffers(ap, "mgag200drmfb", primary);
/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c129 qdev->ddev->primary->debugfs_root,
130 qdev->ddev->primary);
146 qdev->ddev->primary);
/drivers/gpu/drm/exynos/
H A Dexynos_drm_crtc.c98 exynos_plane_commit(crtc->primary);
103 exynos_plane_dpms(crtc->primary, DRM_MODE_DPMS_ON);
127 struct drm_framebuffer *fb = crtc->primary->fb;
143 return exynos_plane_mode_set(crtc->primary, crtc, fb, 0, 0,
151 struct drm_framebuffer *fb = crtc->primary->fb;
165 ret = exynos_plane_mode_set(crtc->primary, crtc, fb, 0, 0,
216 struct drm_framebuffer *old_fb = crtc->primary->fb;
247 crtc->primary->fb = fb;
251 crtc->primary->fb = old_fb;
299 exynos_plane_dpms(crtc->primary, DRM_MODE_DPMS_OF
[all...]
/drivers/sh/intc/
H A Dcore.c80 unsigned int data[2], primary; local
98 primary = 0;
100 primary = 1;
109 if (!data[primary])
110 primary ^= 1;
112 BUG_ON(!data[primary]); /* must have primary masking method */
119 irq_set_chip_data(irq, (void *)data[primary]);
127 if (data[!primary])
128 _intc_enable(irq_data, data[!primary]);
[all...]
/drivers/net/bonding/
H A Dbond_procfs.c59 struct slave *curr, *primary; local
84 primary = rcu_dereference(bond->primary_slave);
86 primary ? primary->dev->name : "None");
87 if (primary) {
/drivers/gpu/drm/cirrus/
H A Dcirrus_drv.c44 bool primary = false; local
54 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
56 remove_conflicting_framebuffers(ap, "cirrusdrmfb", primary);
/drivers/gpu/drm/i915/
H A Di915_sysfs.c599 ret = sysfs_merge_group(&dev->primary->kdev->kobj,
606 ret = device_create_bin_file(dev->primary->kdev, &dpf_attrs);
611 ret = device_create_bin_file(dev->primary->kdev,
620 ret = sysfs_create_files(&dev->primary->kdev->kobj, vlv_attrs);
622 ret = sysfs_create_files(&dev->primary->kdev->kobj, gen6_attrs);
626 ret = sysfs_create_bin_file(&dev->primary->kdev->kobj,
634 sysfs_remove_bin_file(&dev->primary->kdev->kobj, &error_state_attr);
636 sysfs_remove_files(&dev->primary->kdev->kobj, vlv_attrs);
638 sysfs_remove_files(&dev->primary->kdev->kobj, gen6_attrs);
639 device_remove_bin_file(dev->primary
[all...]
H A Di915_trace.h285 __entry->dev = dev->primary->index;
305 __entry->dev = dev->primary->index;
321 __entry->dev = vm->dev->primary->index;
342 __entry->dev = from->dev->primary->index;
366 __entry->dev = ring->dev->primary->index;
389 __entry->dev = ring->dev->primary->index;
411 __entry->dev = ring->dev->primary->index;
436 __entry->dev = ring->dev->primary->index;
468 __entry->dev = ring->dev->primary->index;
494 __entry->dev = ring->dev->primary
[all...]
/drivers/gpu/drm/msm/mdp/mdp5/
H A Dmdp5_crtc.c105 mdp5_crtc->base.primary->fb = new_fb;
290 drm_framebuffer_reference(crtc->primary->fb);
292 ret = mdp5_plane_mode_set(mdp5_crtc->plane, crtc, crtc->primary->fb,
297 drm_framebuffer_unreference(crtc->primary->fb);
307 update_fb(crtc, crtc->primary->fb);
308 update_scanout(crtc, crtc->primary->fb);
339 drm_framebuffer_reference(crtc->primary->fb);
341 ret = mdp5_plane_mode_set(plane, crtc, crtc->primary->fb,
346 drm_framebuffer_unreference(crtc->primary->fb);
350 update_fb(crtc, crtc->primary
[all...]
/drivers/misc/cxl/
H A Dfault.c37 struct cxl_sste *primary, *sste, *ret = NULL; local
47 primary = ctx->sstp + (hash << 3);
49 for (entry = 0, sste = primary; entry < 8; entry++, sste++) {
59 ret = primary + ctx->sst_lru;
67 /* mask is the group index, we search primary and secondary here. */
/drivers/gpu/drm/omapdrm/
H A Domap_crtc.c260 return omap_plane_mode_set(omap_crtc->plane, crtc, crtc->primary->fb,
288 return omap_plane_mode_set(plane, crtc, crtc->primary->fb,
323 omap_plane_mode_set(omap_crtc->plane, crtc, crtc->primary->fb,
330 bo = omap_framebuffer_bo(crtc->primary->fb, 0);
351 struct drm_plane *primary = crtc->primary; local
355 DBG("%d -> %d (event=%p)", primary->fb ? primary->fb->base.id : -1,
367 omap_crtc->old_fb = primary->fb = fb;
/drivers/gpu/drm/msm/mdp/mdp4/
H A Dmdp4_crtc.c123 mdp4_crtc->base.primary->fb = new_fb;
185 struct drm_framebuffer *fb = crtc->primary->fb;
354 drm_framebuffer_reference(crtc->primary->fb);
356 ret = mdp4_plane_mode_set(mdp4_crtc->plane, crtc, crtc->primary->fb,
361 drm_framebuffer_unreference(crtc->primary->fb);
374 crtc->primary->fb->pitches[0]);
384 crtc->primary->fb->pitches[0]);
394 update_fb(crtc, crtc->primary->fb);
395 update_scanout(crtc, crtc->primary->fb);
428 drm_framebuffer_reference(crtc->primary
[all...]
/drivers/video/console/
H A DKconfig57 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
137 The alternative is to use your primary serial port as a console.
/drivers/scsi/dpt/
H A Ddpti_ioctl.h98 uCHAR primary; /* 1 For Primary, 0 For Secondary */ member in struct:__anon5305

Completed in 6646 milliseconds

123456