| /Linux-v5.10/drivers/acpi/acpica/ | 
| D | nsarguments.c | 45 	if (!info->predefined || (info->node->flags & ANOBJ_EVALUATED)) {  in acpi_ns_check_argument_types()49 	arg_type_list = info->predefined->info.argument_list;  in acpi_ns_check_argument_types()
 96 			      const union acpi_predefined_info *predefined)  in acpi_ns_check_acpi_compliance()  argument
 101 	if (!predefined || (node->flags & ANOBJ_EVALUATED)) {  in acpi_ns_check_acpi_compliance()
 108 	    METHOD_GET_ARG_COUNT(predefined->info.argument_list);  in acpi_ns_check_acpi_compliance()
 126 			   && !predefined->info.expected_btypes) {  in acpi_ns_check_acpi_compliance()
 160 		   && !(predefined->info.  in acpi_ns_check_acpi_compliance()
 190 			     const union acpi_predefined_info *predefined)  in acpi_ns_check_argument_count()  argument
 199 	if (!predefined) {  in acpi_ns_check_argument_count()
 261 	    METHOD_GET_ARG_COUNT(predefined->info.argument_list);  in acpi_ns_check_argument_count()
 [all …]
 
 | 
| D | nspredef.c | 72 	const union acpi_predefined_info *predefined;  in acpi_ns_check_return_value()  local76 	predefined = info->predefined;  in acpi_ns_check_return_value()
 77 	if (!predefined) {  in acpi_ns_check_return_value()
 103 	    (!predefined->info.expected_btypes) ||  in acpi_ns_check_return_value()
 104 	    (predefined->info.expected_btypes == ACPI_RTYPE_ALL)) {  in acpi_ns_check_return_value()
 113 					   predefined->info.expected_btypes,  in acpi_ns_check_return_value()
 
 | 
| D | dbnames.c | 403 	const union acpi_predefined_info *predefined;  in acpi_db_walk_for_predefined_names()  local408 	predefined = acpi_ut_match_predefined_method(node->name.ascii);  in acpi_db_walk_for_predefined_names()
 409 	if (!predefined) {  in acpi_db_walk_for_predefined_names()
 420 	if (predefined->info.expected_btypes & ACPI_RTYPE_PACKAGE) {  in acpi_db_walk_for_predefined_names()
 421 		package = predefined + 1;  in acpi_db_walk_for_predefined_names()
 425 					  predefined->info.expected_btypes);  in acpi_db_walk_for_predefined_names()
 428 		       METHOD_GET_ARG_COUNT(predefined->info.argument_list),  in acpi_db_walk_for_predefined_names()
 442 	acpi_ns_check_acpi_compliance(pathname, node, predefined);  in acpi_db_walk_for_predefined_names()
 
 | 
| D | nsrepair.c | 128 	const struct acpi_simple_repair_info *predefined;  in acpi_ns_simple_repair()  local136 	predefined = acpi_ns_match_simple_repair(info->node,  in acpi_ns_simple_repair()
 139 	if (predefined) {  in acpi_ns_simple_repair()
 146 		status = predefined->object_converter(info->node, return_object,  in acpi_ns_simple_repair()
 
 | 
| D | nseval.c | 91 	info->predefined =  in acpi_ns_evaluate()134 				      info->predefined);  in acpi_ns_evaluate()
 141 				     info->param_count, info->predefined);  in acpi_ns_evaluate()
 
 | 
| D | dbmethod.c | 456 	const union acpi_predefined_info *predefined;  in acpi_db_walk_for_execute()  local458 	predefined = acpi_ut_match_predefined_method(node->name.ascii);  in acpi_db_walk_for_execute()
 459 	if (!predefined) {  in acpi_db_walk_for_execute()
 
 | 
| D | nsrepair2.c | 155 	const struct acpi_repair_info *predefined;  in acpi_ns_complex_repairs()  local160 	predefined = acpi_ns_match_complex_repair(node);  in acpi_ns_complex_repairs()
 161 	if (!predefined) {  in acpi_ns_complex_repairs()
 165 	status = predefined->repair_function(info, return_object_ptr);  in acpi_ns_complex_repairs()
 
 | 
| D | dbtest.c | 980 	const union acpi_predefined_info *predefined;  in acpi_db_evaluate_one_predefined_name()  local994 	predefined = acpi_ut_match_predefined_method(node->name.ascii);  in acpi_db_evaluate_one_predefined_name()
 995 	if (!predefined) {  in acpi_db_evaluate_one_predefined_name()
 1023 		arg_type_list = predefined->info.argument_list;  in acpi_db_evaluate_one_predefined_name()
 
 | 
| D | acstruct.h | 163 	const union acpi_predefined_info *predefined;	/* Used if Node is a predefined name */  member
 | 
| D | acnamesp.h | 222 			      const union acpi_predefined_info *predefined);
 | 
| /Linux-v5.10/Documentation/leds/ | 
| D | leds-lp55xx.rst | 182 loading a LED pattern. That is 'predefined' pattern.184 A predefined pattern is defined in the platform data and load it(or them)
 187 To use the predefined pattern concept, 'patterns' and 'num_patterns' should be
 190 Example of predefined pattern data::
 
 | 
| D | leds-el15203000.rst | 12 The LEDs board supports only predefined patterns by firmware
 | 
| D | leds-lp5562.rst | 67 How to load the predefined patterns
 | 
| /Linux-v5.10/Documentation/ABI/testing/ | 
| D | sysfs-bus-iio-frequency-ad9523 | 29 		with their predefined phase offsets (out_altvoltageY_phase).
 | 
| /Linux-v5.10/tools/testing/selftests/tc-testing/ | 
| D | TODO.txt | 19   be run in the various predefined times.  Then if a plugin does not
 | 
| /Linux-v5.10/Documentation/devicetree/bindings/leds/ | 
| D | leds-el15203000.txt | 6 The board manages 3 LEDs and supports predefined blinking patterns
 | 
| /Linux-v5.10/Documentation/driver-api/iio/ | 
| D | triggered-buffers.rst | 53   predefined points in the buffer configuration sequence (e.g. before enable,
 | 
| /Linux-v5.10/Documentation/fault-injection/ | 
| D | provoke-crashes.rst | 8 the kernel at predefined code locations to evaluate the reliability of
 | 
| /Linux-v5.10/Documentation/devicetree/bindings/regulator/ | 
| D | pwm-regulator.txt | 7 			predefined voltage <=> duty-cycle values must be
 | 
| /Linux-v5.10/Documentation/hwmon/ | 
| D | nct6775.rst | 129 predefined temperature range. If the temperature goes out of range, fan130 is driven slower/faster to reach the predefined range again.
 
 | 
| D | w83627ehf.rst | 118 predefined temperature range. If the temperature goes out of range, fan119 is driven slower/faster to reach the predefined range again.
 
 | 
| /Linux-v5.10/Documentation/devicetree/bindings/firmware/ | 
| D | nvidia,tegra186-bpmp.txt | 62 predefined and work on top of sysram, which is an SRAM inside the chip.
 | 
| /Linux-v5.10/Documentation/admin-guide/LSM/ | 
| D | Yama.rst | 59     a process must have a predefined relationship
 | 
| /Linux-v5.10/Documentation/power/ | 
| D | power_supply_class.rst | 34 Power supply class has predefined set of attributes, this eliminates code36 predefined attributes *and* their units.
 
 | 
| /Linux-v5.10/Documentation/s390/ | 
| D | s390dbf.rst | 214 See section about predefined views for explanation of the above output!298 There are two predefined views: hex_ascii and sprintf.
 402 and which produces the same header output as the predefined views.
 
 |