/linux/Documentation/gpu/ |
A D | kms-properties.csv | 2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD 3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD 21 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD 41 ,,"""Broadcast RGB""",ENUM,"{ “off”, “auto”, “on” }",Connector,TBD 62 ,,"""CSC_RGB""",ENUM,"{ ""Auto"", ""Computer system"", ""Studio"" }",CRTC,TBD 72 exynos,CRTC,“mode”,ENUM,"{ ""normal"", ""blank"" }",CRTC,TBD 83 ,Display,“dithering mode”,ENUM,"{ ""auto"", ""off"", ""on"" }",Connector,TBD 85 ,,“underscan”,ENUM,"{ ""auto"", ""6 bpc"", ""8 bpc"" }",Connector,TBD 95 ,legacy TMDS PLL detect,"""tmds_pll""",ENUM,"{ ""driver"", ""bios"" }",-,TBD 99 ,Audio,“audio”,ENUM,"{ ""off"", ""on"", ""auto"" }",Connector,TBD [all …]
|
/linux/include/linux/ |
A D | kernel_read_file.h | 19 #define __fid_enumify(ENUM, dummy) READING_ ## ENUM, argument
|
A D | security.h | 231 #define __data_id_enumify(ENUM, dummy) LOADING_ ## ENUM, argument
|
/linux/drivers/platform/x86/dell/dell-wmi-sysman/ |
A D | sysman.c | 327 case ENUM: in alloc_attributes_data() 413 case ENUM: min_elements = 8; break; in init_bios_attributes() 481 case ENUM: in init_bios_attributes() 574 ret = init_bios_attributes(ENUM, DELL_WMI_BIOS_ENUMERATION_ATTRIBUTE_GUID); in sysman_init()
|
A D | dell-wmi-sysman.h | 90 enum { ENUM, INT, STR, PO }; enumerator
|
/linux/sound/pci/ice1712/ |
A D | se.c | 349 enum { VOLUME1, VOLUME2, BOOLEAN, ENUM } type; enumerator 391 .type = ENUM, 397 .type = ENUM, 611 case ENUM: in se200pci_add_controls()
|
/linux/drivers/scsi/aic7xxx/aicasm/ |
A D | aicasm_symbol.c | 103 case ENUM: in symbol_delete() 244 case ENUM: in symlist_add() 503 case ENUM: in symtable_dump() 630 case ENUM: in symtable_dump()
|
A D | aicasm_symbol.h | 56 ENUM, enumerator
|
A D | aicasm_gram.y | 498 process_field(ENUM, $2, $3.value); 708 case ENUM: 1511 case ENUM: in initialize_symbol() 1896 || node->symbol->type == ENUM in type_check()
|
/linux/security/integrity/ima/ |
A D | ima.h | 207 #define __ima_hook_enumify(ENUM, str) ENUM, argument 209 #define __ima_hook_measuring_stringify(ENUM, str) \ argument
|
/linux/Documentation/userspace-api/media/dvb/ |
A D | fe-type-t.rst | 85 :ref:`DTV_ENUM_DELSYS <DTV-ENUM-DELSYS>` instead.
|
A D | fe_property_parameters.rst | 943 .. _DTV-ENUM-DELSYS:
|
/linux/drivers/pci/hotplug/ |
A D | Kconfig | 97 Say Y here if you have a CompactPCI system card that exposes the #ENUM
|
/linux/tools/bpf/bpftool/Documentation/ |
A D | bpftool-btf.rst | 173 [14] ENUM 'my_enum' size=4 vlen=2
|
/linux/net/netfilter/ |
A D | nf_conntrack_h323_types.c | 880 {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0, 948 {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0, 980 {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0, 1034 {FNAME("screeningIndicator") ENUM, 2, 0, 0, SKIP | EXT | OPT, 0,
|
A D | nf_conntrack_h323_asn1.c | 42 #define ENUM 4 macro
|
/linux/Documentation/bpf/ |
A D | btf.rst | 106 /* "size" is used by INT, ENUM, STRUCT and UNION.
|