/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | chachapoly.h | 45 #define MBEDTLS_ERR_CHACHAPOLY_BAD_STATE -0x0054 /**< The requested operation is not permitted in the current state. */ 69 int state; /**< The current state of the context. */ member
|
H A D | md5.h | 62 uint32_t state[4]; /*!< intermediate digest state */ member 96 * \brief Clone (the state of) an MD5 context
|
H A D | md4.h | 63 uint32_t state[4]; /*!< intermediate digest state */ member 97 * \brief Clone (the state of) an MD4 context
|
H A D | md2.h | 62 unsigned char state[48]; /*!< intermediate digest state */ member 97 * \brief Clone (the state of) an MD2 context
|
H A D | sha1.h | 66 uint32_t state[5]; /*!< The intermediate digest state. */ member 104 * \brief This function clones the state of a SHA-1 context.
|
H A D | ripemd160.h | 54 uint32_t state[5]; /*!< intermediate digest state */ member 78 * \brief Clone (the state of) an RIPEMD-160 context
|
H A D | sha512.h | 60 uint64_t state[8]; /*!< The intermediate digest state. */ member 90 * \brief This function clones the state of a SHA-512 context.
|
H A D | sha256.h | 61 uint32_t state[8]; /*!< The intermediate digest state. */ member 89 * \brief This function clones the state of a SHA-256 context.
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_soft_job.h | 38 * Soft job state. 40 * mali_soft_job_system_start_job a job will first be allocated.The job's state set to MALI_SOFT_JOB_STATE_ALLOCATED. 41 * Once the job is added to the timeline system, the state changes to MALI_SOFT_JOB_STATE_STARTED. 43 * For soft jobs of type MALI_SOFT_JOB_TYPE_USER_SIGNALED the state is changed to 45 * job's state is MALI_SOFT_JOB_STATE_STARTED or MALI_SOFT_JOB_STATE_TIMED_OUT. 48 * state is changed to MALI_SOFT_JOB_STATE_TIMED_OUT. This can only happen to soft jobs in state 76 mali_soft_job_state state; /**< State of soft job, must be one of MALI_SOFT_JOB_STATE_*. */ member 149 * @note The soft job must be in state MALI_SOFT_JOB_STATE_STARTED for the signal to be successful.
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | usbrdl.h | 38 #define DL_START 3 /* initialize dl state */ 84 uint32 state; member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_soft_job.h | 39 * Soft job state. 41 * mali_soft_job_system_start_job a job will first be allocated.The job's state set to MALI_SOFT_JOB_STATE_ALLOCATED. 42 * Once the job is added to the timeline system, the state changes to MALI_SOFT_JOB_STATE_STARTED. 44 * For soft jobs of type MALI_SOFT_JOB_TYPE_USER_SIGNALED the state is changed to 46 * job's state is MALI_SOFT_JOB_STATE_STARTED or MALI_SOFT_JOB_STATE_TIMED_OUT. 49 * state is changed to MALI_SOFT_JOB_STATE_TIMED_OUT. This can only happen to soft jobs in state 78 mali_soft_job_state state; /**< State of soft job, must be one of MALI_SOFT_JOB_STATE_*. */ member 151 * @note The soft job must be in state MALI_SOFT_JOB_STATE_STARTED for the signal to be successful.
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 643 if ((hw->monitor.state & ISP_MIPI_ERROR) && hw->monitor.is_en) {
in rkisp_rdbk_trigger_handle() 739 dev->hw_dev->monitor.state |= ISP_FRAME_END;
in rkisp_check_idle() 776 static void rkisp_set_state(u32 *state, u32 val)
in rkisp_set_state() argument 783 *state &= mask;
in rkisp_set_state() 784 *state |= val;
in rkisp_set_state() 918 /* clear state */
in rkisp_reset_handle_v2x() 922 dev->hw_dev->monitor.state = ISP_FRAME_END;
in rkisp_reset_handle_v2x() 979 while (!(monitor->state & ISP_STOP) && monitor->is_en) {
in rkisp_restart_monitor() 985 if ((monitor->state & ISP_STOP) || (ret && !(monitor->state in rkisp_restart_monitor() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/ |
H A D | phy-rockchip-inno-usb2.c | 129 * @disfall_st: host disconnect fall edge detection state.
132 * @disrise_st: host disconnect rise edge detection state.
135 * @ls_det_st: linestate detection state register.
141 * @idfall_det_st: id fall detection state register.
144 * @idrise_det_st: id rise detection state register.
149 * @utmi_ls: utmi linestate state register.
235 * @otg_sm_work: OTG state machine work.
236 * @sm_work: HOST state machine work.
240 * @state: define OTG enumeration states before device reset.
270 enum usb_otg_state state;
member 1411 unsigned int sh, ul, uhd, state; rockchip_usb2phy_sm_work() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | rkisp.c | 669 if (hw->monitor.state & ISP_MIPI_ERROR && hw->monitor.is_en) in rkisp_rdbk_trigger_handle() 759 dev->hw_dev->monitor.state |= ISP_FRAME_END; in rkisp_check_idle() 791 static void rkisp_set_state(u32 *state, u32 val) in rkisp_set_state() argument 797 *state &= mask; in rkisp_set_state() 798 *state |= val; in rkisp_set_state() 918 /* clear state */ in rkisp_reset_handle_v2x() 922 dev->hw_dev->monitor.state = ISP_FRAME_END; in rkisp_reset_handle_v2x() 977 while (!(monitor->state & ISP_STOP) && monitor->is_en) { in rkisp_restart_monitor() 984 if (monitor->state & ISP_STOP || in rkisp_restart_monitor() 985 (ret && !(monitor->state in rkisp_restart_monitor() [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | netifapi.h | 95 void *state; member 111 void *state; member 201 u8_t state; member 284 * 1, state, maybe private handler only used by driver, not accessed by lwip protocol, MUST be initialized by driver. 547 * - The DHCP server and the client both maintain state information to keep addresses from conflicting, 1164 * This API is used to set the netif driver status to the "Driver Not Ready" state. the driver must call this API 1178 * This API is used to set the netif driver status to the "Driver Ready" state. This API is called by the driver to 1366 * can use this to add both static and non-sttaic neighbor. The neighbor state 1376 * address and its length, current state of the 1394 * user expires, neighbor will move to stale state [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/ |
H A D | tcp_priv.h | 233 if ((pcb)->state != SYN_RCVD) { \ 347 u32_t state; /* This will be used to maintain SACK scoreboard as per RFC 6675 */ member 428 union tcp_listen_pcbs_t { /* List of all TCP PCBs in LISTEN state. */ 435 state in which they accept or send 446 3) All PCBs in the tcp_listen_pcbs list is in LISTEN state. 447 4) All PCBs in the tcp_tw_pcbs list is in TIME-WAIT state. 463 LWIP_ASSERT("TCP_REG: pcb->state != CLOSED", \ 464 ((pcbs) == &tcp_bound_pcbs) || ((npcb)->state != CLOSED)); \
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 493 enum rkcif_state state;
member 552 enum rkcif_lvds_state state;
member 673 enum rkcif_state state;
member
|
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/ |
H A D | process.c | 311 * We need to ensure ordering between the shadow state and the in tls_thread_flush() 312 * hardware state, so that we don't corrupt the hardware state in tls_thread_flush() 313 * with a stale shadow state during context switch. in tls_thread_flush() 362 * an inconsistent state, even temporarily. in arch_dup_task_struct() 461 /* Restore the UAO state depending on next's addr_limit */ 474 * Force SSBS state on context-switch, since it may be lost after migrating 580 if (!p || p == current || p->state == TASK_RUNNING) { in get_wchan() 735 int arch_elf_adjust_prot(int prot, const struct arch_elf_state *state, bool has_interp, bool is_interp) in arch_elf_adjust_prot() argument 746 if (!(state in arch_elf_adjust_prot() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/ |
H A D | dev.h | 452 enum rkcif_state state; member 511 enum rkcif_lvds_state state; member 634 enum rkcif_state state; member
|
/test/xts/hats/hdf/codec/hdi_idlomx/ |
H A D | codec_function_utils.cpp | 355 CodecStateType state = CODEC_STATE_INVALID;
in WaitState() local 359 auto ret = component->GetState(state);
in WaitState() 365 } while (state != objState && count <= MAX_WAIT);
in WaitState()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 1510 encoder = funcs->atomic_best_encoder(connector, connector->state); in dw_hdmi_rockchip_mode_valid() 1576 struct rockchip_crtc_state *s = to_rockchip_crtc_state(crtc->state); in dw_hdmi_rockchip_encoder_disable() 1602 if (WARN_ON(!crtc || !crtc->state)) { in dw_hdmi_rockchip_encoder_enable() 1610 clk_set_rate(hdmi->phyref_clk, crtc->state->adjusted_mode.crtc_clock * 0x3e8); in dw_hdmi_rockchip_encoder_enable() 1635 struct rockchip_crtc_state *s = to_rockchip_crtc_state(crtc->state); in dw_hdmi_rockchip_encoder_enable() 1902 struct drm_crtc_state *crtc_state = conn_state->crtc->state; in dw_hdmi_rockchip_check_color() 2335 static int dw_hdmi_rockchip_set_property(struct drm_connector *connector, struct drm_connector_state *state, in dw_hdmi_rockchip_set_property() argument 2343 /* If hdmi is disconnected, state->crtc is null */ in dw_hdmi_rockchip_set_property() 2344 if (!state->crtc) { in dw_hdmi_rockchip_set_property() 2347 if (dw_hdmi_rockchip_check_color(state, hdm in dw_hdmi_rockchip_set_property() 2387 dw_hdmi_rockchip_get_property(struct drm_connector *connector, const struct drm_connector_state *state, struct drm_property *property, u64 *val, void *data) dw_hdmi_rockchip_get_property() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 649 * serial8250_em485_destroy() - put uart_8250_port into normal state
899 * preserve the device state across this.
1182 * OK it's in a known zero state, try writing and reading
in autoconfig_16550a() 1183 * without disturbing the current state of the other bits.
in autoconfig_16550a() 1853 tty_flip_buffer_push(&port->state->port);
in serial8250_rx_chars() 1861 struct circ_buf *xmit = &port->state->xmit;
in serial8250_tx_chars() 1929 if ((status & UART_MSR_ANY_DELTA) && (up->ier & UART_IER_MSI) && (port->state != NULL)) {
in serial8250_modem_status() 1943 wake_up_interruptible(&port->state->port.delta_msr_wait);
in serial8250_modem_status() 2809 struct tty_port *tport = &port->state->port;
in serial8250_update_uartclk() 2878 * Ok, we're now changing the port state in serial8250_do_set_termios() 3073 serial8250_do_pm(struct uart_port *port, unsigned int state, unsigned int oldstate) serial8250_do_pm() argument 3081 serial8250_pm(struct uart_port *port, unsigned int state, unsigned int oldstate) serial8250_pm() argument 3229 struct uart_state *state = container_of(port, struct uart_state, port); do_get_rxtrig() local 3266 struct uart_state *state = container_of(port, struct uart_state, port); do_set_rxtrig() local [all...] |
/test/xts/hats/hdf/codec/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 189 OMX_STATETYPE state = OMX_StateInvalid; in waitState() local 193 auto ret = component_->GetState(component_, &state); in waitState() 196 } while (state != objState && count <= MAX_WAIT); in waitState() 685 OMX_STATETYPE state; in HWTEST_F() local 686 auto ret = component_->GetState(component_, &state); in HWTEST_F() 687 ASSERT_EQ(state, OMX_StateLoaded); in HWTEST_F() 1252 * @tc.desc The component enters the OMX_Idle state 1348 OMX_STATETYPE state = OMX_StateInvalid; in HWTEST_F() local 1351 ret = component_->GetState(component_, &state); in HWTEST_F() 1353 } while (state ! in HWTEST_F() [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/ |
H A D | power_supply_core.c | 1064 static int ps_get_max_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long *state)
in ps_get_max_charge_cntl_limit() argument 1076 *state = val.intval;
in ps_get_max_charge_cntl_limit() 1081 static int ps_get_cur_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long *state)
in ps_get_cur_charge_cntl_limit() argument 1093 *state = val.intval;
in ps_get_cur_charge_cntl_limit() 1098 static int ps_set_cur_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long state)
in ps_set_cur_charge_cntl_limit() argument 1105 val.intval = state;
in ps_set_cur_charge_cntl_limit()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/tl/ |
H A D | mali_kbase_tracepoints.h | 174 u32 state); 910 * atom state 914 * @state: Atom state 919 state \ 926 atom, state); \ 1289 * PM state 1293 * @core_state_bitset: 64bits bitmask reporting power state of the cores 2882 #define KBASE_TLSTREAM_AUX_PM_STATE(kbdev, core_type, state) \ 2886 core_type, state); \ [all...] |