Home
last modified time | relevance | path

Searched full:connectors (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_client_modeset.c59 modeset->connectors = kcalloc(max_connector_count, in drm_client_modeset_create()
60 sizeof(*modeset->connectors), GFP_KERNEL); in drm_client_modeset_create()
61 if (!modeset->connectors) in drm_client_modeset_create()
84 drm_connector_put(modeset->connectors[i]); in drm_client_modeset_release()
85 modeset->connectors[i] = NULL; in drm_client_modeset_release()
100 kfree(modeset->connectors); in drm_client_modeset_free()
234 static void drm_client_connectors_enabled(struct drm_connector **connectors, in drm_client_connectors_enabled() argument
243 connector = connectors[i]; in drm_client_connectors_enabled()
255 enabled[i] = drm_connector_enabled(connectors[i], false); in drm_client_connectors_enabled()
259 struct drm_connector **connectors, in drm_client_target_cloned() argument
[all …]
H A Ddrm_crtc_helper.c218 * disconnected connectors. Then it will disable all unused encoders and CRTCs
271 * Try to set @mode on @crtc. Give @crtc and its associated connectors a chance
324 /* Pass our mode to the connectors and the CRTC to give them a chance to in drm_crtc_helper_set_mode()
399 /* Now enable the clocks, plane, pipe, and connectors that we set up. */ in drm_crtc_helper_set_mode()
469 /* Decouple all encoders and their attached connectors from this crtc */ in drm_crtc_helper_disable()
501 * For connectors that support multiple encoders, either the
589 DRM_DEBUG_KMS("[CRTC:%d:%s] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config()
663 /* take a reference on all unbound connectors in set, reuse the in drm_crtc_helper_set_config()
664 * already taken reference for bound connectors in drm_crtc_helper_set_config()
667 if (set->connectors[ro]->encoder) in drm_crtc_helper_set_config()
[all …]
H A Ddrm_writeback.c25 * Writeback connectors are used to expose hardware which can write the output
27 * types of connectors, with some important differences:
29 * * Writeback connectors don't provide a way to output visually to the user.
31 * * Writeback connectors are visible to userspace only when the client sets
34 * * Writeback connectors don't have EDID.
51 * Writeback connectors have some additional properties, which userspace
74 * commit affecting any of the same CRTCs, Planes or Connectors.
77 * applications making use of writeback connectors *always* retrieve an
171 * set up writeback connectors.
228 * set up writeback connectors if they want to manage themselves the lifetime of the
H A Ddrm_atomic.c108 kfree(state->connectors); in drm_atomic_state_default_release()
205 struct drm_connector *connector = state->connectors[i].ptr; in drm_atomic_state_default_clear()
211 state->connectors[i].state); in drm_atomic_state_default_clear()
212 state->connectors[i].ptr = NULL; in drm_atomic_state_default_clear()
213 state->connectors[i].state = NULL; in drm_atomic_state_default_clear()
214 state->connectors[i].old_state = NULL; in drm_atomic_state_default_clear()
215 state->connectors[i].new_state = NULL; in drm_atomic_state_default_clear()
303 * per-object state for planes, CRTCs and connectors.
751 * helpers already provide for connectors, planes and CRTCs.
938 * connectors attached to @encoder vs ones that did (and to inspect their
[all …]
H A Ddrm_plane_helper.c60 * Returns the connectors currently associated with a CRTC. This function
216 /* Find current connectors for CRTC */ in drm_plane_helper_update_primary()
225 set.connectors = connector_list; in drm_plane_helper_update_primary()
231 * connectors that were already in use, so we shouldn't need the extra in drm_plane_helper_update_primary()
232 * cross-CRTC fb refcounting to accommodate stealing connectors. in drm_plane_helper_update_primary()
H A Ddrm_probe_helper.c54 * It also provides support for polling connectors with a work item and for
328 * the polling is disabled for all other connectors as well.
790 /* Ignore forced connectors. */ in output_poll_execute()
794 /* Ignore HPD capable connectors and connectors where we don't in output_poll_execute()
915 * this helper infrastructure to regularly poll such connectors for changes in
918 * Drivers can control which connectors are polled by setting the
920 * connectors where probing live outputs can result in visual distortion drivers
922 * Connectors which have no flag or only DRM_CONNECTOR_POLL_HPD set are
958 /* Only handle HPD capable connectors. */ in check_connector_changed()
1000 * hotplug event for all connectors or can't track hotplug interrupts
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst20 hooked up to e.g. HDMI connectors. Even though the subdevice will
26 for quick switching between connectors.
42 Many connectors have a hotplug pin which is high if EDID information
48 connectors.
65 is applicable to VGA, DVI-A/D, HDMI and DisplayPort connectors.
74 This control is applicable to HDMI connectors.
89 DVI-A/D, HDMI and DisplayPort connectors.
96 information is sent over HDMI and DisplayPort connectors as part of
133 DisplayPort connectors.
148 DVI-A/D, HDMI and DisplayPort connectors.
[all …]
H A Dvideo.rst9 Video inputs and outputs are physical connectors of a device. These can
10 be for example: RF connectors (antenna/cable), CVBS a.k.a. Composite
11 Video, S-Video and RGB connectors. Camera sensors are also considered to
H A Daudio.rst9 Audio inputs and outputs are physical connectors of a device. Video
19 and audio source is a tuner. Further audio connectors can combine with
22 The relation of video and audio connectors is defined in the
/openbmc/u-boot/arch/arm/mach-rockchip/rk3288/
H A DKconfig50 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
59 includes on-board eMMC and 2GB of SDRAM. Expansion connectors
68 also includes on-board eMMC and 1GB of SDRAM. Expansion connectors
77 has 1 or 2 GiB SDRAM. Expansion connectors provide access to
95 2GB DDR3. Expansion connectors provide access to I2C, SPI, UART,
120 also includes on-board eMMC and 2GB of SDRAM. Expansion connectors
138 8GB eMMC and 2GB of SDRAM. Expansion connectors provide access to
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dleyna/
H A Ddleyna-connector-dbus_0.3.0.bb16 FILES:${PN} += "${libdir}/dleyna-1.0/connectors/*.so"
17 FILES:${PN}-dev += "${libdir}/dleyna-1.0/connectors/*.la"
18 FILES:${PN}-dbg += "${libdir}/dleyna-1.0/connectors/.debug/*.so"
/openbmc/linux/include/drm/
H A Ddrm_atomic.h190 * file descriptor. Used by writeback connectors to signal completion of
355 * @num_connector: size of the @connectors and @connector_states arrays
356 * @connectors: pointer to array of structures with per-connector data
404 struct __drm_connnectors_state *connectors; member
413 * Used for signaling unbound planes/connectors.
653 return state->connectors[index].state; in drm_atomic_get_existing_connector_state()
673 return state->connectors[index].old_state; in drm_atomic_get_old_connector_state()
693 return state->connectors[index].new_state; in drm_atomic_get_new_connector_state()
749 * for_each_oldnew_connector_in_state - iterate over all connectors in an atomic update
758 * This iterates over all connectors in an atomic update, tracking both old and
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dcorsair-cpro.rst17 The Corsair Commander Pro is a USB device with 6 fan connectors,
18 4 temperature sensor connectors and 2 Corsair LED connectors.
/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front_cfg.h26 /* number of connectors in this configuration */
29 struct xen_drm_front_cfg_connector connectors[XEN_DRM_FRONT_MAX_CRTCS]; member
H A Dxen_drm_front_cfg.c61 for (i = 0; i < ARRAY_SIZE(cfg->connectors); i++) { in xen_drm_front_cfg_card()
62 ret = cfg_connector(front_info, &cfg->connectors[i], in xen_drm_front_cfg_card()
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c119 dev_info(drm->dev, "enable Integrator CLCD connectors\n"); in pl111_integrator_enable()
159 dev_info(drm->dev, "enable IM-PD1 CLCD connectors\n"); in pl111_impd1_enable()
170 dev_info(drm->dev, "disable IM-PD1 CLCD connectors\n"); in pl111_impd1_disable()
197 dev_info(drm->dev, "disable Versatile CLCD connectors\n"); in pl111_versatile_disable()
208 dev_info(drm->dev, "enable Versatile CLCD connectors\n"); in pl111_versatile_enable()
250 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable()
259 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable()
/openbmc/phosphor-mrw-tools/
H A Dinventory.pl247 #Remove path segments that are connectors
251 my %connectors;
262 if (not exists $connectors{$target}) {
263 $connectors{$target} = 1;
271 #Reverse sort so we start with connectors further out
272 for my $connector (sort {$b cmp $a} keys %connectors) {
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DThermalSubsystem.v1_3_2.json
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DThermalSubsystem.v1_3_2.json
/openbmc/linux/Documentation/sound/cards/
H A Dserial-u16550.rst38 all four MIDI Out connectors. Set the A-B switch and the speed module
50 the same data to all four MIDI Out connectors at full MIDI speed.
60 number gives a bitmask of which MIDI Out connectors the data should be
/openbmc/linux/drivers/extcon/
H A DKconfig6 This allows monitoring external connectors by userspace
7 via sysfs and uevent and supports external connectors with
11 host USB ports. Many of 30-pin connectors including PDMI are
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-intro.rst8 HDMI connectors provide a single pin for use by the Consumer Electronics
18 connectors. The protocol closely resembles a crazy Rube Goldberg
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst32 represent the actual connectors, but instead the "channels" in the mux-agent
33 that are associated with the connectors::
115 connectors under its control::
/openbmc/u-boot/board/freescale/ls2080ardb/
H A DREADME24 chip-selects and two DIMM connectors. Support is up to 2133MT/s.
26 and two DIMM connectors. Support is up to 1600MT/s.
41 - Two SATA onboard connectors
/openbmc/u-boot/board/freescale/ls2080aqds/
H A DREADME25 chip-selects and two DIMM connectors. Support is up to 2133MT/s.
27 and two DIMM connectors. Support is up to 1600MT/s.
51 - Two SATA onboard connectors
54 - Two DB9 D-Type connectors supporting one Serial port each

12345678910>>...15