/linux/Documentation/netlink/specs/ |
H A D | rt_rule.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-rule 4 protocol: netlink-raw 11 - 15 - 18 - 22 - 23 name: fib-rule-hdr 26 - 29 - [all …]
|
H A D | rt_link.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-link 4 protocol: netlink-raw 11 - 12 name: ifinfo-flags 15 - 17 - 19 - 21 - 23 - [all …]
|
H A D | rt_route.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-route 4 protocol: netlink-raw 11 - 12 name: rtm-type 13 name-prefix: rtn- 16 - unspec 17 - unicast 18 - local 19 - broadcast [all …]
|
H A D | nfsd.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 uapi-header: linux/nfsd_netlink.h 9 attribute-sets: 10 - 11 name: rpc-status 13 - 16 byte-order: big-endian 17 - 20 - 23 - [all …]
|
H A D | ovs_flow.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 6 uapi-header: linux/openvswitch.h 12 - 13 name: ovs-header 18 - 19 name: dp-ifindex 24 - 25 name: ovs-flow-stats 28 - [all …]
|
H A D | tcp_metrics.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 5 protocol: genetlink-legacy 10 c-family-name: tcp-metrics-genl-name 11 c-version-name: tcp-metrics-genl-version 12 max-by-define: true 13 kernel-policy: global 16 - 17 name: tcp-fastopen-cookie-max 21 attribute-sets: 22 - [all …]
|
H A D | rt_addr.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-addr 4 protocol: netlink-raw 11 - 15 - 16 name: ifa-family 18 - 19 name: ifa-prefixlen 21 - 22 name: ifa-flags [all …]
|
H A D | nl80211.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: genetlink-legacy 10 - 14 - unspec 15 - get-wiphy 16 - set-wiphy 17 - new-wiphy 18 - del-wiphy 19 - get-interface 20 - set-interface [all …]
|
H A D | conntrack.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 4 protocol: netlink-raw 11 - 15 - 16 name: nfgen-family 18 - 21 - 22 name: res-id 23 byte-order: big-endian 25 - [all …]
|
H A D | rt_neigh.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 name: rt-neigh 4 protocol: netlink-raw 11 - 15 - 16 name: ndm-family 18 - 19 name: ndm-pad 22 - 23 name: ndm-ifindex [all …]
|
/linux/Documentation/netlink/ |
H A D | genetlink-legacy.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16 len-or-limit: 17 # literal int, const name, or limit based on fixed-width type 18 # e.g. u8-min, u16-max, etc. 20 pattern: ^[0-9A-Za-z_-]+$ [all …]
|
H A D | genetlink.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-legacy.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16 len-or-limit: 17 # literal int, const name, or limit based on fixed-width type 18 # e.g. u8-min, u16-max, etc. 20 pattern: ^[0-9A-Za-z_-]+$ [all …]
|
H A D | genetlink-c.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 3 --- 4 $id: http://kernel.org/schemas/netlink/genetlink-c.yaml# 5 $schema: https://json-schema.org/draft-07/schema 12 len-or-define: 14 pattern: ^[0-9A-Za-z_-]+( - 1)?$ 16 len-or-limit: 17 # literal int, const name, or limit based on fixed-width type 18 # e.g. u8-min, u16-max, etc. 20 pattern: ^[0-9A-Za-z_-]+$ [all …]
|
/linux/drivers/gpu/drm/msm/ |
H A D | NOTES | 4 display controller blocks at play: 5 + MDP3 - ?? seems to be what is on geeksphone peak device 6 + MDP4 - S3 (APQ8060, touchpad), S4-pro (APQ8064, nexus4 & ifc6410) 7 + MDP5 - snapdragon 800 9 (I don't have a completely clear picture on which display controller 19 display controller blocks. And I for sure don't want to have to deal 20 with N different kms devices from xf86-video-freedreno. Plus, it 26 'struct msm_kms' implementations, depending on display controller. 27 And one or more 'struct msm_gpu' for the various different gpu sub- 38 plane -> PIPE{RGBn,VGn} \ [all …]
|
/linux/include/drm/ |
H A D | drm_mode_config.h | 42 * struct drm_mode_config_funcs - basic driver provided mode setting functions 44 * Some global (i.e. not per-CRTC, connector, etc) mode setting functions that 59 * ie. when (@mode_cmd->flags & DRM_MODE_FB_MODIFIERS) == 0. 70 * driver-specific information (like the internal native buffer object 103 * Device specific validation of display modes. Can be used to reject 119 * - Checking that the modes, framebuffers, scaling and placement 122 * - Checking that any hidden shared resources are not oversubscribed. 124 * display fifo space (where shared between planes or maybe even 127 * - Checking that virtualized resources exported to userspace are not 130 * example is dual-pipe operations (which generally should be hidden [all …]
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_dev.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 93 * initialize &komeda_dev->format_table, this function should be called 103 /** @cleanup: call to chip to cleanup komeda_dev->chip data */ 129 * Notify HW to switch to a new display operation mode. 138 * DISPLAY_MODE describes how many display been enabled, and which will be 139 * passed to CHIP by &komeda_dev_funcs->change_opmode(), then CHIP can do the 140 * pipeline resources assignment according to this usage hint. 141 * - KOMEDA_MODE_DISP0: Only one display enabled, pipeline-0 work as master. 142 * - KOMEDA_MODE_DISP1: Only one display enabled, pipeline-0 work as master. 143 * - KOMEDA_MODE_DUAL_DISP: Dual display mode, both display has been enabled. [all …]
|
/linux/Documentation/fb/ |
H A D | modedb.rst | 9 - one routine to probe for video modes, which can be used by all frame buffer 11 - one generic video mode database with a fair amount of standard videomodes 13 - the possibility to supply your own mode database for graphics hardware that 14 needs non-standard modes, like amifb and Mac frame buffer drivers (which 23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd] 24 <name>[-<bpp>][@<refresh>] 31 - NSTC: 480i output, with the CCIR System-M TV mode and NTSC color encoding 32 - NTSC-J: 480i output, with the CCIR System-M TV mode, the NTSC color 34 - PAL: 576i output, with the CCIR System-B TV mode and PAL color encoding 35 - PAL-M: 480i output, with the CCIR System-M TV mode and PAL color encoding [all …]
|
/linux/fs/exfat/ |
H A D | exfat_fs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright (C) 2012-2013 Samsung Electronics Co., Ltd. 50 (ES_IDX_FIRST_FILENAME + EXFAT_FILENAME_ENTRY_NUM(name_len) - 1) 76 #define MAX_CHARSET_SIZE 6 /* max size of multi-byte character */ 80 #define EXFAT_HINT_NONE -1 86 #define EXFAT_CLU_TO_B(b, sbi) ((b) << (sbi)->cluster_size_bits) 87 #define EXFAT_B_TO_CLU(b, sbi) ((b) >> (sbi)->cluster_size_bits) 89 (((b - 1) >> (sbi)->cluster_size_bits) + 1) 90 #define EXFAT_CLU_OFFSET(off, sbi) ((off) & ((sbi)->cluster_size - 1)) 95 #define EXFAT_BLK_TO_B(b, sb) ((b) << (sb)->s_blocksize_bits) [all …]
|
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 17 #define DEXCR_PR_BIT(aspect) __MASK(63 - (32 + (aspect))) 31 const char *name; /* Short display name */ 42 .desc = "Speculative branch hint enable", 63 .desc = "Non-privileged hash instruction enable", 72 .prctl = -1,
|
/linux/Documentation/input/devices/ |
H A D | yealink.rst | 2 Driver documentation for yealink usb-p1k phones 10 - keyboard full support, yealink.ko / input event API 11 - LCD full support, yealink.ko / sysfs API 12 - LED full support, yealink.ko / sysfs API 13 - dialtone full support, yealink.ko / sysfs API 14 - ringtone full support, yealink.ko / sysfs API 15 - audio playback full support, snd_usb_audio.ko / alsa API 16 - audio record full support, snd_usb_audio.ko / alsa API 27 Physical USB-P1K button layout input events 48 The LCD is divided and organised as a 3 line display:: [all …]
|
/linux/tools/include/uapi/drm/ |
H A D | drm.h | 94 * backwards-compatibility reasons. 125 * The lock structure is a simple cache-line aligned integer. To avoid 146 char __user *date; /**< User-space buffer to hold date */ 148 char __user *desc; /**< User-space buffer to hold desc */ 162 int count; /**< Length of user-space structures */ 201 _DRM_RESTRICTED = 0x01, /**< Cannot be mapped to user-virtual */ 205 _DRM_WRITE_COMBINING = 0x10, /**< use write-combining if available */ 227 void *handle; /**< User-space: "Handle" to pass to mmap() */ 228 /**< Kernel-space: kernel-virtual address */ 254 _DRM_STAT_COUNT, /**< Generic non-byte counter (1000/k) */ [all …]
|
/linux/drivers/usb/misc/sisusbvga/ |
H A D | sisusb.h | 1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */ 3 * sisusb - usb kernel driver for Net2280/SiS315 based USB2VGA dongles 72 * the data has to be prepared properly. (Hint: 83 p->header = cpu_to_le16(p->header); \ 84 p->address = cpu_to_le32(p->address); \ 85 p->data = cpu_to_le32(p->data); \ 93 struct sisusb_urb_context { /* urb->context for outbound bulk URBs */ 148 #define SISUSB_EP_UNKNOWN_04 0x04 /* ? 4 is "OUT" ? - unused */ 214 #define SISCOLIDXR SISUSB_PCI_IOPORTBASE + COLREGOFFSET - 1 271 #define SUCMD_SETMODE 0x09 /* Set a display mode (data3 = SiS mode) */ [all …]
|
/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.8 | 1 .\" This page Copyright (C) 2010 - 2015 Len Brown <len.brown@intel.com> 5 x86_energy_perf_policy \- Manage Energy vs. Performance Policy via x86 Model Specific Registers 10 .RB "scope: \-\-cpu\ cpu-list | \-\-pkg\ pkg-list" 12 .RB "cpu-list, pkg-list: # | #,# | #-# | all" 14 .RB "field: \-\-all | \-\-epb | \-\-hwp-epp | \-\-hwp-min | \-\-hwp-max | \-\-hwp-desired" 16 .RB "other: (\-\-force | \-\-hwp-enable | \-\-turbo-enable) value)" 18 .RB "value: # | default | performance | balance-performance | balance-power | power" 21 displays and updates energy-performance policy settings specific to 23 updates, no matter if the Linux cpufreq sub-system is enabled or not. 27 such as how aggressively the hardware enters and exits CPU idle states (C-states) [all …]
|
/linux/drivers/gpu/drm/ |
H A D | drm_plane.c | 44 * of that image, and where it is placed on the visible area of a display 47 * rotation or Z-position. All these properties are stored in &drm_plane_state. 82 * For user-space which has enabled the &DRM_CLIENT_CAP_ATOMIC capability, 83 * the plane type is just a hint and is mostly superseded by atomic 84 * test-only commits. The type hint can still be used to come up more 94 * Drivers may support more features for the primary plane, user-space 95 * can find out with test-only atomic commits. 99 * Therefore user-space must not mix explicit usage of any primary 107 * - If the driver provides the capabilities &DRM_CAP_CURSOR_WIDTH and 110 * - If the driver doesn't support modifiers, create a framebuffer with [all …]
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object_types.h | 2 * SPDX-License-Identifier: MIT 64 * shrink - Perform further backend specific actions to facilate 71 * I915_GEM_OBJECT_SHRINK_WRITEBACK - Try to perform writeback of the 74 * I915_GEM_OBJECT_SHRINK_NO_GPU_WAIT - Don't wait for the object to 94 * adjust_lru - notify that the madvise value was updated 103 * delayed_free - Override the default delayed free implementation 108 * migrate - Migrate object to a different region either for 122 * enum i915_cache_level - The supported GTT caching values for system memory 144 * up over-flushing in some places. 146 * This is the default on non-LLC platforms. [all …]
|