Searched refs:arg0 (Results 1 - 25 of 58) sorted by last modified time

123

/linux-master/drivers/platform/x86/
H A Dlg-laptop.c91 static int ggov(u32 arg0) argument
102 args[0].integer.value = arg0;
H A Dasus-wmi.c149 u32 arg0; member in struct:bios_args
312 u32 arg0, u32 arg1, u32 arg2, u32 *retval)
315 .arg0 = arg0,
346 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval) argument
348 return asus_wmi_evaluate_method3(method_id, arg0, arg1, 0, retval);
353 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval)
356 .arg0 = arg0,
394 u32 arg0, u3
311 asus_wmi_evaluate_method3(u32 method_id, u32 arg0, u32 arg1, u32 arg2, u32 *retval) argument
352 asus_wmi_evaluate_method5(u32 method_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval) argument
393 asus_wmi_evaluate_method_buf(u32 method_id, u32 arg0, u32 arg1, u8 *ret_buffer, size_t size) argument
[all...]
/linux-master/include/linux/usb/
H A Dof.h17 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0);
29 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) argument
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c461 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, argument
466 register uintptr_t a0 asm ("a0") = (uintptr_t)(arg0);
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dprocessor.c583 #define __smccc_call(insn, function_id, arg0, arg1, arg2, arg3, arg4, arg5, \
586 "mov x1, %[arg0]\n" \
600 : [function_id] "r"(function_id), [arg0] "r"(arg0), \
606 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1, argument
610 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5,
614 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1, argument
618 __smccc_call(smc, function_id, arg0, arg1, arg2, arg3, arg4, arg5,
/linux-master/tools/testing/selftests/kvm/include/
H A Dkvm_util_base.h384 static inline int __vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) argument
386 struct kvm_enable_cap enable_cap = { .cap = cap, .args = { arg0 } };
390 static inline void vm_enable_cap(struct kvm_vm *vm, uint32_t cap, uint64_t arg0) argument
392 struct kvm_enable_cap enable_cap = { .cap = cap, .args = { arg0 } };
631 uint64_t arg0)
633 struct kvm_enable_cap enable_cap = { .cap = cap, .args = { arg0 } };
630 vcpu_enable_cap(struct kvm_vcpu *vcpu, uint32_t cap, uint64_t arg0) argument
H A Ducall_common.h56 #define GUEST_SYNC1(arg0) ucall(UCALL_SYNC, 1, arg0)
57 #define GUEST_SYNC2(arg0, arg1) ucall(UCALL_SYNC, 2, arg0, arg1)
58 #define GUEST_SYNC3(arg0, arg1, arg2) \
59 ucall(UCALL_SYNC, 3, arg0, arg1, arg2)
60 #define GUEST_SYNC4(arg0, arg1, arg2, arg3) \
61 ucall(UCALL_SYNC, 4, arg0, arg1, arg2, arg3)
62 #define GUEST_SYNC5(arg0, arg1, arg2, arg3, arg4) \
63 ucall(UCALL_SYNC, 5, arg0, arg
[all...]
/linux-master/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h189 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dprocessor.h210 * @arg0-arg6: SMCCC function arguments, corresponding to registers x1-x7
214 void smccc_hvc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
221 * @arg0-arg6: SMCCC function arguments, corresponding to registers x1-x7
225 void smccc_smc(uint32_t function_id, uint64_t arg0, uint64_t arg1,
/linux-master/arch/sparc/include/asm/
H A Dhypervisor.h261 unsigned long arg0);
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c357 u32 arg0, u32 arg1, u32 arg2, u32 arg3)
360 buffer->input[0] = arg0;
356 dell_fill_request(struct calling_interface_buffer *buffer, u32 arg0, u32 arg1, u32 arg2, u32 arg3) argument
/linux-master/drivers/acpi/
H A Dacpi_video.c620 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; local
621 struct acpi_object_list args = { 1, &arg0 };
631 arg0.integer.value = length / 128;
/linux-master/arch/arm64/include/asm/
H A Dkexec.h100 unsigned long arg0, unsigned long arg1,
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt61pci.c139 const u8 arg0, const u8 arg1)
152 rt2x00_set_field32(&reg, H2M_MAILBOX_CSR_ARG0, arg0);
137 rt61pci_mcu_request(struct rt2x00_dev *rt2x00dev, const u8 command, const u8 token, const u8 arg0, const u8 arg1) argument
H A Drt2800lib.c516 const u8 arg0, const u8 arg1)
535 rt2x00_set_field32(&reg, H2M_MAILBOX_CSR_ARG0, arg0);
514 rt2800_mcu_request(struct rt2x00_dev *rt2x00dev, const u8 command, const u8 token, const u8 arg0, const u8 arg1) argument
/linux-master/tools/arch/x86/include/asm/
H A Drmwcc.h15 #define GEN_UNARY_RMWcc(op, var, arg0, cc) \
16 __GEN_RMWcc(op " " arg0, var, cc)
18 #define GEN_BINARY_RMWcc(op, var, vcon, val, arg0, cc) \
19 __GEN_RMWcc(op " %1, " arg0, var, cc, vcon (val))
/linux-master/arch/x86/include/asm/
H A Drmwcc.h40 #define GEN_UNARY_RMWcc_4(op, var, cc, arg0) \
41 __GEN_RMWcc(op " " arg0, var, cc, __CLOBBERS_MEM())
48 #define GEN_BINARY_RMWcc_6(op, var, cc, vcon, _val, arg0) \
49 __GEN_RMWcc(op " %[val], " arg0, var, cc, \
/linux-master/arch/riscv/kernel/
H A Dsbi.c27 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, argument
34 register uintptr_t a0 asm ("a0") = (uintptr_t)(arg0);
/linux-master/arch/riscv/include/asm/
H A Dsbi.h295 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c150 u64 arg0, arg3; local
155 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY;
161 zynqmp_ipi_fw_call(ipi_mbox, arg0, arg3, &res);
190 u64 arg0; local
198 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY;
199 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res);
230 u64 arg0; local
242 arg0 = SMC_IPI_MAILBOX_STATUS_ENQUIRY;
243 zynqmp_ipi_fw_call(ipi_mbox, arg0, 0, &res);
268 u64 arg0; local
318 u64 arg0; local
360 u64 arg0; local
[all...]
/linux-master/arch/parisc/kernel/
H A Dfirmware.c1846 unsigned int arg0; member in struct:narrow_stack
1861 real_stack.arg0 = va_arg(args, unsigned int);
1877 return real32_call_asm(&real_stack.sp, &real_stack.arg0, fn);
1884 unsigned long arg0; member in struct:wide_stack
1912 real64_stack.arg0 = va_arg(args, unsigned long);
1928 return real64_call_asm(&real64_stack.sp, &real64_stack.arg0, fn);
/linux-master/arch/mips/kernel/
H A Drelocate_kernel.S17 PTR_L a0, arg0
148 arg0: PTR_WD 0x0 label
/linux-master/drivers/firmware/meson/
H A Dmeson_sm.c71 static s32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, argument
76 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res);
97 * @arg0: SMC32 Argument 0
106 s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4)
118 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4);
134 * @arg0: SMC32 Argument 0
145 unsigned int bsize, unsigned int cmd_index, u32 arg0,
160 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0)
190 * @arg0: SMC32 Argument 0
199 unsigned int size, unsigned int cmd_index, u32 arg0,
105 meson_sm_call(struct meson_sm_firmware *fw, unsigned int cmd_index, s32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
144 meson_sm_call_read(struct meson_sm_firmware *fw, void *buffer, unsigned int bsize, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
198 meson_sm_call_write(struct meson_sm_firmware *fw, void *buffer, unsigned int size, unsigned int cmd_index, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) argument
[all...]
/linux-master/include/linux/platform_data/x86/
H A Dasus-wmi.h148 int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, u32 *retval);
150 static inline int asus_wmi_evaluate_method(u32 method_id, u32 arg0, u32 arg1, argument
/linux-master/drivers/hwmon/
H A Dacpi_power_meter.c146 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; local
147 struct acpi_object_list args = { 1, &arg0 };
160 arg0.integer.value = temp;
219 union acpi_object arg0 = { ACPI_TYPE_INTEGER }; local
220 struct acpi_object_list args = { 1, &arg0 };
233 arg0.integer.value = temp;

Completed in 666 milliseconds

123