Home
last modified time | relevance | path

Searched refs:oper (Results 1 - 25 of 77) sorted by relevance

1234

/kernel/linux/linux-5.10/sound/core/seq/oss/
H A Dseq_oss_synth.c46 struct snd_seq_oss_callback oper; member
104 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()
226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup()
230 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup()
231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()
240 module_put(rec->oper in snd_seq_oss_synth_setup()
[all...]
/kernel/linux/linux-6.6/sound/core/seq/oss/
H A Dseq_oss_synth.c46 struct snd_seq_oss_callback oper; member
104 rec->oper = reg->oper; in snd_seq_oss_synth_probe()
213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()
226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup()
230 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup()
231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()
239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()
240 module_put(rec->oper in snd_seq_oss_synth_setup()
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dsch_taprio.c204 struct sched_gate_list **oper) in switch_schedules()
209 if (*oper) in switch_schedules()
210 call_rcu(&(*oper)->rcu, taprio_free_sched_cb); in switch_schedules()
212 *oper = *admin; in switch_schedules()
877 static bool should_restart_cycle(const struct sched_gate_list *oper, in should_restart_cycle() argument
880 if (list_is_last(&entry->list, &oper->entries)) in should_restart_cycle()
883 if (ktime_compare(entry->end_time, oper->cycle_end_time) == 0) in should_restart_cycle()
890 const struct sched_gate_list *oper, in should_change_schedules()
911 extension_time = ktime_add_ns(end_time, oper->cycle_time_extension); in should_change_schedules()
928 struct sched_gate_list *oper, *admi in advance_sched() local
202 switch_schedules(struct taprio_sched *q, struct sched_gate_list **admin, struct sched_gate_list **oper) switch_schedules() argument
889 should_change_schedules(const struct sched_gate_list *admin, const struct sched_gate_list *oper, ktime_t end_time) should_change_schedules() argument
1327 struct sched_gate_list *oper, *admin; taprio_dev_notifier() local
1426 struct sched_gate_list *oper, *admin; taprio_offload_config_changed() local
1851 struct sched_gate_list *oper, *admin, *new_admin; taprio_change() local
2036 struct sched_gate_list *oper, *admin; taprio_destroy() local
2394 struct sched_gate_list *oper, *admin; taprio_dump() local
[all...]
/kernel/linux/linux-5.10/net/sched/
H A Dsch_taprio.c134 struct sched_gate_list **oper) in switch_schedules()
139 if (*oper) in switch_schedules()
140 call_rcu(&(*oper)->rcu, taprio_free_sched_cb); in switch_schedules()
142 *oper = *admin; in switch_schedules()
650 static bool should_restart_cycle(const struct sched_gate_list *oper, in should_restart_cycle() argument
653 if (list_is_last(&entry->list, &oper->entries)) in should_restart_cycle()
656 if (ktime_compare(entry->close_time, oper->cycle_close_time) == 0) in should_restart_cycle()
663 const struct sched_gate_list *oper, in should_change_schedules()
684 extension_time = ktime_add_ns(close_time, oper->cycle_time_extension); in should_change_schedules()
700 struct sched_gate_list *oper, *admi in advance_sched() local
132 switch_schedules(struct taprio_sched *q, struct sched_gate_list **admin, struct sched_gate_list **oper) switch_schedules() argument
662 should_change_schedules(const struct sched_gate_list *admin, const struct sched_gate_list *oper, ktime_t close_time) should_change_schedules() argument
1183 struct sched_gate_list *oper, *admin; taprio_offload_config_changed() local
1449 struct sched_gate_list *oper, *admin, *new_admin; taprio_change() local
1841 struct sched_gate_list *oper, *admin; taprio_dump() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c106 * admin -> oper or not
108 * Return true if already transitioned. i.e oper is equal to admin and buf
110 * false if before transition. i.e oper is not equal to admin, (i.e a
111 * previous admin command is waiting to be transitioned to oper state
114 static int am65_cpsw_port_est_is_swapped(struct net_device *ndev, int *oper, in am65_cpsw_port_est_is_swapped() argument
121 *oper = !!(val & AM65_CPSW_PN_FST_EST_BUFACT); in am65_cpsw_port_est_is_swapped()
126 return *admin == *oper; in am65_cpsw_port_est_is_swapped()
133 * If oper is same as admin, return the other buffer (!oper) as the admin
134 * buffer. If oper i
143 int oper, admin; am65_cpsw_port_est_get_free_buf_num() local
215 int oper, admin; am65_cpsw_est_update_state() local
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtput.c24 enum oper_type oper; /* operation to perform */ member
232 switch (disp->oper) { in do_fdtput()
293 disp.oper = OPER_WRITE_PROP; in main()
310 disp.oper = OPER_CREATE_NODE; in main()
338 if (disp.oper == OPER_WRITE_PROP) { in main()
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtput.c24 enum oper_type oper; /* operation to perform */ member
232 switch (disp->oper) { in do_fdtput()
293 disp.oper = OPER_WRITE_PROP; in main()
310 disp.oper = OPER_CREATE_NODE; in main()
338 if (disp.oper == OPER_WRITE_PROP) { in main()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dsmtdef.c73 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
341 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument
344 old = *oper ; in set_min_max()
346 *oper = limit ; in set_min_max()
348 *oper = mib ; in set_min_max()
349 return old != *oper; in set_min_max()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dsmtdef.c69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
337 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument
340 old = *oper ; in set_min_max()
342 *oper = limit ; in set_min_max()
344 *oper = mib ; in set_min_max()
345 return old != *oper; in set_min_max()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/
H A Dfw.c35 .fw_control.oper = PDS_CORE_FW_INSTALL_ASYNC in pdsc_devcmd_fw_install()
52 .fw_control.oper = PDS_CORE_FW_ACTIVATE_ASYNC, in pdsc_devcmd_fw_activate()
68 .fw_control.oper = fw_cmd, in pdsc_fw_status_long_wait()
/kernel/linux/common_modules/tzdriver/core/
H A Dteek_client_api.c38 const struct teec_operation *oper, uint32_t idex, uint32_t *param_type) in encode_for_part_mem()
49 size_addr = (__u64)(uintptr_t)(&(oper->params[idex].memref.parent->size)); in encode_for_part_mem()
51 context->params[idex].memref.offset = oper->params[idex].memref.offset; in encode_for_part_mem()
52 size_addr = (__u64)(uintptr_t)(&(oper->params[idex].memref.size)); in encode_for_part_mem()
57 if (oper->params[idex].memref.parent->is_allocated) { in encode_for_part_mem()
58 buffer_addr = (__u64)(uintptr_t)oper->params[idex].memref.parent->buffer; in encode_for_part_mem()
61 oper->params[idex].memref.parent->buffer + in encode_for_part_mem()
62 oper->params[idex].memref.offset; in encode_for_part_mem()
70 switch (oper->params[idex].memref.parent->flags) { in encode_for_part_mem()
87 if (!oper in encode_for_part_mem()
37 encode_for_part_mem(struct tc_ns_client_context *context, const struct teec_operation *oper, uint32_t idex, uint32_t *param_type) encode_for_part_mem() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c109 * admin -> oper or not
111 * Return true if already transitioned. i.e oper is equal to admin and buf
113 * false if before transition. i.e oper is not equal to admin, (i.e a
114 * previous admin command is waiting to be transitioned to oper state
117 static int am65_cpsw_port_est_is_swapped(struct net_device *ndev, int *oper, in am65_cpsw_port_est_is_swapped() argument
124 *oper = !!(val & AM65_CPSW_PN_FST_EST_BUFACT); in am65_cpsw_port_est_is_swapped()
129 return *admin == *oper; in am65_cpsw_port_est_is_swapped()
136 * If oper is same as admin, return the other buffer (!oper) as the admin
137 * buffer. If oper i
146 int oper, admin; am65_cpsw_port_est_get_free_buf_num() local
217 int oper, admin; am65_cpsw_est_update_state() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_taprio.c178 int err, oper = -1; in lan966x_taprio_find_list() local
193 oper = list[i]; in lan966x_taprio_find_list()
203 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
211 *obs_list = (oper == -1) ? *new_list : oper; in lan966x_taprio_find_list()
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c42 .fw_control.oper = IONIC_FW_INSTALL_ASYNC in ionic_dev_cmd_firmware_install()
52 .fw_control.oper = IONIC_FW_ACTIVATE_ASYNC, in ionic_dev_cmd_firmware_activate()
67 .fw_control.oper = fw_cmd, in ionic_fw_status_long_wait()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_fw.c42 .fw_control.oper = IONIC_FW_INSTALL_ASYNC in ionic_dev_cmd_firmware_install()
52 .fw_control.oper = IONIC_FW_ACTIVATE_ASYNC, in ionic_dev_cmd_firmware_activate()
67 .fw_control.oper = fw_cmd, in ionic_fw_status_long_wait()
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c308 int oper; member
1000 create_hash_pad(int oper, unsigned char *dst, u64 dgstlen, u64 bitcount) in create_hash_pad() argument
1005 switch (oper) { in create_hash_pad()
1454 u32 oper; in artpec6_crypto_prepare_hash() local
1457 oper = FIELD_GET(A6_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1459 oper = FIELD_GET(A7_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1483 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1673 u32 oper; in artpec6_crypto_prepare_crypto() local
1721 oper = regk_crypto_aes_ecb; in artpec6_crypto_prepare_crypto()
1726 oper in artpec6_crypto_prepare_crypto()
2262 u32 oper; artpec6_crypto_init_hash() local
[all...]
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c309 int oper; member
1001 create_hash_pad(int oper, unsigned char *dst, u64 dgstlen, u64 bitcount) in create_hash_pad() argument
1006 switch (oper) { in create_hash_pad()
1455 u32 oper; in artpec6_crypto_prepare_hash() local
1458 oper = FIELD_GET(A6_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1460 oper = FIELD_GET(A7_CRY_MD_OPER, req_ctx->hash_md); in artpec6_crypto_prepare_hash()
1484 hash_pad_len = create_hash_pad(oper, req_ctx->pad_buffer, in artpec6_crypto_prepare_hash()
1674 u32 oper; in artpec6_crypto_prepare_crypto() local
1722 oper = regk_crypto_aes_ecb; in artpec6_crypto_prepare_crypto()
1727 oper in artpec6_crypto_prepare_crypto()
2263 u32 oper; artpec6_crypto_init_hash() local
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dqt1010.c201 if (rd[i].oper == QT1010_WR) { in qt1010_set_params()
216 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1()
224 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1()
267 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2()
328 switch (i2c_data[i].oper) { in qt1010_init()
215 qt1010_init_meas1(struct qt1010_priv *priv, u8 oper, u8 reg, u8 reg_init_val, u8 *retval) qt1010_init_meas1() argument
H A Dqt1010_priv.h79 u8 oper, reg, val; member
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dqt1010.c201 if (rd[i].oper == QT1010_WR) { in qt1010_set_params()
216 u8 oper, u8 reg, u8 reg_init_val, u8 *retval) in qt1010_init_meas1()
224 { QT1010_WR, 0x1e, oper }, in qt1010_init_meas1()
267 if (i2c_data[i].oper == QT1010_WR) { in qt1010_init_meas2()
328 switch (i2c_data[i].oper) { in qt1010_init()
215 qt1010_init_meas1(struct qt1010_priv *priv, u8 oper, u8 reg, u8 reg_init_val, u8 *retval) qt1010_init_meas1() argument
H A Dqt1010_priv.h79 u8 oper, reg, val; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb.c676 u8 i, tc, err, sync, oper; in i40e_cee_to_dcb_config() local
718 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
720 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
734 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
736 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
750 oper = (status & I40E_TLV_STATUS_OPER) ? 1 : 0; in i40e_cee_to_dcb_config()
752 if (!err && sync && oper) { in i40e_cee_to_dcb_config()
/kernel/linux/linux-5.10/include/sound/
H A Dseq_oss.h76 struct snd_seq_oss_callback oper; member
/kernel/linux/linux-6.6/include/sound/
H A Dseq_oss.h76 struct snd_seq_oss_callback oper; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dport.h42 u32 oper; member

Completed in 21 milliseconds

1234