Home
last modified time | relevance | path

Searched full:managers (Results 1 – 25 of 73) sorted by relevance

123

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dmanager.c26 static struct omap_overlay_manager *managers; variable
34 managers = kcalloc(num_managers, sizeof(struct omap_overlay_manager), in dss_init_overlay_managers()
37 BUG_ON(managers == NULL); in dss_init_overlay_managers()
40 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers()
77 struct omap_overlay_manager *mgr = &managers[i]; in dss_init_overlay_managers_sysfs()
89 kfree(managers); in dss_uninit_overlay_managers()
90 managers = NULL; in dss_uninit_overlay_managers()
99 struct omap_overlay_manager *mgr = &managers[i]; in dss_uninit_overlay_managers_sysfs()
116 return &managers[num]; in omap_dss_get_overlay_manager()
/linux/fs/nfs_common/
H A Dgrace.c24 * managers (lockd and nfsd), using the locks_in_grace() function to
50 * managers that called locks_start_grace() also call locks_end_grace().
87 * Lock managers call this function to determine when it is OK for them
/linux/drivers/gpu/drm/i915/
H A Dintel_region_ttm.c19 * The code in this file deals with setting up memory managers for TTM
21 * the managers to struct sg_table, Basically providing the mapping from
22 * i915 GEM regions to TTM memory types and resource managers.
189 * memory from standalone TTM range managers, without the TTM eviction
/linux/Documentation/arch/arm/omap/
H A Ddss.rst46 The DSS driver models OMAP's overlays, overlay managers and displays in a
49 managers. These can be used when updating a display with CPU or system DMA.
146 connected only to DISPC overlay managers, and virtual overlays can be only
153 - Virtual overlay managers can only be connected to DBI or DSI displays.
238 framebuffers, overlays, overlay managers, displays. Framebuffers are
/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-dma.txt35 managers. Note that these addresses though points to queue managers,
H A Dkeystone-navigator-qmss.txt5 multi-core Navigator. QMSS consist of queue managers, packed-data structure
29 - qmgrs : child node describing the individual queue managers on the
/linux/include/drm/display/
H A Ddrm_dp_mst_helper.h1011 * managers in an atomic update
1020 * This iterates over all DRM DP MST topology managers in an atomic update,
1029 * for_each_old_mst_mgr_in_state - iterate over all DP MST topology managers
1037 * This iterates over all DRM DP MST topology managers in an atomic update,
1046 * for_each_new_mst_mgr_in_state - iterate over all DP MST topology managers
1054 * This iterates over all DRM DP MST topology managers in an atomic update,
/linux/Documentation/networking/
H A Dmptcp.rst63 Path managers are controlled by the ``net.mptcp.pm_type`` sysctl knob -- see
68 connection. The path managers can be controlled via a Netlink API; see
H A Deql.rst99 managers is up to you. Most other connection managers that I've seen
/linux/Documentation/process/
H A Ddevelopment-process.rst6 The purpose of this document is to help developers (and their managers)
/linux/drivers/md/
H A DKconfig195 Higher level volume managers such as LVM2 use this driver.
278 Allow volume managers to take writable snapshots of a device.
361 Allow volume managers to mirror logical volumes, also
418 Allow volume managers to support multipath hardware.
/linux/Documentation/filesystems/xfs/
H A Dxfs-maintainer-entry-profile.rst66 release managers execute on the testing.
92 They may also serve as liaison between managers of the organizations
/linux/Documentation/admin-guide/device-mapper/
H A Dlinear.rst7 block of logical volume managers.
H A Dthin-provisioning.rst309 from volume managers.
375 Userland volume managers, such as LVM, need a way to
/linux/Documentation/driver-api/fpga/
H A Dintro.rst49 The FPGA Region framework (fpga-region.c) associates managers and
/linux/sound/soc/amd/acp/
H A Damd-sdw-acpi.c52 dev_dbg(&adev->dev, "No SoundWire Managers detected\n"); in amd_sdw_scan_controller()
/linux/arch/arm/mach-omap2/
H A Ddisplay.c311 return; /* no managers currently enabled */ in dispc_disable_outputs()
340 /* disable LCD and TV managers */ in dispc_disable_outputs()
/linux/Documentation/arch/arm/keystone/
H A Dknav-qmss.rst11 multi-core Navigator. QMSS consist of queue managers, packed-data structure
/linux/Documentation/hwmon/
H A Dmax16065.rst53 [From datasheets] The MAX16065/MAX16066 flash-configurable system managers
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h95 struct omap_overlay_manager *managers[10]; member
/linux/Documentation/filesystems/
H A Dgfs2-uevents.rst94 lock_nolock or lock_dlm. In the future other lock managers
/linux/drivers/media/platform/ti/omap/
H A Domap_voutdef.h114 struct omap_overlay_manager *managers[MAX_MANAGERS]; member
/linux/security/selinux/include/
H A Davc.h3 * Access vector cache interface for object managers.
/linux/Documentation/driver-api/gpio/
H A Dintro.rst28 provide GPIOs; multifunction chips like power managers, and audio codecs
/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_mock_manager.c233 MODULE_DESCRIPTION("KUnit tests for ttm with mock resource managers");

123