Home
last modified time | relevance | path

Searched refs:arg4 (Results 1 – 13 of 13) sorted by relevance

/drivers/firmware/meson/
Dmeson_sm.c71 u32 arg3, u32 arg4) in __meson_sm_call() argument
75 arm_smccc_smc(cmd, arg0, arg1, arg2, arg3, arg4, 0, 0, &res); in __meson_sm_call()
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call() argument
116 lret = __meson_sm_call(cmd, arg0, arg1, arg2, arg3, arg4); in meson_sm_call()
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read() argument
158 if (meson_sm_call(fw, cmd_index, &size, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_read()
193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write() argument
208 if (meson_sm_call(fw, cmd_index, &written, arg0, arg1, arg2, arg3, arg4) < 0) in meson_sm_call_write()
/drivers/firmware/efi/
Druntime-wrappers.c74 efi_rts_work.arg4 = _arg4; \
182 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
188 arg4 = efi_rts_work.arg4; in efi_call_rts()
210 (unsigned long *)arg4, (void *)arg5); in efi_call_rts()
220 *(unsigned long *)arg4, (void *)arg5); in efi_call_rts()
224 (u64 *)arg2, (u64 *)arg3, (u64 *)arg4); in efi_call_rts()
239 (int *)arg4); in efi_call_rts()
/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c39 unsigned long arg4, in ehea_plpar_hcall_norets() argument
48 ret = plpar_hcall_norets(opcode, arg1, arg2, arg3, arg4, in ehea_plpar_hcall_norets()
62 arg1, arg2, arg3, arg4, arg5, arg6, arg7); in ehea_plpar_hcall_norets()
75 unsigned long arg4, in ehea_plpar_hcall9() argument
88 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
112 arg1, arg2, arg3, arg4, arg5, in ehea_plpar_hcall9()
/drivers/firmware/
Darm_sdei.c41 unsigned long arg4, struct arm_smccc_res *res);
138 unsigned long arg3, unsigned long arg4, in invoke_sdei_fn() argument
145 sdei_firmware_call(function_id, arg0, arg1, arg2, arg3, arg4, in invoke_sdei_fn()
841 unsigned long arg4, struct arm_smccc_res *res) in sdei_smccc_smc() argument
843 arm_smccc_smc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_smc()
850 unsigned long arg4, struct arm_smccc_res *res) in sdei_smccc_hvc() argument
852 arm_smccc_hvc(function_id, arg0, arg1, arg2, arg3, arg4, 0, 0, res); in sdei_smccc_hvc()
/drivers/pnp/pnpbios/
Dbioscalls.c82 u16 arg4, u16 arg5, u16 arg6, u16 arg7, in call_pnp_bios() argument
132 "c"((arg4) | (((u32) arg5) << 16)), in call_pnp_bios()
/drivers/ps3/
Dps3stor_lib.c315 u64 arg2, u64 arg3, u64 arg4) in ps3stor_send_command() argument
325 arg2, arg3, arg4, &dev->tag); in ps3stor_send_command()
/drivers/net/wireless/ath/wcn36xx/
Dsmd.h126 u32 arg3, u32 arg4, u32 arg5);
Dsmd.c2404 u32 arg3, u32 arg4, u32 arg5) in wcn36xx_smd_dump_cmd_req() argument
2415 msg_body.arg4 = arg4; in wcn36xx_smd_dump_cmd_req()
Dhal.h4132 u32 arg4; member
/drivers/platform/x86/
Dasus-wmi.c137 u32 arg4; /* Some ROG laptops require a full 5 input args */ member
319 u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4, u32 *retval) in asus_wmi_evaluate_method5() argument
326 .arg4 = arg4, in asus_wmi_evaluate_method5()
2514 u32 arg1 = 0, arg2 = 0, arg3 = 0, arg4 = 0; in fan_curve_write() local
2527 arg4 += (100 * percents[i + 4] / 255) << shift; in fan_curve_write()
2533 arg1, arg2, arg3, arg4, &ret); in fan_curve_write()
/drivers/pinctrl/renesas/
Dpfc-r8a7778.c1264 #define SH_PFC_MUX4(name, arg1, arg2, arg3, arg4) \ argument
1266 arg3##_MARK, arg4##_MARK }
1267 #define SH_PFC_MUX8(name, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) \ argument
1269 arg3##_MARK, arg4##_MARK, \
/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu.h1542 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5);
Drtl8xxxu_core.c3827 u8 arg1, u8 arg2, u8 arg3, u8 arg4, u8 arg5) in rtl8723bu_set_ps_tdma() argument
3836 h2c.b_type_dma.data4 = arg4; in rtl8723bu_set_ps_tdma()