/kernel/linux/linux-5.10/Documentation/riscv/ |
D | patch-acceptance.rst | 21 We'll only accept patches for new modules or extensions if the 22 specifications for those modules or extensions are listed as being 25 any draft extensions that they wish.) 28 their own custom extensions. These custom extensions aren't required 32 RISC-V extensions, we'll only to accept patches for extensions that 35 containing code for any custom extensions that they wish.)
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
D | Kconfig | 24 bool "Rockchip specific extensions for Analogix DP driver" 26 This selects support for Rockchip SoC specific extensions 34 This selects support for Rockchip SoC specific extensions 40 bool "Rockchip specific extensions for Synopsys DW HDMI" 42 This selects support for Rockchip SoC specific extensions 48 bool "Rockchip specific extensions for Synopsys DW MIPI DSI" 51 This selects support for Rockchip SoC specific extensions 57 bool "Rockchip specific extensions for Innosilicon HDMI" 59 This selects support for Rockchip SoC specific extensions 84 bool "Rockchip specific extensions for RK3066 HDMI" [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/ |
D | k3-dw-mshc.txt | 1 * Hisilicon specific extensions to the Synopsys Designware Mobile 10 extensions to the Synopsys Designware Mobile Storage Host Controller. 15 - "hisilicon,hi3660-dw-mshc": for controllers with hi3660 specific extensions. 17 with hi3670 specific extensions. 18 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 19 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
|
D | exynos-dw-mshc.txt | 1 * Samsung Exynos specific extensions to the Synopsys Designware Mobile 8 extensions to the Synopsys Designware Mobile Storage Host Controller. 14 specific extensions. 16 specific extensions. 18 specific extensions. 20 specific extensions. 22 specific extensions. 24 specific extensions having an SMU.
|
D | bluefield-dw-mshc.txt | 1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller. 16 specific extensions.
|
D | socfpga-dw-mshc.txt | 1 * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
D | img-dw-mshc.txt | 1 * Imagination specific extensions to the Synopsys Designware Mobile Storage 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
D | zx-dw-mshc.txt | 1 * ZTE specific extensions to the Synopsys Designware Mobile Storage 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
D | hi3798cv200-dw-mshc.txt | 1 * Hisilicon Hi3798CV200 specific extensions to the Synopsys Designware Mobile 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | isofs.rst | 16 when using discs encoded using Microsoft's Joliet extensions. 38 map=acorn As map=normal but also apply Acorn extensions if present 40 extensions set the permissions otherwise 42 extensions set the permissions otherwise 44 'mode' and 'dmode' even though Rock Ridge extensions are 46 nojoliet Ignore Joliet extensions if they are present. 47 norock Ignore Rock Ridge extensions if they are present.
|
/kernel/linux/linux-5.10/net/netfilter/ipset/ |
D | ip_set_bitmap_ipmac.c | 52 unsigned char extensions[] /* MAC + data extensions */ 74 #define get_elem(extensions, id, dsize) \ argument 75 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 77 #define get_const_elem(extensions, id, dsize) \ argument 78 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize)) 90 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test() 104 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test() 148 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add() 192 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list() 289 a->extensions == b->extensions; in bitmap_ipmac_same_set()
|
D | ip_set_bitmap_port.c | 40 unsigned char extensions[] /* data extensions */ 218 a->extensions == b->extensions; in bitmap_port_same_set()
|
/kernel/linux/linux-5.10/Documentation/ |
D | conf.py | 39 extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', variable 114 extensions.append('cdomain') 122 extensions.append("sphinx.ext.imgmath") 124 extensions.append("sphinx.ext.pngmath")
|
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/ |
D | programming-language.rst | 15 这种方言包含对语言 :ref:`gnu-extensions <cn_gnu-extensions>` 的许多扩展,当然,它们许多都在内核中使用。 59 .. _cn_gnu-extensions: 61 gnu-extensions
|
/kernel/linux/linux-5.10/Documentation/admin-guide/LSM/ |
D | index.rst | 6 various security checks to be hooked by new kernel extensions. The name 7 "module" is a bit of a misnomer since these extensions are not actually 14 (MAC) extensions which provide a comprehensive security policy. Examples 16 MAC extensions, other extensions can be built using the LSM to provide
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | programming-language.rst | 12 This dialect contains many extensions to the language [gnu-extensions]_, 22 One of the common extensions used throughout the kernel are attributes 43 .. [gnu-extensions] https://gcc.gnu.org/onlinedocs/gcc/C-Extensions.html
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
D | Kconfig | 51 virtualization extensions. You will need a fairly recent 52 processor equipped with virtualization extensions. You will also 82 extensions, a.k.a. Virtual Machine Extensions (VMX). 92 (SVM) extensions.
|
/kernel/linux/linux-5.10/include/linux/netfilter/ipset/ |
D | ip_set.h | 64 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT) 65 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER) 66 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT) 67 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO) 261 u8 extensions; member
|
/kernel/linux/linux-5.10/Documentation/filesystems/cifs/ |
D | cifsroot.rst | 25 POSIX features (See [1]). The equivalent extensions for the newer 32 default will change once the SMB3 POSIX extensions are fully 38 To enable SMB1+UNIX extensions you will need to set these global
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/mediactl/ |
D | media-ioc-enum-links.rst | 80 - Reserved for future extensions. Drivers and applications must set 106 - Reserved for future extensions. Drivers and applications must set 133 - Reserved for future extensions. Drivers and applications must set
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | intel-pt-events.py | 53 extensions = (payload >> 32) & 0x3 54 print("hints: %#x extensions: %#x" % (hints, extensions), end=' ')
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | dev-radio.rst | 25 capability flags are reserved for future extensions. 37 reserved for future extensions.
|
/kernel/linux/linux-5.10/include/net/ |
D | mptcp.h | 103 to->extensions = from->extensions; in mptcp_skb_ext_move()
|
/kernel/linux/linux-5.10/drivers/vfio/pci/ |
D | Kconfig | 33 bool "VFIO PCI extensions for Intel graphics (GVT-d)" 37 Support for Intel IGD specific extensions to enable direct
|
/kernel/linux/linux-5.10/fs/isofs/ |
D | Kconfig | 7 Unix systems. The so-called Rock-Ridge extensions which allow for 19 bool "Microsoft Joliet CDROM extensions"
|