Home
last modified time | relevance | path

Searched refs:extensions (Results 1 – 25 of 260) sorted by relevance

1234567891011

/linux/drivers/gpu/drm/rockchip/
A DKconfig25 bool "Rockchip specific extensions for Analogix DP driver"
27 This selects support for Rockchip SoC specific extensions
35 This selects support for Rockchip SoC specific extensions
41 bool "Rockchip specific extensions for Synopsys DW HDMI"
43 This selects support for Rockchip SoC specific extensions
49 bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
52 This selects support for Rockchip SoC specific extensions
58 bool "Rockchip specific extensions for Innosilicon HDMI"
60 This selects support for Rockchip SoC specific extensions
85 bool "Rockchip specific extensions for RK3066 HDMI"
[all …]
/linux/Documentation/riscv/
A Dpatch-acceptance.rst21 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.)
/linux/Documentation/devicetree/bindings/mmc/
A Dk3-dw-mshc.txt1 * 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.
A Dexynos-dw-mshc.txt1 * 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.
A Dbluefield-dw-mshc.txt1 * Mellanox Bluefield SoC specific extensions to the Synopsys Designware
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
16 specific extensions.
A Dsocfpga-dw-mshc.txt1 * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
A Dimg-dw-mshc.txt1 * Imagination specific extensions to the Synopsys Designware Mobile Storage
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
A Dhi3798cv200-dw-mshc.txt1 * Hisilicon Hi3798CV200 specific extensions to the Synopsys Designware Mobile
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
/linux/net/netfilter/ipset/
A Dip_set_bitmap_ipmac.c52 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()
A Dip_set_bitmap_port.c40 unsigned char extensions[] /* data extensions */
218 a->extensions == b->extensions; in bitmap_port_same_set()
/linux/Documentation/filesystems/
A Disofs.rst16 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.
/linux/Documentation/translations/zh_CN/process/
A Dprogramming-language.rst15 这种方言包含对语言 :ref:`gnu-extensions <cn_gnu-extensions>` 的许多扩展,当然,它们许多都在内核中使用。
59 .. _cn_gnu-extensions:
61 gnu-extensions
/linux/Documentation/translations/zh_TW/process/
A Dprogramming-language.rst18 這種方言包含對語言 :ref:`gnu-extensions <tw_gnu-extensions>` 的許多擴展,當然,它們許多都在內核中使用。
62 .. _tw_gnu-extensions:
64 gnu-extensions
/linux/Documentation/admin-guide/LSM/
A Dindex.rst6 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
/linux/Documentation/
A Dconf.py37 extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', variable
103 extensions.append('cdomain')
109 extensions.append("sphinx.ext.imgmath")
/linux/Documentation/process/
A Dprogramming-language.rst12 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
/linux/arch/x86/kvm/
A DKconfig49 virtualization extensions. You will need a fairly recent
50 processor equipped with virtualization extensions. You will also
80 extensions, a.k.a. Virtual Machine Extensions (VMX).
102 (SVM) extensions.
/linux/include/linux/netfilter/ipset/
A Dip_set.h64 #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)
264 u8 extensions; member
/linux/include/uapi/drm/
A Dv3d_drm.h208 __u64 extensions; member
321 __u64 extensions; member
352 __u64 extensions; member
/linux/net/bluetooth/
A DKconfig96 bool "Enable Microsoft extensions"
100 vendor extensions.
103 bool "Enable Android Open Source Project extensions"
107 Project defined HCI vendor extensions.
/linux/Documentation/filesystems/cifs/
A Dcifsroot.rst25 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
/linux/drivers/vfio/pci/
A DKconfig35 bool "Generic VFIO PCI extensions for Intel graphics (GVT-d)"
39 Support for Intel IGD specific extensions to enable direct
/linux/Documentation/userspace-api/media/mediactl/
A Dmedia-ioc-enum-links.rst80 - 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
/linux/Documentation/userspace-api/media/v4l/
A Ddev-radio.rst25 capability flags are reserved for future extensions.
37 reserved for future extensions.
/linux/Documentation/firmware-guide/acpi/dsd/
A Dgraph.rst13 specification [1][6]. There are two _DSD extensions that are relevant
14 for graphs: property [4] and hierarchical data extensions [5]. The
18 defined by the property extension. The two extensions together provide
27 extensions objects. A device's _DSD object is represented by an

Completed in 33 milliseconds

1234567891011