/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 46 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 D | seq_oss_synth.c | 46 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 D | sch_taprio.c | 204 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 D | sch_taprio.c | 134 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 D | am65-cpsw-qos.c | 106 * 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 D | fdtput.c | 24 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 D | fdtput.c | 24 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 D | smtdef.c | 73 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 D | smtdef.c | 69 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 D | fw.c | 35 .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 D | teek_client_api.c | 38 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 D | am65-cpsw-qos.c | 109 * 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 D | lan966x_taprio.c | 178 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 D | ionic_fw.c | 42 .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 D | ionic_fw.c | 42 .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 D | artpec6_crypto.c | 308 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 D | artpec6_crypto.c | 309 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 D | qt1010.c | 201 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 D | qt1010_priv.h | 79 u8 oper, reg, val; member
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | qt1010.c | 201 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 D | qt1010_priv.h | 79 u8 oper, reg, val; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb.c | 676 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 D | seq_oss.h | 76 struct snd_seq_oss_callback oper; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_oss.h | 76 struct snd_seq_oss_callback oper; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | port.h | 42 u32 oper; member
|