/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/ |
A D | hif_tx_mib.c | 24 &arg, sizeof(arg)); in wfx_hif_set_output_power() 39 &arg, sizeof(arg)); in wfx_hif_set_beacon_wakeup_period() 60 &arg, sizeof(arg)); in wfx_hif_set_rcpi_rssi_threshold() 84 &arg, sizeof(arg)); in wfx_hif_set_macaddr() 123 &arg, sizeof(arg)); in wfx_hif_beacon_filter_control() 134 &arg, sizeof(arg)); in wfx_hif_set_operational_mode() 165 &arg, sizeof(arg)); in wfx_hif_set_mfp() 176 &arg, sizeof(arg)); in wfx_hif_set_block_ack_policy() 192 &arg, sizeof(arg)); in wfx_hif_set_association_mode() 226 &arg, sizeof(arg)); in wfx_hif_keep_alive_period() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/include/ |
A D | fixed31_32.h | 215 arg.value = arg.value << shift; in dc_fixpt_shl() 217 return arg; in dc_fixpt_shl() 229 arg.value = -arg.value; in dc_fixpt_shr() 230 arg.value = arg.value >> shift; in dc_fixpt_shr() 232 arg.value = -arg.value; in dc_fixpt_shr() 233 return arg; in dc_fixpt_shr() 448 unsigned long long arg_value = arg.value > 0 ? arg.value : -arg.value; in dc_fixpt_floor() 462 unsigned long long arg_value = arg.value > 0 ? arg.value : -arg.value; in dc_fixpt_round() 482 unsigned long long arg_value = arg.value > 0 ? arg.value : -arg.value; in dc_fixpt_ceil() 527 arg.value = -arg.value; in dc_fixpt_truncate() [all …]
|
/linux-6.3-rc2/arch/ia64/kernel/ |
A D | unwind_decoder.c | 114 UNW_DEC_RESTORE(X2, t, abreg, arg); in unw_decode_x2() 168 UNW_DEC_PROLOGUE(R1, body, rlen, arg); in unw_decode_r1() 202 UNW_DEC_BR_MEM(P1, brmask, arg); in unw_decode_p1() 214 (byte1 & 0x7f), arg); in unw_decode_p2_p5() 240 UNW_DEC_SPILL_MASK(P4, dp, arg); in unw_decode_p2_p5() 262 UNW_DEC_GR_MEM(P6, mask, arg); in unw_decode_p6() 264 UNW_DEC_FR_MEM(P6, mask, arg); in unw_decode_p6() 344 UNW_DEC_ABI(P10, byte1, byte2, arg); in unw_decode_p7_p10() 404 UNW_DEC_COPY_STATE(B4, label, arg); in unw_decode_b3_x4() 406 UNW_DEC_LABEL_STATE(B4, label, arg); in unw_decode_b3_x4() [all …]
|
/linux-6.3-rc2/drivers/tee/optee/ |
A D | rpc.c | 19 if (arg->num_params != 1) in handle_rpc_func_cmd_get_time() 29 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_get_time() 65 arg->params)) in handle_rpc_func_cmd_i2c_transfer() 112 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_i2c_transfer() 133 if (arg->num_params != 1) in handle_rpc_func_cmd_wq() 153 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_wq() 163 if (arg->num_params != 1) in handle_rpc_func_cmd_wait() 175 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_wait() 201 arg->ret = optee_supp_thrd_req(ctx, arg->cmd, arg->num_params, params); in handle_rpc_supp_cmd() 203 if (optee->ops->to_msg_param(optee, arg->params, arg->num_params, in handle_rpc_supp_cmd() [all …]
|
/linux-6.3-rc2/tools/perf/trace/beauty/ |
A D | fcntl.c | 20 return fcntl__scnprintf_getfd(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getfd() 33 return fcntl__scnprintf_getlease(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getlease() 38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd() 42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd() 46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd() 50 if (arg->val == F_GETOWN) { in syscall_arg__scnprintf_fcntl_cmd() 54 if (arg->val == F_GETLEASE) { in syscall_arg__scnprintf_fcntl_cmd() 61 if (arg->val == F_GET_SEALS || in syscall_arg__scnprintf_fcntl_cmd() 62 arg->val == F_GETSIG) { in syscall_arg__scnprintf_fcntl_cmd() 64 arg->mask |= (1 << 2); in syscall_arg__scnprintf_fcntl_cmd() [all …]
|
A D | beauty.h | 123 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx); 143 size_t syscall_arg__scnprintf_x86_MSR(char *bf, size_t size, struct syscall_arg *arg); 152 size_t syscall_arg__scnprintf_fd(char *bf, size_t size, struct syscall_arg *arg); 155 size_t syscall_arg__scnprintf_hex(char *bf, size_t size, struct syscall_arg *arg); 158 size_t syscall_arg__scnprintf_ptr(char *bf, size_t size, struct syscall_arg *arg); 161 size_t syscall_arg__scnprintf_int(char *bf, size_t size, struct syscall_arg *arg); 164 size_t syscall_arg__scnprintf_long(char *bf, size_t size, struct syscall_arg *arg); 167 size_t syscall_arg__scnprintf_pid(char *bf, size_t size, struct syscall_arg *arg); 179 size_t syscall_arg__scnprintf_flock(char *bf, size_t size, struct syscall_arg *arg); 252 void syscall_arg__set_ret_scnprintf(struct syscall_arg *arg, [all …]
|
/linux-6.3-rc2/drivers/scsi/elx/libefc/ |
A D | efc_fabric.h | 19 enum efc_sm_event evt, void *arg); 22 enum efc_sm_event evt, void *arg); 25 enum efc_sm_event evt, void *arg); 28 enum efc_sm_event evt, void *arg); 32 enum efc_sm_event evt, void *arg); 44 enum efc_sm_event evt, void *arg); 47 enum efc_sm_event evt, void *arg); 50 enum efc_sm_event evt, void *arg); 53 enum efc_sm_event evt, void *arg); 62 enum efc_sm_event evt, void *arg); [all …]
|
A D | efc_device.h | 26 enum efc_sm_event evt, void *arg); 29 enum efc_sm_event evt, void *arg); 37 enum efc_sm_event evt, void *arg); 40 enum efc_sm_event evt, void *arg); 43 enum efc_sm_event evt, void *arg); 46 enum efc_sm_event evt, void *arg); 49 enum efc_sm_event evt, void *arg); 52 enum efc_sm_event evt, void *arg); 58 enum efc_sm_event evt, void *arg); 61 enum efc_sm_event evt, void *arg); [all …]
|
/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | dsfield.c | 452 arg = arg->common.next; in acpi_ds_get_field_names() 485 arg = op->common.value.arg; in acpi_ds_create_field() 510 arg = arg->common.next; in acpi_ds_create_field() 652 arg = arg->common.next; in acpi_ds_init_field_objects() 685 arg = op->common.value.arg; in acpi_ds_create_bank_field() 707 arg = arg->common.next; in acpi_ds_create_bank_field() 724 arg = arg->common.next; in acpi_ds_create_bank_field() 728 arg = arg->common.next; in acpi_ds_create_bank_field() 778 arg = op->common.value.arg; in acpi_ds_create_index_field() 792 arg = arg->common.next; in acpi_ds_create_index_field() [all …]
|
A D | pstree.c | 71 arg = op->common.value.arg; in acpi_ps_get_arg() 72 while (arg && argn) { in acpi_ps_get_arg() 74 arg = arg->common.next; in acpi_ps_get_arg() 77 return (arg); in acpi_ps_get_arg() 140 op->common.value.arg = arg; in acpi_ps_append_arg() 145 while (arg) { in acpi_ps_append_arg() 146 arg->common.parent = op; in acpi_ps_append_arg() 147 arg = arg->common.next; in acpi_ps_append_arg() 204 while (arg && (arg != origin) && (arg != op)) { in acpi_ps_get_depth_next() 207 arg = arg->common.next; in acpi_ps_get_depth_next() [all …]
|
A D | psargs.c | 608 arg = in acpi_ps_get_next_field() 610 if (!arg) { in acpi_ps_get_next_field() 661 if (!arg) { in acpi_ps_get_next_field() 730 if (!arg) { in acpi_ps_get_next_arg() 779 if (!arg) { in acpi_ps_get_next_arg() 812 arg = in acpi_ps_get_next_arg() 815 if (!arg) { in acpi_ps_get_next_arg() 846 arg = in acpi_ps_get_next_arg() 849 if (!arg) { in acpi_ps_get_next_arg() 862 acpi_ps_free_op(arg->common.value.arg); in acpi_ps_get_next_arg() [all …]
|
/linux-6.3-rc2/drivers/infiniband/sw/rxe/ |
A D | rxe_hdr.h | 86 struct rxe_bth *bth = arg; in __bth_opcode() 93 struct rxe_bth *bth = arg; in __bth_set_opcode() 100 struct rxe_bth *bth = arg; in __bth_se() 107 struct rxe_bth *bth = arg; in __bth_set_se() 117 struct rxe_bth *bth = arg; in __bth_mig() 124 struct rxe_bth *bth = arg; in __bth_set_mig() 134 struct rxe_bth *bth = arg; in __bth_pad() 141 struct rxe_bth *bth = arg; in __bth_set_pad() 149 struct rxe_bth *bth = arg; in __bth_tver() 156 struct rxe_bth *bth = arg; in __bth_set_tver() [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/basics/ |
A D | fixpt31_32.c | 34 long long arg) in abs_i64() argument 36 if (arg > 0) in abs_i64() 221 ASSERT(arg.value); in dc_fixpt_recip() 225 arg.value); in dc_fixpt_recip() 267 arg); in dc_fixpt_sinc() 275 arg, in dc_fixpt_sin() 327 arg, in fixed31_32_exp_from_taylor_series() 335 arg, in fixed31_32_exp_from_taylor_series() 353 arg, in dc_fixpt_exp() 357 arg, in dc_fixpt_exp() [all …]
|
/linux-6.3-rc2/drivers/media/platform/rockchip/rkisp1/ |
A D | rkisp1-params.c | 376 arg->fac_bl0); in rkisp1_flt_config() 397 if (arg->mode) in rkisp1_flt_config() 453 arg->mode); in rkisp1_goc_config_v10() 470 arg->mode); in rkisp1_goc_config_v12() 535 arg->min_c); in rkisp1_awb_meas_config_v10() 557 arg->frames); in rkisp1_awb_meas_config_v10() 575 arg->min_c); in rkisp1_awb_meas_config_v12() 589 arg->awb_wnd.v_offs << 16 | arg->awb_wnd.h_offs); in rkisp1_awb_meas_config_v12() 592 arg->awb_wnd.v_size << 16 | arg->awb_wnd.h_size); in rkisp1_awb_meas_config_v12() 690 if (arg->autostop) in rkisp1_aec_config_v10() [all …]
|
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/ |
A D | wsm.c | 92 void *arg, in wsm_generic_confirm() argument 121 WSM_PUT(buf, arg->dpdData, arg->dpdData_size); in wsm_configuration() 230 arg->buf_size = size; in wsm_read_mib_confirm() 299 if (arg->band > 1) in wsm_scan() 435 WSM_PUT(buf, &arg->bssid[0], sizeof(arg->bssid)); in wsm_join() 442 WSM_PUT(buf, &arg->ssid[0], sizeof(arg->ssid)); in wsm_join() 496 WSM_PUT(buf, arg, sizeof(*arg)); in wsm_add_key() 682 WSM_PUT(buf, arg->ssid, sizeof(arg->ssid)); in wsm_start() 756 WSM_PUT(buf, &arg->mac_addr[0], sizeof(arg->mac_addr)); in wsm_map_link() 781 WSM_PUT(buf, arg->ies, arg->length); in wsm_update_ie() [all …]
|
A D | wsm.h | 1344 arg, sizeof(*arg)); in wsm_get_counters_table() 1365 if (arg->bssid) in wsm_set_rx_filter() 1367 if (arg->fcs) in wsm_set_rx_filter() 1573 arg, size); in wsm_set_ether_type_filter() 1594 arg, size); in wsm_set_udp_port_filter() 1675 &arg, sizeof(arg)); in wsm_keep_alive_period() 1691 &arg, sizeof(arg)); in wsm_set_bssid_filtering() 1754 &arg, sizeof(arg)); in wsm_use_multi_tx_conf() 1770 arg, sizeof(*arg)); in wsm_set_uapsd_info() 1784 arg, sizeof(*arg)); in wsm_set_override_internal_txrate() [all …]
|
/linux-6.3-rc2/sound/drivers/opl3/ |
A D | opl3_oss.c | 102 arg->type = SYNTH_TYPE_FM; in snd_opl3_init_seq_oss() 110 arg->oper = oss_callback; in snd_opl3_init_seq_oss() 111 arg->private_data = opl3; in snd_opl3_init_seq_oss() 136 if (snd_BUG_ON(!arg)) in snd_opl3_open_seq_oss() 144 arg->private_data = opl3; in snd_opl3_open_seq_oss() 161 if (snd_BUG_ON(!arg)) in snd_opl3_close_seq_oss() 163 opl3 = arg->private_data; in snd_opl3_close_seq_oss() 184 if (snd_BUG_ON(!arg)) in snd_opl3_load_patch_seq_oss() 186 opl3 = arg->private_data; in snd_opl3_load_patch_seq_oss() 223 if (snd_BUG_ON(!arg)) in snd_opl3_ioctl_seq_oss() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/net/mptcp/ |
A D | pm_nl_ctl.c | 339 int arg; in dsf() local 356 for (arg = 2; arg < argc; arg++) { in dsf() 386 for (arg = 0; arg < 4; arg = arg + 2) { in dsf() 455 int arg; in csf() local 470 for (arg = 2; arg < argc; arg++) { in csf() 500 for (arg = 0; arg < 4; arg = arg + 2) { in csf() 576 int arg; in remove_addr() local 586 for (arg = 2; arg < argc; arg++) { in remove_addr() 667 for (arg = 3; arg < argc; arg++) { in announce_addr() 791 for (arg = 3; arg < argc; arg++) { in add_addr() [all …]
|
/linux-6.3-rc2/tools/thermal/thermal-engine/ |
A D | thermal-engine.c | 51 thermal_cmd_get_temp(arg, tz); in show_temp() 60 thermal_cmd_get_governor(arg, tz); in show_governor() 73 show_temp(tz, arg); in show_tz() 75 show_governor(tz, arg); in show_tz() 96 struct thermal_data *td = arg; in tz_disable() 106 struct thermal_data *td = arg; in tz_enable() 116 struct thermal_data *td = arg; in trip_high() 127 struct thermal_data *td = arg; in trip_low() 154 struct thermal_data *td = arg; in trip_change() 190 struct thermal_data *td = arg; in gov_change() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/rseq/ |
A D | rseq-ppc.h | 46 #define RSEQ_STORE_LONG(arg) "std%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… argument 47 #define RSEQ_STORE_INT(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m" … argument 48 #define RSEQ_LOAD_LONG(arg) "ld%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m"… argument 49 #define RSEQ_LOAD_INT(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m"… argument 91 #define RSEQ_STORE_LONG(arg) "stw%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* To memory ("m"… argument 92 #define RSEQ_STORE_INT(arg) RSEQ_STORE_LONG(arg) /* To memory ("m" constraint) */ argument 93 #define RSEQ_LOAD_LONG(arg) "lwz%U[" __rseq_str(arg) "]%X[" __rseq_str(arg) "] " /* From memory ("m… argument 94 #define RSEQ_LOAD_INT(arg) RSEQ_LOAD_LONG(arg) /* From memory ("m" constraint) */ argument
|
/linux-6.3-rc2/drivers/tee/amdtee/ |
A D | call.c | 246 if (!arg || (!p && arg->num_params)) in handle_invoke_cmd() 251 if (arg->session == 0) { in handle_invoke_cmd() 264 cmd.cmd_id = arg->func; in handle_invoke_cmd() 268 sizeof(cmd), &arg->ret); in handle_invoke_cmd() 280 arg->ret_origin, arg->ret); in handle_invoke_cmd() 357 if (!arg || !info || (!p && arg->num_params)) in handle_open_session() 362 if (arg->session == 0) { in handle_open_session() 363 arg->ret = TEEC_ERROR_GENERIC; in handle_open_session() 378 sizeof(cmd), &arg->ret); in handle_open_session() 394 arg->ret_origin); in handle_open_session() [all …]
|
/linux-6.3-rc2/rust/kernel/ |
A D | print.rs | 150 match format_args!($($arg)+) { 169 format_args!($($arg)+), 211 ($($arg:tt)*) => ( 235 ($($arg:tt)*) => ( 259 ($($arg:tt)*) => ( 283 ($($arg:tt)*) => ( 307 ($($arg:tt)*) => ( 331 ($($arg:tt)*) => ( 356 ($($arg:tt)*) => ( 382 ($($arg:tt)*) => ( [all …]
|
/linux-6.3-rc2/drivers/media/firewire/ |
A D | firedtv-ci.c | 46 struct ca_caps *cap = arg; in fdtv_ca_get_caps() 58 struct ca_slot_info *slot = arg; in fdtv_ca_get_slot_info() 75 struct ca_msg *reply = arg; in fdtv_ca_app_info() 82 struct ca_msg *reply = arg; in fdtv_ca_info() 89 struct ca_msg *reply = arg; in fdtv_ca_get_mmi() 101 err = fdtv_ca_app_info(fdtv, arg); in fdtv_ca_get_msg() 104 err = fdtv_ca_info(fdtv, arg); in fdtv_ca_get_msg() 124 struct ca_msg *msg = arg; in fdtv_ca_pmt() 145 struct ca_msg *msg = arg; in fdtv_ca_send_msg() 153 err = fdtv_ca_pmt(fdtv, arg); in fdtv_ca_send_msg() [all …]
|
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/ |
A D | s5p_mfc_cmd_v5.c | 46 h2r_args.arg[0] = dev->fw_buf.size; in s5p_mfc_sys_init_cmd_v5() 83 h2r_args.arg[0] = S5P_FIMV_CODEC_H264_DEC; in s5p_mfc_open_inst_cmd_v5() 86 h2r_args.arg[0] = S5P_FIMV_CODEC_VC1_DEC; in s5p_mfc_open_inst_cmd_v5() 89 h2r_args.arg[0] = S5P_FIMV_CODEC_MPEG4_DEC; in s5p_mfc_open_inst_cmd_v5() 95 h2r_args.arg[0] = S5P_FIMV_CODEC_H263_DEC; in s5p_mfc_open_inst_cmd_v5() 101 h2r_args.arg[0] = S5P_FIMV_CODEC_H264_ENC; in s5p_mfc_open_inst_cmd_v5() 107 h2r_args.arg[0] = S5P_FIMV_CODEC_H263_ENC; in s5p_mfc_open_inst_cmd_v5() 110 h2r_args.arg[0] = S5P_FIMV_CODEC_NONE; in s5p_mfc_open_inst_cmd_v5() 113 h2r_args.arg[2] = ctx->ctx.ofs; in s5p_mfc_open_inst_cmd_v5() 114 h2r_args.arg[3] = ctx->ctx.size; in s5p_mfc_open_inst_cmd_v5() [all …]
|
/linux-6.3-rc2/tools/lib/thermal/include/ |
A D | thermal.h | 17 int (*tz_temp)(int tz_id, int temp, void *arg); 21 int (*tz_create)(const char *name, int tz_id, void *arg); 22 int (*tz_delete)(int tz_id, void *arg); 23 int (*tz_enable)(int tz_id, void *arg); 24 int (*tz_disable)(int tz_id, void *arg); 25 int (*trip_high)(int tz_id, int trip_id, int temp, void *arg); 26 int (*trip_low)(int tz_id, int trip_id, int temp, void *arg); 29 int (*trip_delete)(int tz_id, int trip_id, void *arg); 31 int (*cdev_delete)(int cdev_id, void *arg); 32 int (*cdev_update)(int cdev_id, int cur_state, void *arg); [all …]
|