Home
last modified time | relevance | path

Searched full:arg (Results 1 – 25 of 6470) sorted by relevance

12345678910>>...259

/kernel/linux/linux-6.6/drivers/net/wireless/silabs/wfx/
Dhif_tx_mib.c19 struct wfx_hif_mib_current_tx_power_level arg = { in wfx_hif_set_output_power() local
24 &arg, sizeof(arg)); in wfx_hif_set_output_power()
30 struct wfx_hif_mib_beacon_wake_up_period arg = { in wfx_hif_set_beacon_wakeup_period() local
39 &arg, sizeof(arg)); in wfx_hif_set_beacon_wakeup_period()
44 struct wfx_hif_mib_rcpi_rssi_threshold arg = { in wfx_hif_set_rcpi_rssi_threshold() local
50 arg.upperthresh = 1; in wfx_hif_set_rcpi_rssi_threshold()
51 arg.lowerthresh = 1; in wfx_hif_set_rcpi_rssi_threshold()
53 arg.upper_threshold = rssi_thold + rssi_hyst; in wfx_hif_set_rcpi_rssi_threshold()
54 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in wfx_hif_set_rcpi_rssi_threshold()
55 arg.lower_threshold = rssi_thold; in wfx_hif_set_rcpi_rssi_threshold()
[all …]
/kernel/linux/linux-5.10/drivers/staging/wfx/
Dhif_tx_mib.c19 struct hif_mib_current_tx_power_level arg = { in hif_set_output_power() local
25 &arg, sizeof(arg)); in hif_set_output_power()
32 struct hif_mib_beacon_wake_up_period arg = { in hif_set_beacon_wakeup_period() local
42 &arg, sizeof(arg)); in hif_set_beacon_wakeup_period()
48 struct hif_mib_rcpi_rssi_threshold arg = { in hif_set_rcpi_rssi_threshold() local
54 arg.upperthresh = 1; in hif_set_rcpi_rssi_threshold()
55 arg.lowerthresh = 1; in hif_set_rcpi_rssi_threshold()
57 arg.upper_threshold = rssi_thold + rssi_hyst; in hif_set_rcpi_rssi_threshold()
58 arg.upper_threshold = (arg.upper_threshold + 110) * 2; in hif_set_rcpi_rssi_threshold()
59 arg.lower_threshold = rssi_thold; in hif_set_rcpi_rssi_threshold()
[all …]
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dunwind_decoder.c31 * UNW_DEC_ABI(fmt,abi,context,arg)
32 * UNW_DEC_BR_GR(fmt,brmask,gr,arg)
33 * UNW_DEC_BR_MEM(fmt,brmask,arg)
34 * UNW_DEC_COPY_STATE(fmt,label,arg)
35 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
36 * UNW_DEC_FRGR_MEM(fmt,grmask,frmask,arg)
37 * UNW_DEC_FR_MEM(fmt,frmask,arg)
38 * UNW_DEC_GR_GR(fmt,grmask,gr,arg)
39 * UNW_DEC_GR_MEM(fmt,grmask,arg)
40 * UNW_DEC_LABEL_STATE(fmt,label,arg)
[all …]
/kernel/linux/linux-6.6/arch/ia64/kernel/
Dunwind_decoder.c31 * UNW_DEC_ABI(fmt,abi,context,arg)
32 * UNW_DEC_BR_GR(fmt,brmask,gr,arg)
33 * UNW_DEC_BR_MEM(fmt,brmask,arg)
34 * UNW_DEC_COPY_STATE(fmt,label,arg)
35 * UNW_DEC_EPILOGUE(fmt,t,ecount,arg)
36 * UNW_DEC_FRGR_MEM(fmt,grmask,frmask,arg)
37 * UNW_DEC_FR_MEM(fmt,frmask,arg)
38 * UNW_DEC_GR_GR(fmt,grmask,gr,arg)
39 * UNW_DEC_GR_MEM(fmt,grmask,arg)
40 * UNW_DEC_LABEL_STATE(fmt,label,arg)
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h91 * result = arg
93 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int() argument
97 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_from_int()
109 * result = -arg
111 static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg) in dc_fixpt_neg() argument
115 res.value = -arg.value; in dc_fixpt_neg()
122 * result = abs(arg) := (arg >= 0) ? arg : -arg
124 static inline struct fixed31_32 dc_fixpt_abs(struct fixed31_32 arg) in dc_fixpt_abs() argument
126 if (arg.value < 0) in dc_fixpt_abs()
127 return dc_fixpt_neg(arg); in dc_fixpt_abs()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
Dfixed31_32.h85 * result = arg
87 static inline struct fixed31_32 dc_fixpt_from_int(int arg) in dc_fixpt_from_int() argument
91 res.value = (long long) arg << FIXED31_32_BITS_PER_FRACTIONAL_PART; in dc_fixpt_from_int()
103 * result = -arg
105 static inline struct fixed31_32 dc_fixpt_neg(struct fixed31_32 arg) in dc_fixpt_neg() argument
109 res.value = -arg.value; in dc_fixpt_neg()
116 * result = abs(arg) := (arg >= 0) ? arg : -arg
118 static inline struct fixed31_32 dc_fixpt_abs(struct fixed31_32 arg) in dc_fixpt_abs() argument
120 if (arg.value < 0) in dc_fixpt_abs()
121 return dc_fixpt_neg(arg); in dc_fixpt_abs()
[all …]
/kernel/linux/linux-5.10/drivers/tee/optee/
Drpc.c33 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time() argument
37 if (arg->num_params != 1) in handle_rpc_func_cmd_get_time()
39 if ((arg->params[0].attr & OPTEE_MSG_ATTR_TYPE_MASK) != in handle_rpc_func_cmd_get_time()
44 arg->params[0].u.value.a = ts.tv_sec; in handle_rpc_func_cmd_get_time()
45 arg->params[0].u.value.b = ts.tv_nsec; in handle_rpc_func_cmd_get_time()
47 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_get_time()
50 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_get_time()
55 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer() argument
69 if (arg->num_params != ARRAY_SIZE(attr)) { in handle_rpc_func_cmd_i2c_transfer()
70 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_i2c_transfer()
[all …]
/kernel/linux/linux-6.6/drivers/tee/optee/
Drpc.c15 static void handle_rpc_func_cmd_get_time(struct optee_msg_arg *arg) in handle_rpc_func_cmd_get_time() argument
19 if (arg->num_params != 1) in handle_rpc_func_cmd_get_time()
21 if ((arg->params[0].attr & OPTEE_MSG_ATTR_TYPE_MASK) != in handle_rpc_func_cmd_get_time()
26 arg->params[0].u.value.a = ts.tv_sec; in handle_rpc_func_cmd_get_time()
27 arg->params[0].u.value.b = ts.tv_nsec; in handle_rpc_func_cmd_get_time()
29 arg->ret = TEEC_SUCCESS; in handle_rpc_func_cmd_get_time()
32 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_get_time()
37 struct optee_msg_arg *arg) in handle_rpc_func_cmd_i2c_transfer() argument
52 if (arg->num_params != ARRAY_SIZE(attr)) { in handle_rpc_func_cmd_i2c_transfer()
53 arg->ret = TEEC_ERROR_BAD_PARAMETERS; in handle_rpc_func_cmd_i2c_transfer()
[all …]
/kernel/linux/linux-5.10/tools/lib/traceevent/
Dparse-filter.c184 static void free_arg(struct tep_filter_arg *arg) in free_arg() argument
186 if (!arg) in free_arg()
189 switch (arg->type) { in free_arg()
195 free_arg(arg->num.left); in free_arg()
196 free_arg(arg->num.right); in free_arg()
200 free_arg(arg->exp.left); in free_arg()
201 free_arg(arg->exp.right); in free_arg()
205 free(arg->str.val); in free_arg()
206 regfree(&arg->str.reg); in free_arg()
207 free(arg->str.buffer); in free_arg()
[all …]
/kernel/linux/linux-5.10/tools/perf/trace/beauty/
Dfcntl.c18 static size_t syscall_arg__scnprintf_fcntl_getfd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getfd() argument
20 return fcntl__scnprintf_getfd(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getfd()
31 static size_t syscall_arg__scnprintf_fcntl_getlease(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getlease() argument
33 return fcntl__scnprintf_getlease(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getlease()
36 size_t syscall_arg__scnprintf_fcntl_cmd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_cmd() argument
38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
39 syscall_arg__set_ret_scnprintf(arg, syscall_arg__scnprintf_open_flags); in syscall_arg__scnprintf_fcntl_cmd()
42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
43 syscall_arg__set_ret_scnprintf(arg, syscall_arg__scnprintf_fcntl_getfd); in syscall_arg__scnprintf_fcntl_cmd()
46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
[all …]
Dbeauty.h78 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
92 …or tracepoint dynamic arrays, if fmt->nr_entries == 0, then its not a fixed array, look at arg->len
93 * @args: All the args, use syscall_args__val(arg, nth) to access one
99 * @idx: syscall arg idx (is this the first?)
100 * @mask: a syscall arg may mask another arg, see syscall_arg__scnprintf_futex_op
121 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx);
123 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg);
126 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
129 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
132 bool syscall_arg__strtoul_strarrays(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
[all …]
/kernel/linux/linux-6.6/tools/perf/trace/beauty/
Dfcntl.c18 static size_t syscall_arg__scnprintf_fcntl_getfd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getfd() argument
20 return fcntl__scnprintf_getfd(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getfd()
31 static size_t syscall_arg__scnprintf_fcntl_getlease(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_getlease() argument
33 return fcntl__scnprintf_getlease(arg->val, bf, size, arg->show_string_prefix); in syscall_arg__scnprintf_fcntl_getlease()
36 size_t syscall_arg__scnprintf_fcntl_cmd(char *bf, size_t size, struct syscall_arg *arg) in syscall_arg__scnprintf_fcntl_cmd() argument
38 if (arg->val == F_GETFL) { in syscall_arg__scnprintf_fcntl_cmd()
39 syscall_arg__set_ret_scnprintf(arg, syscall_arg__scnprintf_open_flags); in syscall_arg__scnprintf_fcntl_cmd()
42 if (arg->val == F_GETFD) { in syscall_arg__scnprintf_fcntl_cmd()
43 syscall_arg__set_ret_scnprintf(arg, syscall_arg__scnprintf_fcntl_getfd); in syscall_arg__scnprintf_fcntl_cmd()
46 if (arg->val == F_DUPFD_CLOEXEC || arg->val == F_DUPFD) { in syscall_arg__scnprintf_fcntl_cmd()
[all …]
Dbeauty.h79 * @size: 8 if all we need is an integer, otherwise all of the augmented arg.
93 …or tracepoint dynamic arrays, if fmt->nr_entries == 0, then its not a fixed array, look at arg->len
94 * @args: All the args, use syscall_args__val(arg, nth) to access one
100 * @idx: syscall arg idx (is this the first?)
101 * @mask: a syscall arg may mask another arg, see syscall_arg__scnprintf_futex_op
122 unsigned long syscall_arg__val(struct syscall_arg *arg, u8 idx);
124 size_t syscall_arg__scnprintf_strarray_flags(char *bf, size_t size, struct syscall_arg *arg);
127 bool syscall_arg__strtoul_strarray(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
130 bool syscall_arg__strtoul_strarray_flags(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
133 bool syscall_arg__strtoul_strarrays(char *bf, size_t size, struct syscall_arg *arg, u64 *ret);
[all …]
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/
Defc_fabric.h19 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);
35 enum efc_sm_event evt, void *arg);
38 enum efc_sm_event evt, void *arg);
41 __efc_ns_init(struct efc_sm_ctx *ctx, enum efc_sm_event evt, void *arg);
44 enum efc_sm_event evt, void *arg);
47 enum efc_sm_event evt, void *arg);
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
Drkisp1-params.c54 const struct rkisp1_cif_isp_dpcc_config *arg) in rkisp1_dpcc_config() argument
62 mode |= arg->mode & ~RKISP1_CIF_ISP_DPCC_ENA; in rkisp1_dpcc_config()
64 rkisp1_write(params->rkisp1, arg->output_mode, in rkisp1_dpcc_config()
66 rkisp1_write(params->rkisp1, arg->set_use, in rkisp1_dpcc_config()
69 rkisp1_write(params->rkisp1, arg->methods[0].method, in rkisp1_dpcc_config()
71 rkisp1_write(params->rkisp1, arg->methods[1].method, in rkisp1_dpcc_config()
73 rkisp1_write(params->rkisp1, arg->methods[2].method, in rkisp1_dpcc_config()
76 rkisp1_write(params->rkisp1, arg->methods[i].line_thresh, in rkisp1_dpcc_config()
78 rkisp1_write(params->rkisp1, arg->methods[i].line_mad_fac, in rkisp1_dpcc_config()
80 rkisp1_write(params->rkisp1, arg->methods[i].pg_fac, in rkisp1_dpcc_config()
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
Drkisp1-params.c56 const struct rkisp1_cif_isp_dpcc_config *arg) in rkisp1_dpcc_config() argument
69 mode |= arg->mode & RKISP1_CIF_ISP_DPCC_MODE_STAGE1_ENABLE; in rkisp1_dpcc_config()
73 arg->output_mode & RKISP1_CIF_ISP_DPCC_OUTPUT_MODE_MASK); in rkisp1_dpcc_config()
75 arg->set_use & RKISP1_CIF_ISP_DPCC_SET_USE_MASK); in rkisp1_dpcc_config()
79 arg->methods[i].method & in rkisp1_dpcc_config()
82 arg->methods[i].line_thresh & in rkisp1_dpcc_config()
85 arg->methods[i].line_mad_fac & in rkisp1_dpcc_config()
88 arg->methods[i].pg_fac & in rkisp1_dpcc_config()
91 arg->methods[i].rnd_thresh & in rkisp1_dpcc_config()
94 arg->methods[i].rg_fac & in rkisp1_dpcc_config()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c30 long long arg) in abs_i64() argument
32 if (arg > 0) in abs_i64()
33 return (unsigned long long)arg; in abs_i64()
35 return (unsigned long long)(-arg); in abs_i64()
170 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg) in dc_fixpt_sqr() argument
174 unsigned long long arg_value = abs_i64(arg.value); in dc_fixpt_sqr()
210 struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg) in dc_fixpt_recip() argument
217 ASSERT(arg.value); in dc_fixpt_recip()
221 arg.value); in dc_fixpt_recip()
224 struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg) in dc_fixpt_sinc() argument
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/
Dfixpt31_32.c34 long long arg) in abs_i64() argument
36 if (arg > 0) in abs_i64()
37 return (unsigned long long)arg; in abs_i64()
39 return (unsigned long long)(-arg); in abs_i64()
174 struct fixed31_32 dc_fixpt_sqr(struct fixed31_32 arg) in dc_fixpt_sqr() argument
178 unsigned long long arg_value = abs_i64(arg.value); in dc_fixpt_sqr()
214 struct fixed31_32 dc_fixpt_recip(struct fixed31_32 arg) in dc_fixpt_recip() argument
221 ASSERT(arg.value); in dc_fixpt_recip()
225 arg.value); in dc_fixpt_recip()
228 struct fixed31_32 dc_fixpt_sinc(struct fixed31_32 arg) in dc_fixpt_sinc() argument
[all …]
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
Drxe_hdr.h84 static inline u8 __bth_opcode(void *arg) in __bth_opcode() argument
86 struct rxe_bth *bth = arg; in __bth_opcode()
91 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode() argument
93 struct rxe_bth *bth = arg; in __bth_set_opcode()
98 static inline u8 __bth_se(void *arg) in __bth_se() argument
100 struct rxe_bth *bth = arg; in __bth_se()
105 static inline void __bth_set_se(void *arg, int se) in __bth_set_se() argument
107 struct rxe_bth *bth = arg; in __bth_set_se()
115 static inline u8 __bth_mig(void *arg) in __bth_mig() argument
117 struct rxe_bth *bth = arg; in __bth_mig()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
Drxe_hdr.h85 static inline u8 __bth_opcode(void *arg) in __bth_opcode() argument
87 struct rxe_bth *bth = arg; in __bth_opcode()
92 static inline void __bth_set_opcode(void *arg, u8 opcode) in __bth_set_opcode() argument
94 struct rxe_bth *bth = arg; in __bth_set_opcode()
99 static inline u8 __bth_se(void *arg) in __bth_se() argument
101 struct rxe_bth *bth = arg; in __bth_se()
106 static inline void __bth_set_se(void *arg, int se) in __bth_set_se() argument
108 struct rxe_bth *bth = arg; in __bth_set_se()
116 static inline u8 __bth_mig(void *arg) in __bth_mig() argument
118 struct rxe_bth *bth = arg; in __bth_mig()
[all …]
/kernel/linux/linux-6.6/arch/powerpc/perf/
Dhv-gpci.c134 size_t *n, struct hv_gpci_request_buffer *arg) in systeminfo_gpci_request() argument
139 arg->params.counter_request = cpu_to_be32(req); in systeminfo_gpci_request()
140 arg->params.starting_index = cpu_to_be32(starting_index); in systeminfo_gpci_request()
141 arg->params.secondary_index = cpu_to_be16(secondary_index); in systeminfo_gpci_request()
144 virt_to_phys(arg), HGPCI_REQ_BUFFER_SIZE); in systeminfo_gpci_request()
176 for (i = 0; i < be16_to_cpu(arg->params.returned_values); i++) { in systeminfo_gpci_request()
177 j = i * be16_to_cpu(arg->params.cv_element_size); in systeminfo_gpci_request()
179 for (; j < (i + 1) * be16_to_cpu(arg->params.cv_element_size); j++) in systeminfo_gpci_request()
180 *n += sprintf(buf + *n, "%02x", (u8)arg->bytes[j]); in systeminfo_gpci_request()
195 struct hv_gpci_request_buffer *arg; in processor_bus_topology_show() local
[all …]
/kernel/linux/linux-5.10/drivers/ide/
Dide-devsets.c11 static int set_io_32bit(ide_drive_t *drive, int arg) in set_io_32bit() argument
16 if (arg < 0 || arg > 1 + (SUPPORT_VLB_SYNC << 1)) in set_io_32bit()
19 drive->io_32bit = arg; in set_io_32bit()
26 static int set_ksettings(ide_drive_t *drive, int arg) in set_ksettings() argument
28 if (arg < 0 || arg > 1) in set_ksettings()
31 if (arg) in set_ksettings()
41 static int set_using_dma(ide_drive_t *drive, int arg) in set_using_dma() argument
46 if (arg < 0 || arg > 1) in set_using_dma()
57 if (arg) { in set_using_dma()
66 if (arg < 0 || arg > 1) in set_using_dma()
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddsfield.c39 union acpi_parse_object *arg);
123 union acpi_parse_object *arg; in acpi_ds_create_buffer_field() local
139 arg = acpi_ps_get_arg(op, 3); in acpi_ds_create_buffer_field()
143 arg = acpi_ps_get_arg(op, 2); in acpi_ds_create_buffer_field()
146 if (!arg) { in acpi_ds_create_buffer_field()
177 arg->common.value.string, ACPI_TYPE_ANY, in acpi_ds_create_buffer_field()
185 arg->common.value.string, status); in acpi_ds_create_buffer_field()
250 * arg - First parser arg for the field name list
262 union acpi_parse_object *arg) in acpi_ds_get_field_names() argument
282 while (arg) { in acpi_ds_get_field_names()
[all …]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Ddsfield.c39 union acpi_parse_object *arg);
123 union acpi_parse_object *arg; in acpi_ds_create_buffer_field() local
139 arg = acpi_ps_get_arg(op, 3); in acpi_ds_create_buffer_field()
143 arg = acpi_ps_get_arg(op, 2); in acpi_ds_create_buffer_field()
146 if (!arg) { in acpi_ds_create_buffer_field()
177 arg->common.value.string, ACPI_TYPE_ANY, in acpi_ds_create_buffer_field()
185 arg->common.value.string, status); in acpi_ds_create_buffer_field()
250 * arg - First parser arg for the field name list
262 union acpi_parse_object *arg) in acpi_ds_get_field_names() argument
282 while (arg) { in acpi_ds_get_field_names()
[all …]
/kernel/linux/linux-5.10/sound/drivers/opl3/
Dopl3_oss.c11 static int snd_opl3_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure);
12 static int snd_opl3_close_seq_oss(struct snd_seq_oss_arg *arg);
13 static int snd_opl3_ioctl_seq_oss(struct snd_seq_oss_arg *arg, unsigned int cmd, unsigned long ioar…
14 static int snd_opl3_load_patch_seq_oss(struct snd_seq_oss_arg *arg, int format, const char __user *…
15 static int snd_opl3_reset_seq_oss(struct snd_seq_oss_arg *arg);
92 struct snd_seq_oss_reg *arg; in snd_opl3_init_seq_oss() local
101 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_init_seq_oss()
102 arg->type = SYNTH_TYPE_FM; in snd_opl3_init_seq_oss()
104 arg->subtype = FM_TYPE_ADLIB; in snd_opl3_init_seq_oss()
105 arg->nvoices = MAX_OPL2_VOICES; in snd_opl3_init_seq_oss()
[all …]

12345678910>>...259