Home
last modified time | relevance | path

Searched refs:arg_list (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutxferror.c37 va_list arg_list; in acpi_error() local
42 va_start(arg_list, format); in acpi_error()
43 acpi_os_vprintf(format, arg_list); in acpi_error()
45 va_end(arg_list); in acpi_error()
71 va_list arg_list; in ACPI_EXPORT_SYMBOL() local
85 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL()
86 acpi_os_vprintf(format, arg_list); in ACPI_EXPORT_SYMBOL()
88 va_end(arg_list); in ACPI_EXPORT_SYMBOL()
111 va_list arg_list; in ACPI_EXPORT_SYMBOL() local
116 va_start(arg_list, format); in ACPI_EXPORT_SYMBOL()
[all …]
H A Duterror.c44 va_list arg_list; in acpi_ut_predefined_warning() local
56 va_start(arg_list, format); in acpi_ut_predefined_warning()
57 acpi_os_vprintf(format, arg_list); in acpi_ut_predefined_warning()
59 va_end(arg_list); in acpi_ut_predefined_warning()
86 va_list arg_list; in acpi_ut_predefined_info() local
98 va_start(arg_list, format); in acpi_ut_predefined_info()
99 acpi_os_vprintf(format, arg_list); in acpi_ut_predefined_info()
101 va_end(arg_list); in acpi_ut_predefined_info()
129 va_list arg_list; in acpi_ut_predefined_bios_error() local
141 va_start(arg_list, format); in acpi_ut_predefined_bios_error()
[all …]
H A Dpsscope.c126 scope->parse_scope.arg_list = remaining_args; in acpi_ps_push_scope()
166 union acpi_parse_object **op, u32 * arg_list, u32 * arg_count) in acpi_ps_pop_scope() argument
180 *arg_list = scope->parse_scope.arg_list; in acpi_ps_pop_scope()
191 *arg_list = 0; in acpi_ps_pop_scope()
H A Dhwesleep.c32 struct acpi_object_list arg_list; in acpi_hw_execute_sleep_method() local
40 arg_list.count = 1; in acpi_hw_execute_sleep_method()
41 arg_list.pointer = &arg; in acpi_hw_execute_sleep_method()
45 status = acpi_evaluate_object(NULL, method_pathname, &arg_list, NULL); in acpi_hw_execute_sleep_method()
H A Dhwxfsleep.c205 struct acpi_object_list arg_list; in ACPI_EXPORT_SYMBOL() local
227 arg_list.count = 1; in ACPI_EXPORT_SYMBOL()
228 arg_list.pointer = &arg; in ACPI_EXPORT_SYMBOL()
233 acpi_evaluate_object(NULL, METHOD_PATHNAME__PTS, &arg_list, NULL); in ACPI_EXPORT_SYMBOL()
H A Dacpredef.h110 #define METHOD_GET_ARG_COUNT(arg_list) ((arg_list) & METHOD_ARG_MASK) argument
111 #define METHOD_GET_NEXT_TYPE(arg_list) (((arg_list) >>= METHOD_ARG_BIT_WIDTH) & METHOD_ARG_MASK) argument
H A Dacparser.h151 union acpi_parse_object **op, u32 *arg_list, u32 *arg_count);
H A Daclocal.h613 u32 arg_list; /* Next argument to parse */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/policies/
H A Dpolicy.hpp424 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef
427 …typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domai…
428 …typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_erro…
429 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type o…
430 …typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type…
431 …typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denor…
432 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::ty…
433 …typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type r…
434 …typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_…
439 …typedef typename detail::find_arg<arg_list, is_digits10<mpl::_1>, digits10<> >::type digits10_type;
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dintel_menlow.c54 struct acpi_object_list arg_list; in memory_get_max_bandwidth() local
58 arg_list.count = 1; in memory_get_max_bandwidth()
59 arg_list.pointer = &arg; in memory_get_max_bandwidth()
63 &arg_list, &value); in memory_get_max_bandwidth()
80 struct acpi_object_list arg_list; in memory_get_cur_bandwidth() local
84 arg_list.count = 1; in memory_get_cur_bandwidth()
85 arg_list.pointer = &arg; in memory_get_cur_bandwidth()
89 &arg_list, &result); in memory_get_cur_bandwidth()
102 struct acpi_object_list arg_list; in memory_set_cur_bandwidth() local
114 arg_list.count = 1; in memory_set_cur_bandwidth()
[all …]
H A Dhuawei-wmi.c265 struct acpi_object_list arg_list = { in huawei_wmi_micmute_led_set() local
289 status = acpi_evaluate_object(handle, acpi_method, &arg_list, NULL); in huawei_wmi_micmute_led_set()
H A Dfujitsu-laptop.c150 struct acpi_object_list arg_list = { 4, params }; in call_fext_func() local
154 status = acpi_evaluate_integer(device->handle, "FUNC", &arg_list, in call_fext_func()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_tad.c75 struct acpi_object_list arg_list = { in acpi_tad_set_real_time() local
94 status = acpi_evaluate_integer(handle, "_SRT", &arg_list, &retval); in acpi_tad_set_real_time()
258 struct acpi_object_list arg_list = { in acpi_tad_wake_set() local
270 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_set()
307 struct acpi_object_list arg_list = { in acpi_tad_wake_read() local
318 status = acpi_evaluate_integer(handle, method, &arg_list, &retval); in acpi_tad_wake_read()
363 struct acpi_object_list arg_list = { in acpi_tad_clear_status() local
374 status = acpi_evaluate_integer(handle, "_CWS", &arg_list, &retval); in acpi_tad_clear_status()
404 struct acpi_object_list arg_list = { in acpi_tad_status_read() local
415 status = acpi_evaluate_integer(handle, "_GWS", &arg_list, &retval); in acpi_tad_status_read()
H A Dutils.c436 struct acpi_object_list arg_list = {3, params}; in acpi_evaluate_ost() local
448 return acpi_evaluate_object(handle, "_OST", &arg_list, NULL); in acpi_evaluate_ost()
553 struct acpi_object_list arg_list = { .count = 1, .pointer = &obj, }; in acpi_execute_simple_method() local
557 return acpi_evaluate_object(handle, method, &arg_list, NULL); in acpi_execute_simple_method()
615 struct acpi_object_list arg_list; in acpi_evaluate_reg() local
622 arg_list.count = 2; in acpi_evaluate_reg()
623 arg_list.pointer = params; in acpi_evaluate_reg()
625 return acpi_evaluate_object(handle, "_REG", &arg_list, NULL); in acpi_evaluate_reg()
H A Ddock.c316 struct acpi_object_list arg_list; in handle_dock() local
323 arg_list.count = 1; in handle_dock()
324 arg_list.pointer = &arg; in handle_dock()
327 status = acpi_evaluate_integer(ds->handle, "_DCK", &arg_list, &value); in handle_dock()
H A Dpower.c651 struct acpi_object_list arg_list = { 3, in_arg }; in acpi_device_sleep_wake() local
671 status = acpi_evaluate_object(dev->handle, "_DSW", &arg_list, NULL); in acpi_device_sleep_wake()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpcie-hisi-error.c114 struct acpi_object_list arg_list; in hisi_pcie_port_reset() local
125 arg_list.count = 3; in hisi_pcie_port_reset()
126 arg_list.pointer = arg; in hisi_pcie_port_reset()
128 s = acpi_evaluate_integer(handle, "RST", &arg_list, &data); in hisi_pcie_port_reset()
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0005-calloc-Use-calloc-at-most-places.patch831 - arg_list = gcry_malloc (sizeof (*arg_list) * (data_n + 1));
832 + arg_list = gcry_calloc (data_n + 1, sizeof (*arg_list));
833 if (! arg_list)
840 - arg_list = gcry_malloc (sizeof (*arg_list) * (data_length * 2));
841 + arg_list = gcry_calloc (data_length, sizeof (*arg_list) * 2);
842 if (! arg_list)
849 - arg_list = gcry_malloc (sizeof (*arg_list) * arg_list_n);
850 + arg_list = gcry_calloc (arg_list_n, sizeof (*arg_list));
851 if (! arg_list)
884 - arg_list = malloc (nelem * sizeof *arg_list);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch108 - def __unpack_args(cls, arg_list: Sequence[str]) -> List[str]:
109 + def _unpack_args(cls, arg_list: Sequence[str]) -> List[str]:
112 if isinstance(arg_list, (list, tuple)):
113 for arg in arg_list:
117 outlist.append(str(arg_list))
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A Dsound.c523 char *device_name, char *arg_list) in audio_probe_channel() argument
540 strlcpy(arg_list_cpy, arg_list, STRING_SIZE); in audio_probe_channel()