Home
last modified time | relevance | path

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

123456789

/Linux-v4.19/drivers/gpu/drm/rockchip/
DKconfig22 bool "Rockchip specific extensions for Analogix DP driver"
24 This selects support for Rockchip SoC specific extensions
32 This selects support for Rockchip SoC specific extensions
38 bool "Rockchip specific extensions for Synopsys DW HDMI"
40 This selects support for Rockchip SoC specific extensions
46 bool "Rockchip specific extensions for Synopsys DW MIPI DSI"
48 This selects support for Rockchip SoC specific extensions
54 bool "Rockchip specific extensions for Innosilicon HDMI"
56 This selects support for Rockchip SoC specific extensions
/Linux-v4.19/drivers/gpu/drm/udl/
Dudl_connector.c51 int i, extensions; in udl_get_edid() local
60 extensions = ((struct edid *)block_buff)->extensions; in udl_get_edid()
61 if (extensions > 0) { in udl_get_edid()
63 *result_buff_size = EDID_LENGTH * (extensions + 1); in udl_get_edid()
73 for (i = 1; i < extensions; ++i) { in udl_get_edid()
/Linux-v4.19/Documentation/filesystems/
Disofs.txt8 when using discs encoded using Microsoft's Joliet extensions.
25 map=acorn As map=normal but also apply Acorn extensions if present
27 extensions set the permissions otherwise
29 extensions set the permissions otherwise
31 'mode' and 'dmode' even though Rock Ridge extensions are
33 nojoliet Ignore Joliet extensions if they are present.
34 norock Ignore Rock Ridge extensions if they are present.
/Linux-v4.19/net/netfilter/ipset/
Dip_set_bitmap_ipmac.c56 unsigned char extensions[0] /* MAC + data extensions */
78 #define get_elem(extensions, id, dsize) \ argument
79 (struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
81 #define get_const_elem(extensions, id, dsize) \ argument
82 (const struct bitmap_ipmac_elem *)(extensions + (id) * (dsize))
94 elem = get_const_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_test()
108 elem = get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_gc_test()
152 elem = get_elem(map->extensions, e->id, dsize); in bitmap_ipmac_do_add()
196 get_const_elem(map->extensions, id, dsize); in bitmap_ipmac_do_list()
290 a->extensions == b->extensions; in bitmap_ipmac_same_set()
/Linux-v4.19/Documentation/admin-guide/LSM/
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-v4.19/Documentation/devicetree/bindings/mmc/
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.
16 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions.
17 - "hisilicon,hi6220-dw-mshc": for controllers with hi6220 specific extensions.
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.
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.
Dsocfpga-dw-mshc.txt1 * Altera SOCFPGA specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
Dimg-dw-mshc.txt1 * Imagination specific extensions to the Synopsys Designware Mobile Storage
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
Dzx-dw-mshc.txt1 * ZTE specific extensions to the Synopsys Designware Mobile Storage
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
Dhi3798cv200-dw-mshc.txt1 * Hisilicon Hi3798CV200 specific extensions to the Synopsys Designware Mobile
10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
Drockchip-dw-mshc.txt1 * Rockchip specific extensions to the Synopsys Designware Mobile
8 extensions to the Synopsys Designware Mobile Storage Host Controller.
/Linux-v4.19/Documentation/
Dconf.py37 extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain', 'kfigure', 'sphinx.ext.ifco… variable
41 extensions.append("sphinx.ext.imgmath")
43 extensions.append("sphinx.ext.pngmath")
/Linux-v4.19/arch/x86/kvm/
DKconfig50 virtualization extensions. You will need a fairly recent
51 processor equipped with virtualization extensions. You will also
69 extensions.
79 (SVM) extensions.
/Linux-v4.19/drivers/gpu/drm/hisilicon/kirin/
DKconfig13 tristate "HiSilicon Kirin specific extensions for Synopsys DW MIPI DSI"
17 This selects support for HiSilicon Kirin SoC specific extensions for
/Linux-v4.19/Documentation/devicetree/bindings/display/
Dsimple-framebuffer-sunxi.txt3 This binding documents sunxi specific extensions to the simple-framebuffer
7 These extensions are intended so that u-boot can select the right node based
/Linux-v4.19/include/linux/netfilter/ipset/
Dip_set.h67 #define SET_WITH_TIMEOUT(s) ((s)->extensions & IPSET_EXT_TIMEOUT)
68 #define SET_WITH_COUNTER(s) ((s)->extensions & IPSET_EXT_COUNTER)
69 #define SET_WITH_COMMENT(s) ((s)->extensions & IPSET_EXT_COMMENT)
70 #define SET_WITH_SKBINFO(s) ((s)->extensions & IPSET_EXT_SKBINFO)
252 u8 extensions; member
/Linux-v4.19/drivers/vfio/pci/
DKconfig31 bool "VFIO PCI extensions for Intel graphics (GVT-d)"
35 Support for Intel IGD specific extensions to enable direct
/Linux-v4.19/arch/ia64/hp/sim/boot/
Dbootloader.lds47 /* GNU DWARF 1 extensions */
61 /* SGI/MIPS DWARF 2 extensions */
/Linux-v4.19/drivers/media/cec/
Dcec-notifier.c102 if (edid && edid->extensions) in cec_notifier_set_phys_addr_from_edid()
104 EDID_LENGTH * (edid->extensions + 1), NULL); in cec_notifier_set_phys_addr_from_edid()
/Linux-v4.19/Documentation/media/uapi/v4l/
Ddev-radio.rst25 capability flags are reserved for future extensions.
37 reserved for future extensions.
/Linux-v4.19/tools/perf/scripts/python/
Dintel-pt-events.py51 extensions = (payload >> 32) & 0x3
52 print "hints: %#x extensions: %#x" % (hints, extensions),
/Linux-v4.19/Documentation/filesystems/cifs/
Dcifs.txt22 the CIFS Unix extensions (and in the future SMB3 POSIX extensions),
/Linux-v4.19/fs/isofs/
DKconfig6 Unix systems. The so-called Rock-Ridge extensions which allow for
18 bool "Microsoft Joliet CDROM extensions"

123456789