/linux-4.4.14/drivers/acpi/acpica/ |
D | nsarguments.c | 74 if (!info->predefined) { in acpi_ns_check_argument_types() 78 arg_type_list = info->predefined->info.argument_list; in acpi_ns_check_argument_types() 119 const union acpi_predefined_info *predefined) in acpi_ns_check_acpi_compliance() argument 124 if (!predefined) { in acpi_ns_check_acpi_compliance() 131 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_acpi_compliance() 149 && !predefined->info.expected_btypes) { in acpi_ns_check_acpi_compliance() 183 && !(predefined->info. in acpi_ns_check_acpi_compliance() 213 const union acpi_predefined_info *predefined) in acpi_ns_check_argument_count() argument 218 if (!predefined) { in acpi_ns_check_argument_count() 280 METHOD_GET_ARG_COUNT(predefined->info.argument_list); in acpi_ns_check_argument_count() [all …]
|
D | nspredef.c | 106 const union acpi_predefined_info *predefined; in acpi_ns_check_return_value() local 110 predefined = info->predefined; in acpi_ns_check_return_value() 111 if (!predefined) { in acpi_ns_check_return_value() 137 (!predefined->info.expected_btypes) || in acpi_ns_check_return_value() 138 (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) { in acpi_ns_check_return_value() 147 predefined->info.expected_btypes, in acpi_ns_check_return_value()
|
D | dbnames.c | 431 const union acpi_predefined_info *predefined; in acpi_db_walk_for_predefined_names() local 436 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_walk_for_predefined_names() 437 if (!predefined) { in acpi_db_walk_for_predefined_names() 448 if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) { in acpi_db_walk_for_predefined_names() 449 package = predefined + 1; in acpi_db_walk_for_predefined_names() 453 predefined->info.expected_btypes); in acpi_db_walk_for_predefined_names() 456 METHOD_GET_ARG_COUNT(predefined->info.argument_list), in acpi_db_walk_for_predefined_names() 470 acpi_ns_check_acpi_compliance(pathname, node, predefined); in acpi_db_walk_for_predefined_names()
|
D | nsrepair.c | 157 const struct acpi_simple_repair_info *predefined; in acpi_ns_simple_repair() local 165 predefined = acpi_ns_match_simple_repair(info->node, in acpi_ns_simple_repair() 168 if (predefined) { in acpi_ns_simple_repair() 176 predefined->object_converter(return_object, &new_object); in acpi_ns_simple_repair()
|
D | nseval.c | 133 info->predefined = in acpi_ns_evaluate() 169 info->predefined); in acpi_ns_evaluate() 176 info->param_count, info->predefined); in acpi_ns_evaluate()
|
D | nsrepair2.c | 189 const struct acpi_repair_info *predefined; in acpi_ns_complex_repairs() local 194 predefined = acpi_ns_match_complex_repair(node); in acpi_ns_complex_repairs() 195 if (!predefined) { in acpi_ns_complex_repairs() 199 status = predefined->repair_function(info, return_object_ptr); in acpi_ns_complex_repairs()
|
D | dbtest.c | 933 const union acpi_predefined_info *predefined; in acpi_db_evaluate_one_predefined_name() local 947 predefined = acpi_ut_match_predefined_method(node->name.ascii); in acpi_db_evaluate_one_predefined_name() 948 if (!predefined) { in acpi_db_evaluate_one_predefined_name() 976 arg_type_list = predefined->info.argument_list; in acpi_db_evaluate_one_predefined_name()
|
D | acstruct.h | 194 const union acpi_predefined_info *predefined; /* Used if Node is a predefined name */ member
|
D | acnamesp.h | 240 const union acpi_predefined_info *predefined);
|
D | nsprepkg.c | 96 package = info->predefined + 1; in acpi_ns_check_package()
|
/linux-4.4.14/Documentation/leds/ |
D | leds-lp55xx.txt | 155 loading a LED pattern. That is 'predefined' pattern. 156 A predefined pattern is defined in the platform data and load it(or them) 158 To use the predefined pattern concept, 'patterns' and 'num_patterns' should be 161 Example of predefined pattern data:
|
D | leds-lp5562.txt | 56 How to load the predefined patterns
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-iio-frequency-ad9523 | 27 with their predefined phase offsets (out_altvoltageY_phase).
|
/linux-4.4.14/Documentation/fault-injection/ |
D | provoke-crashes.txt | 2 predefined crashpoints to evaluate the reliability of crash dumps obtained
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | pwm-regulator.txt | 7 predefined voltage <=> duty-cycle values must be
|
/linux-4.4.14/Documentation/sound/oss/ |
D | PSS-updates | 69 of having to put it in a predefined location with a predefined name. The
|
/linux-4.4.14/Documentation/hwmon/ |
D | nct6775 | 83 predefined temperature range. If the temperature goes out of range, fan 84 is driven slower/faster to reach the predefined range again.
|
D | w83627ehf | 84 predefined temperature range. If the temperature goes out of range, fan 85 is driven slower/faster to reach the predefined range again.
|
D | w83793 | 82 predefined value, within a tolerance margin. So if tempX_input >
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 33 Power supply class has predefined set of attributes, this eliminates code 35 predefined attributes *and* their units.
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 55 1 - restricted ptrace: a process must have a predefined relationship
|
D | Smack.txt | 263 CAP_MAC_ADMIN to relabel itself to one of labels from predefined list. 380 There are some predefined labels:
|
/linux-4.4.14/Documentation/ |
D | ramoops.txt | 17 Ramoops uses a predefined memory area to store the dump. The start and size
|
D | hwspinlock.txt | 48 ids for predefined purposes.
|
D | kernel-parameters.txt | 197 Disable AML predefined validation mechanism 2017 of statically allocating a predefined number, loop
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/ |
D | Kconfig | 86 broadcast frames, except some very specific predefined
|
/linux-4.4.14/fs/jffs2/ |
D | Kconfig | 172 Tries the compressors in a predefined order and chooses the first
|
/linux-4.4.14/Documentation/s390/ |
D | s390dbf.txt | 420 See section about predefined views for explanation of the above output! 497 There are three predefined views: hex_ascii, raw and sprintf. 599 and which produces the same header output as the predefined views.
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 149 and exec one of the predefined init binaries.
|
/linux-4.4.14/Documentation/powerpc/ |
D | firmware-assisted-dump.txt | 263 2. Reserve the area of predefined size (say PAGE_SIZE) for this
|
/linux-4.4.14/Documentation/networking/ |
D | ixgbe.txt | 109 frames are generated when the receive packet buffer crosses a predefined
|
D | filter.txt | 633 call predefined in-kernel functions, though.
|
/linux-4.4.14/Documentation/video4linux/cx2341x/ |
D | fw-encoder-api.txt | 18 continuously or until a predefined number of frames have been captured.
|
/linux-4.4.14/Documentation/m68k/ |
D | kernel-options.txt | 326 This sub-option may be any of the predefined video modes, as listed 695 predefined video modes are available:
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 246 One of the predefined values in [enabled, disabled].
|
/linux-4.4.14/Documentation/filesystems/ |
D | spufs.txt | 18 Every SPU context is represented by a directory containing a predefined
|
D | f2fs.txt | 302 able to dump all the SSA and SIT entries into predefined files, ./dump_ssa and
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 165 to the kernel with a tagged list of predefined parameters. 1231 For many devices that may exist inside an SOC, there are predefined
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 1602 inducing system failures at predefined crash points.
|