| /OK3568_Linux_fs/buildroot/package/nanocom/ |
| H A D | 0001-fix-build-with-gcc-10.patch | 3 Define curr_state as extern in nanocom.h to avoid the following build 6 …gnueabihf/bin/ld: /tmp/ccLQeiek.o:(.bss+0x7c): multiple definition of `curr_state'; /tmp/ccse155z.… 20 +state curr_state; 32 -state curr_state; 33 +extern state curr_state;
|
| /OK3568_Linux_fs/kernel/tools/laptop/dslm/ |
| H A D | dslm.c | 71 int curr_state; in measure() local 89 curr_state = check_powermode(fd); in measure() 91 if (curr_state != last_state || endit) { in measure() 100 last_state = curr_state; in measure() 104 state_name(curr_state)); in measure()
|
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | ufs.h | 82 u32 prev_state, u32 curr_state), 84 TP_ARGS(dev_name, state, clk, prev_state, curr_state), 91 __field(u32, curr_state) 99 __entry->curr_state = curr_state; 104 __entry->prev_state, __entry->curr_state)
|
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | pdr_internal.h | 227 enum servreg_service_state curr_state; member 257 curr_state), 298 enum servreg_service_state curr_state; member 311 curr_state),
|
| H A D | pdr_interface.c | 66 enum servreg_service_state curr_state; member 159 pds->state = resp.curr_state; in pdr_register_listener() 284 pds->state = ind->curr_state; in pdr_indack_work() 328 ind_msg->service_path, ind_msg->curr_state, in pdr_indication_cb() 336 ind->curr_state = ind_msg->curr_state; in pdr_indication_cb()
|
| /OK3568_Linux_fs/kernel/net/llc/ |
| H A D | llc_s_st.c | 176 .curr_state = LLC_SAP_STATE_INACTIVE, 180 .curr_state = LLC_SAP_STATE_ACTIVE,
|
| H A D | llc_conn.c | 393 struct llc_conn_state *curr_state = in llc_qualify_conn_ev() local 399 for (next_trans = curr_state->transitions + in llc_qualify_conn_ev() 643 struct llc_conn_state *curr_state; in llc_build_offset_table() local 647 curr_state = &llc_conn_state_table[state]; in llc_build_offset_table() 651 next_offset += llc_find_next_offset(curr_state, in llc_build_offset_table()
|
| H A D | llc_sap.c | 123 struct llc_sap_state *curr_state = &llc_sap_state_table[sap->state - 1]; in llc_find_sap_trans() local 128 for (next_trans = curr_state->transitions; next_trans[i]->ev; i++) in llc_find_sap_trans()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/ |
| H A D | suspend.c | 123 u32 curr_state; in mpc83xx_change_state() local 129 curr_state = reg_cfg1 & PMCCR1_CURR_STATE; in mpc83xx_change_state() 131 if (curr_state != pci_pm_state) { in mpc83xx_change_state()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/ |
| H A D | ti_sci.c | 778 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_stop() argument 783 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_stop() 793 if (curr_state) in ti_sci_cmd_dev_is_stop() 794 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_cmd_dev_is_stop() 809 bool *r_state, bool *curr_state) in ti_sci_cmd_dev_is_on() argument 814 if (!r_state && !curr_state) in ti_sci_cmd_dev_is_on() 824 if (curr_state) in ti_sci_cmd_dev_is_on() 825 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on() 839 bool *curr_state) in ti_sci_cmd_dev_is_trans() argument 844 if (!curr_state) in ti_sci_cmd_dev_is_trans() [all …]
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | llc_s_st.h | 26 u8 curr_state; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | transobj.c | 352 int curr_state, int next_state, in mlx5_hairpin_modify_rq() argument 365 MLX5_SET(modify_rq_in, in, rq_state, curr_state); in mlx5_hairpin_modify_rq() 372 int curr_state, int next_state, in mlx5_hairpin_modify_sq() argument 385 MLX5_SET(modify_sq_in, in, sq_state, curr_state); in mlx5_hairpin_modify_sq()
|
| H A D | en.h | 732 int curr_state; member 966 int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state);
|
| H A D | en_main.c | 692 int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state) in mlx5e_modify_rq_state() argument 706 if (curr_state == MLX5_RQC_STATE_RST && next_state == MLX5_RQC_STATE_RDY) in mlx5e_modify_rq_state() 711 MLX5_SET(modify_rq_in, in, rq_state, curr_state); in mlx5e_modify_rq_state() 1291 MLX5_SET(modify_sq_in, in, sq_state, p->curr_state); in mlx5e_modify_sq() 1322 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_create_sq_rdy() 1792 msp.curr_state = MLX5_SQC_STATE_RDY; in mlx5e_set_sq_maxrate() 3839 bool supported, curr_state; in mlx5e_set_rx_port_ts() local 3850 curr_state = MLX5_GET(pcmr_reg, in, rx_ts_over_crc); in mlx5e_set_rx_port_ts() 3852 if (!supported || enable == curr_state) in mlx5e_set_rx_port_ts()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.c | 168 msp.curr_state = MLX5_SQC_STATE_ERR; in mlx5e_health_sq_to_ready() 178 msp.curr_state = MLX5_SQC_STATE_RST; in mlx5e_health_sq_to_ready()
|
| H A D | reporter_rx.c | 107 static int mlx5e_rq_to_ready(struct mlx5e_rq *rq, int curr_state) in mlx5e_rq_to_ready() argument 112 err = mlx5e_modify_rq_state(rq, curr_state, MLX5_RQC_STATE_RST); in mlx5e_rq_to_ready()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/ |
| H A D | mdadm-3.3.2_x32_abi_time_t.patch | 37 array_states[a->curr_state],
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_83xx_init.c | 146 cur = adapter->ahw->idc.curr_state; in qlcnic_83xx_idc_log_state_history() 985 cur = adapter->ahw->idc.curr_state; in qlcnic_83xx_idc_check_state_validity() 1115 adapter->ahw->idc.curr_state = QLC_83XX_IDC_DEV_UNKNOWN; in qlcnic_83xx_idc_poll_dev_state() 1117 adapter->ahw->idc.curr_state = state; in qlcnic_83xx_idc_poll_dev_state() 1120 switch (adapter->ahw->idc.curr_state) { in qlcnic_83xx_idc_poll_dev_state() 1143 adapter->ahw->idc.prev_state = adapter->ahw->idc.curr_state; in qlcnic_83xx_idc_poll_dev_state() 1167 adapter->ahw->idc.curr_state = QLC_83XX_IDC_DEV_UNKNOWN; in qlcnic_83xx_setup_idc_parameters() 1213 adapter->ahw->idc.curr_state = state; in qlcnic_83xx_idc_first_to_load_function_handler()
|
| H A D | qlcnic_83xx_hw.h | 321 u8 curr_state; member
|
| H A D | qlcnic_sriov_common.c | 1908 idc->curr_state = QLCRDX(adapter->ahw, QLC_83XX_IDC_DEV_STATE); in qlcnic_sriov_vf_poll_dev_state() 1910 switch (idc->curr_state) { in qlcnic_sriov_vf_poll_dev_state() 1930 idc->prev_state = idc->curr_state; in qlcnic_sriov_vf_poll_dev_state()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_main.c | 2546 u32 curr_state = edev->state; in qede_recovery_handler() local 2558 if (curr_state == QEDE_STATE_OPEN) in qede_recovery_handler() 2570 if (curr_state == QEDE_STATE_OPEN) { in qede_recovery_handler() 2579 edev->state = curr_state; in qede_recovery_handler()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | sched-int.h | 188 extern state_t curr_state;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | sched-int.h | 188 extern state_t curr_state;
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/ |
| H A D | qla_nx.c | 2953 qla82xx_wait_for_state_change(scsi_qla_host_t *vha, uint32_t curr_state) in qla82xx_wait_for_state_change() argument 2963 } while (dev_state == curr_state); in qla82xx_wait_for_state_change()
|