Home
last modified time | relevance | path

Searched defs:arg1 (Results 1 – 25 of 49) sorted by relevance

12

/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2()
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
101 static inline struct bw_fixed bw_add(const struct bw_fixed arg1, in bw_add()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
136 static inline bool bw_equ(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_equ()
141 static inline bool bw_neq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_neq()
146 static inline bool bw_leq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_leq()
151 static inline bool bw_meq(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_meq()
[all …]
/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h135 static inline bool dc_fixpt_lt(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_lt()
144 static inline bool dc_fixpt_le(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_le()
153 static inline bool dc_fixpt_eq(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_eq()
162 static inline struct fixed31_32 dc_fixpt_min(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_min()
174 static inline struct fixed31_32 dc_fixpt_max(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_max()
245 static inline struct fixed31_32 dc_fixpt_add(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_add()
261 static inline struct fixed31_32 dc_fixpt_add_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_add_int()
270 static inline struct fixed31_32 dc_fixpt_sub(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_sub()
286 static inline struct fixed31_32 dc_fixpt_sub_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_sub_int()
308 static inline struct fixed31_32 dc_fixpt_mul_int(struct fixed31_32 arg1, int arg2) in dc_fixpt_mul_int()
[all …]
/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_math.c39 float dcn_bw_mod(const float arg1, const float arg2) in dcn_bw_mod()
48 float dcn_bw_min2(const float arg1, const float arg2) in dcn_bw_min2()
57 unsigned int dcn_bw_max(const unsigned int arg1, const unsigned int arg2) in dcn_bw_max()
61 float dcn_bw_max2(const float arg1, const float arg2) in dcn_bw_max2()
Dbw_fixed.c142 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul()
/drivers/firmware/meson/
Dmeson_sm.c70 static u32 __meson_sm_call(u32 cmd, u32 arg0, u32 arg1, u32 arg2, in __meson_sm_call()
105 u32 *ret, u32 arg0, u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call()
144 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_read()
193 u32 arg1, u32 arg2, u32 arg3, u32 arg4) in meson_sm_call_write()
/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_ctx.c177 u32 arg1, arg2, arg3; in qlcnic_fw_cmd_set_drv_version() local
1034 u32 arg1; in qlcnic_config_port_mirroring() local
1072 u32 arg1; in qlcnic_get_port_stats() local
1250 u32 arg1; in qlcnic_clear_esw_stats() local
1289 u32 *arg1, u32 *arg2) in __qlcnic_get_eswitch_port_config()
1328 u32 arg1, arg2 = 0; in qlcnic_config_switch_port() local
1409 u32 arg1, arg2; in qlcnic_get_eswitch_port_config() local
/drivers/net/fddi/skfp/h/
Dtargetos.h63 #define FDDI_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
65 #define NDD_TRACE(string, arg1, arg2, arg3) // Performance analysis. argument
/drivers/firmware/xilinx/
Dzynqmp.c80 static noinline int do_fw_call_fail(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_fail()
103 static noinline int do_fw_call_smc(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_smc()
133 static noinline int do_fw_call_hvc(u64 arg0, u64 arg1, u64 arg2, in do_fw_call_hvc()
219 int zynqmp_pm_invoke_fn(u32 pm_api_id, u32 arg0, u32 arg1, in zynqmp_pm_invoke_fn()
/drivers/firmware/
Darm_sdei.c135 unsigned long arg1, unsigned long arg2, in invoke_sdei_fn()
838 unsigned long arg0, unsigned long arg1, in sdei_smccc_smc()
847 unsigned long arg0, unsigned long arg1, in sdei_smccc_hvc()
Dtrusted_foundations.c36 static void tf_generic_smc(u32 type, u32 arg1, u32 arg2) in tf_generic_smc()
/drivers/ps3/
Dps3stor_lib.c314 u64 ps3stor_send_command(struct ps3_storage_device *dev, u64 cmd, u64 arg1, in ps3stor_send_command()
/drivers/firmware/psci/
Dpsci.c118 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_hvc()
128 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_smc()
/drivers/platform/x86/
Dlg-laptop.c130 static union acpi_object *lg_wmab(u32 method, u32 arg1, u32 arg2) in lg_wmab()
163 static union acpi_object *lg_wmbb(u32 method_id, u32 arg1, u32 arg2) in lg_wmbb()
Dgigabyte-wmi.c31 u32 arg1; member
/drivers/platform/surface/
Dsurface3_power.c98 u8 arg1; member
158 mshw0011_notify(struct mshw0011_data *cdata, u8 arg1, u8 arg2, in mshw0011_notify()
/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.c36 unsigned long arg1, in ehea_plpar_hcall_norets()
72 unsigned long arg1, in ehea_plpar_hcall9()
/drivers/gpu/drm/nouveau/
Dnouveau_chan.c504 u32 arg0, u32 arg1, bool priv, in nouveau_channel_new()
/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c123 struct fixed31_32 dc_fixpt_mul(struct fixed31_32 arg1, struct fixed31_32 arg2) in dc_fixpt_mul()
/drivers/firmware/efi/
Druntime-wrappers.c181 void *arg1, *arg2, *arg3, *arg4, *arg5; in efi_call_rts() local
/drivers/pnp/pnpbios/
Dbioscalls.c81 static inline u16 call_pnp_bios(u16 func, u16 arg1, u16 arg2, u16 arg3, in call_pnp_bios()
/drivers/staging/unisys/visorinput/
Dvisorinput.c70 u16 arg1; member
/drivers/crypto/marvell/octeontx/
Dotx_cptvf_algs.c115 static void otx_cpt_aead_callback(int status, void *arg1, void *arg2) in otx_cpt_aead_callback()
178 static void otx_cpt_skcipher_callback(int status, void *arg1, void *arg2) in otx_cpt_skcipher_callback()
/drivers/net/ethernet/qlogic/qed/
Dqed_init_ops.c485 u8 arg1, arg2, tree_val; in qed_init_cmd_mode_match() local
/drivers/misc/
Dvmw_balloon.c457 __vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in __vmballoon_cmd()
503 vmballoon_cmd(struct vmballoon *b, unsigned long cmd, unsigned long arg1, in vmballoon_cmd()
/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c99 static void otx2_cpt_aead_callback(int status, void *arg1, void *arg2) in otx2_cpt_aead_callback()
160 static void otx2_cpt_skcipher_callback(int status, void *arg1, void *arg2) in otx2_cpt_skcipher_callback()

12