/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | Kconfig | 22 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/ |
D | udl_connector.c | 51 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/ |
D | isofs.txt | 8 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/ |
D | ip_set_bitmap_ipmac.c | 56 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/ |
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
|
/Linux-v4.19/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. 16 - "hisilicon,hi4511-dw-mshc": for controllers with hi4511 specific extensions. 17 - "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.
|
D | rockchip-dw-mshc.txt | 1 * Rockchip specific extensions to the Synopsys Designware Mobile 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
/Linux-v4.19/Documentation/ |
D | conf.py | 37 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/ |
D | Kconfig | 50 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/ |
D | Kconfig | 13 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/ |
D | simple-framebuffer-sunxi.txt | 3 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/ |
D | ip_set.h | 67 #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/ |
D | Kconfig | 31 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/ |
D | bootloader.lds | 47 /* GNU DWARF 1 extensions */ 61 /* SGI/MIPS DWARF 2 extensions */
|
/Linux-v4.19/drivers/media/cec/ |
D | cec-notifier.c | 102 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/ |
D | dev-radio.rst | 25 capability flags are reserved for future extensions. 37 reserved for future extensions.
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | intel-pt-events.py | 51 extensions = (payload >> 32) & 0x3 52 print "hints: %#x extensions: %#x" % (hints, extensions),
|
/Linux-v4.19/Documentation/filesystems/cifs/ |
D | cifs.txt | 22 the CIFS Unix extensions (and in the future SMB3 POSIX extensions),
|
/Linux-v4.19/fs/isofs/ |
D | Kconfig | 6 Unix systems. The so-called Rock-Ridge extensions which allow for 18 bool "Microsoft Joliet CDROM extensions"
|