Home
last modified time | relevance | path

Searched defs:state (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/device/soc/rockchip/common/sdk_linux/kernel/power/
Dsuspend.c164 static bool valid_state(suspend_state_t state) in valid_state()
188 suspend_state_t state; in mem_sleep_default_setup() local
236 int suspend_valid_only_mem(suspend_state_t state) in suspend_valid_only_mem()
242 static bool sleep_state_supported(suspend_state_t state) in sleep_state_supported()
247 static int platform_suspend_prepare(suspend_state_t state) in platform_suspend_prepare()
252 static int platform_suspend_prepare_late(suspend_state_t state) in platform_suspend_prepare_late()
257 static int platform_suspend_prepare_noirq(suspend_state_t state) in platform_suspend_prepare_noirq()
266 static void platform_resume_noirq(suspend_state_t state) in platform_resume_noirq()
277 static void platform_resume_early(suspend_state_t state) in platform_resume_early()
284 static void platform_resume_finish(suspend_state_t state) in platform_resume_finish()
[all …]
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
Dfiq_debugger.c172 void fiq_debugger_enable_wakeup_irq(struct fiq_debugger_state *state) {} in fiq_debugger_enable_wakeup_irq()
174 void fiq_debugger_disable_wakeup_irq(struct fiq_debugger_state *state) {} in fiq_debugger_disable_wakeup_irq()
177 void fiq_debugger_enable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_enable_wakeup_irq()
186 void fiq_debugger_disable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_disable_wakeup_irq()
196 static inline bool fiq_debugger_have_fiq(struct fiq_debugger_state *state) in fiq_debugger_have_fiq()
201 static void fiq_debugger_force_irq(struct fiq_debugger_state *state) in fiq_debugger_force_irq()
218 static void fiq_debugger_uart_enable(struct fiq_debugger_state *state) in fiq_debugger_uart_enable()
226 static void fiq_debugger_uart_disable(struct fiq_debugger_state *state) in fiq_debugger_uart_disable()
234 static void fiq_debugger_uart_flush(struct fiq_debugger_state *state) in fiq_debugger_uart_flush()
240 static void fiq_debugger_putc(struct fiq_debugger_state *state, char c) in fiq_debugger_putc()
[all …]
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
Dfiq_debugger.c171 static inline void fiq_debugger_enable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_enable_wakeup_irq()
174 static inline void fiq_debugger_disable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_disable_wakeup_irq()
178 static inline void fiq_debugger_enable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_enable_wakeup_irq()
188 static inline void fiq_debugger_disable_wakeup_irq(struct fiq_debugger_state *state) in fiq_debugger_disable_wakeup_irq()
200 static inline bool fiq_debugger_have_fiq(struct fiq_debugger_state *state) in fiq_debugger_have_fiq()
206 static void fiq_debugger_force_irq(struct fiq_debugger_state *state) in fiq_debugger_force_irq()
229 static void fiq_debugger_uart_enable(struct fiq_debugger_state *state) in fiq_debugger_uart_enable()
239 static void fiq_debugger_uart_disable(struct fiq_debugger_state *state) in fiq_debugger_uart_disable()
249 static void fiq_debugger_uart_flush(struct fiq_debugger_state *state) in fiq_debugger_uart_flush()
256 static void fiq_debugger_putc(struct fiq_debugger_state *state, char c) in fiq_debugger_putc()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_atomic_state_helper.c129 void __drm_atomic_helper_crtc_duplicate_state(struct drm_crtc *crtc, struct drm_crtc_state *state) in __drm_atomic_helper_crtc_duplicate_state()
175 struct drm_crtc_state *state; in drm_atomic_helper_crtc_duplicate_state() local
198 void __drm_atomic_helper_crtc_destroy_state(struct drm_crtc_state *state) in __drm_atomic_helper_crtc_destroy_state()
238 void drm_atomic_helper_crtc_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state) in drm_atomic_helper_crtc_destroy_state()
314 …d __drm_atomic_helper_plane_duplicate_state(struct drm_plane *plane, struct drm_plane_state *state) in __drm_atomic_helper_plane_duplicate_state()
337 struct drm_plane_state *state; in drm_atomic_helper_plane_duplicate_state() local
360 void __drm_atomic_helper_plane_destroy_state(struct drm_plane_state *state) in __drm_atomic_helper_plane_destroy_state()
386 void drm_atomic_helper_plane_destroy_state(struct drm_plane *plane, struct drm_plane_state *state) in drm_atomic_helper_plane_destroy_state()
459 struct drm_connector_state *state = connector->state; in drm_atomic_helper_connector_tv_reset() local
476 …elper_connector_duplicate_state(struct drm_connector *connector, struct drm_connector_state *state) in __drm_atomic_helper_connector_duplicate_state()
[all …]
Ddrm_atomic_uapi.c64 int drm_atomic_set_mode_for_crtc(struct drm_crtc_state *state, const struct drm_display_mode *mode) in drm_atomic_set_mode_for_crtc()
110 int drm_atomic_set_mode_prop_for_crtc(struct drm_crtc_state *state, struct drm_property_blob *blob) in drm_atomic_set_mode_prop_for_crtc()
318 static void set_out_fence_for_crtc(struct drm_atomic_state *state, struct drm_crtc *crtc, s32 __use… in set_out_fence_for_crtc()
323 static s32 __user *get_out_fence_for_crtc(struct drm_atomic_state *state, struct drm_crtc *crtc) in get_out_fence_for_crtc()
333 static int set_out_fence_for_connector(struct drm_atomic_state *state, struct drm_connector *connec… in set_out_fence_for_connector()
351 static s32 __user *get_out_fence_for_connector(struct drm_atomic_state *state, struct drm_connector… in get_out_fence_for_connector()
390 static int drm_atomic_crtc_set_property(struct drm_crtc *crtc, struct drm_crtc_state *state, in drm_atomic_crtc_set_property()
452 static int drm_atomic_crtc_get_property(struct drm_crtc *crtc, const struct drm_crtc_state *state, in drm_atomic_crtc_get_property()
485 static int drm_atomic_plane_set_property(struct drm_plane *plane, struct drm_plane_state *state, in drm_atomic_plane_set_property()
568 …tic int drm_atomic_plane_get_property(struct drm_plane *plane, const struct drm_plane_state *state, in drm_atomic_plane_get_property()
[all …]
Ddrm_atomic_helper.c74 static void drm_atomic_helper_plane_changed(struct drm_atomic_state *state, struct drm_plane_state … in drm_atomic_helper_plane_changed()
98 static int handle_conflicting_encoders(struct drm_atomic_state *state, bool disable_conflicting_enc… in handle_conflicting_encoders()
210 static void set_best_encoder(struct drm_atomic_state *state, struct drm_connector_state *conn_state, in set_best_encoder()
247 static void steal_encoder(struct drm_atomic_state *state, struct drm_encoder *encoder) in steal_encoder()
276 static int update_connector_routing(struct drm_atomic_state *state, struct drm_connector *connector, in update_connector_routing()
380 static int mode_fixup(struct drm_atomic_state *state) in mode_fixup()
496 static int mode_valid(struct drm_atomic_state *state) in mode_valid()
577 int drm_atomic_helper_check_modeset(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_helper_check_modeset()
857 int drm_atomic_helper_check_planes(struct drm_device *dev, struct drm_atomic_state *state) in drm_atomic_helper_check_planes()
1128 void drm_atomic_helper_calc_timestamping_constants(struct drm_atomic_state *state) in drm_atomic_helper_calc_timestamping_constants()
[all …]
/device/soc/st/stm32f4xx/sdk/Drivers/STM32F4xx_HAL_Driver/Src/
Dstm32f4xx_hal_can.c842 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_ConfigFilter() local
1141 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_RequestSleep() local
1174 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_WakeUp() local
1222 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_IsSleepActive() local
1253 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_AddTxMessage() local
1360 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_AbortTxRequest() local
1410 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetTxMailboxesFreeLevel() local
1453 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_IsTxMessagePending() local
1486 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetTxTimestamp() local
1518 HAL_CAN_StateTypeDef state = hcan->State; in HAL_CAN_GetRxMessage() local
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/media/i2c/
Dtc35874x.c243 struct tc35874x_state *state = to_state(sd); in i2c_rd() local
271 struct tc35874x_state *state = to_state(sd); in i2c_wr() local
437 struct tc35874x_state *state = to_state(sd); in tc35874x_get_detected_timings() local
515 struct tc35874x_state *state = container_of(dwork, in tc35874x_delayed_work_enable_hotplug() local
548 struct tc35874x_state *state = to_state(sd); in tc35874x_disable_edid() local
561 struct tc35874x_state *state = to_state(sd); in tc35874x_enable_edid() local
615 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_detect_tx_5v() local
623 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_audio_sampling_rate() local
631 struct tc35874x_state *state = to_state(sd); in tc35874x_s_ctrl_audio_present() local
674 struct tc35874x_state *state = to_state(sd); in enable_stream() local
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/include/
Drtw_p2p.h82 static inline void _rtw_p2p_set_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_set_state()
89 static inline void _rtw_p2p_set_pre_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_set_pre_state()
117 static inline bool _rtw_p2p_chk_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_chk_state()
131 #define rtw_p2p_set_state(wdinfo, state) dbg_rtw_p2p_set_state(wdinfo, state, __FUNCTION__, __LINE_… argument
132 #define rtw_p2p_set_pre_state(wdinfo, state) dbg_rtw_p2p_set_pre_state(wdinfo, state, __FUNCTION__,… argument
136 #define rtw_p2p_set_state(wdinfo, state) _rtw_p2p_set_state(wdinfo, state) argument
137 #define rtw_p2p_set_pre_state(wdinfo, state) _rtw_p2p_set_pre_state(wdinfo, state) argument
145 #define rtw_p2p_chk_state(wdinfo, state) _rtw_p2p_chk_state(wdinfo, state) argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/hal/ctrl/hisiv100/regs/
Dhdmi_reg_aon.c53 tx_aon_intr_state state; in hdmi_reg_aon_intr_stat1_set() local
66 tx_aon_intr_state state; in hdmi_reg_aon_intr_stat0_set() local
118 ddc_mst_state state; in hdmi_reg_ddc_i2c_no_ack_get() local
128 ddc_mst_state state; in hdmi_reg_ddc_i2c_bus_low_get() local
148 tx_aon_state state; in hdmi_reg_phy_rx_sense_get() local
158 tx_aon_state state; in hdmi_reg_hotplug_state_get() local
168 tx_aon_intr_state state; in hdmi_reg_aon_intr_stat1_get() local
178 tx_aon_intr_state state; in hdmi_reg_aon_intr_stat0_get() local
/device/soc/rockchip/common/sdk_linux/drivers/pwm/
Dsysfs.c39 struct pwm_state state; in period_show() local
50 struct pwm_state state; in period_store() local
71 struct pwm_state state; in duty_cycle_show() local
82 struct pwm_state state; in duty_cycle_store() local
104 struct pwm_state state; in oneshot_count_show() local
115 struct pwm_state state; in oneshot_count_store() local
137 struct pwm_state state; in enable_show() local
148 struct pwm_state state; in enable_store() local
183 struct pwm_state state; in polarity_show() local
205 struct pwm_state state; in polarity_store() local
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/
Dhalmac_bb_rf_88xx.c223 struct halmac_dpk_state *state = &adapter->halmac_state.dpk_state; in get_dpk_status_88xx() local
260 struct halmac_psd_state *state = &adapter->halmac_state.psd_state; in get_psd_status_88xx() local
350 struct halmac_iqk_state *state = &adapter->halmac_state.iqk_state; in get_h2c_ack_iqk_88xx() local
388 struct halmac_dpk_state *state = &adapter->halmac_state.dpk_state; in get_h2c_ack_dpk_88xx() local
429 struct halmac_dpk_state *state = &adapter->halmac_state.dpk_state; in get_dpk_data_88xx() local
484 struct halmac_pwr_tracking_state *state; in get_h2c_ack_pwr_trk_88xx() local
529 struct halmac_psd_state *state = &adapter->halmac_state.psd_state; in get_psd_data_88xx() local
/device/soc/rockchip/common/sdk_linux/include/linux/
Dpwm.h89 struct pwm_state state; member
98 static inline void pwm_get_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_get_state()
105 struct pwm_state state; in pwm_is_enabled() local
121 struct pwm_state state; in pwm_get_period() local
137 struct pwm_state state; in pwm_get_duty_cycle() local
146 struct pwm_state state; in pwm_get_polarity() local
175 static inline void pwm_init_state(const struct pwm_device *pwm, struct pwm_state *state) in pwm_init_state()
203 static inline unsigned int pwm_get_relative_duty_cycle(const struct pwm_state *state, unsigned int … in pwm_get_relative_duty_cycle()
230 static inline int pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, uns… in pwm_set_relative_duty_cycle()
323 struct pwm_state state; in pwm_config() local
[all …]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_irq/kernel/
Dhiirq.c266 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio()
284 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap()
301 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal()
327 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio()
342 static void clear_int_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in clear_int_for_vicap()
368 static void clear_int_for_vdh(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_vdh()
377 static void clear_int_for_nnie(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_nnie()
386 static void clear_int_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_normal()
413 static void save_int_status_for_aio(hi_aio_int_state *save, hi_aio_int_state *state) in save_int_status_for_aio()
430 static void save_int_status_for_vicap(hi_vicap_int_state *save, hi_vicap_int_state *state) in save_int_status_for_vicap()
[all …]
/device/soc/rockchip/common/sdk_linux/kernel/
Dcpu.c64 enum cpuhp_state state; member
139 static struct cpuhp_step *cpuhp_get_step(enum cpuhp_state state) in cpuhp_get_step()
154 static int cpuhp_invoke_callback(unsigned int cpu, enum cpuhp_state state, bool bringup, struct hli… in cpuhp_invoke_callback()
248 static bool cpuhp_is_ap_state(enum cpuhp_state state) in cpuhp_is_ap_state()
272 static bool cpuhp_is_atomic_state(enum cpuhp_state state) in cpuhp_is_atomic_state()
702 enum cpuhp_state state; in cpuhp_thread_fun() local
773 static int cpuhp_invoke_ap_callback(int cpu, enum cpuhp_state state, bool bringup, struct hlist_nod… in cpuhp_invoke_ap_callback()
1279 void cpuhp_online_idle(enum cpuhp_state state) in cpuhp_online_idle()
1824 static int cpuhp_cb_check(enum cpuhp_state state) in cpuhp_cb_check()
1837 static int cpuhp_reserve_state(enum cpuhp_state state) in cpuhp_reserve_state()
[all …]
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/
Dmodel_cli.c22 u8_t *state; member
35 u8_t state; in gen_onoff_status() local
142 u8_t *state) in bt_mesh_gen_onoff_get()
169 u8_t val, u8_t *state) in bt_mesh_gen_onoff_set()
240 s16_t val, s16_t *state) in bt_mesh_gen_level_set()
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcompat_stereo.cpp48 CvStereoBMState* state = (CvStereoBMState*)cvAlloc( sizeof(*state) ); in cvCreateStereoBMState() local
71 void cvReleaseStereoBMState( CvStereoBMState** state ) in cvReleaseStereoBMState()
88 CvArr* disparr, CvStereoBMState* state ) in cvFindStereoCorrespondenceBM()
/device/soc/chipsea/hals/communication/wifi_lite/wifiservice/
Dwifi_event.c117 void DoScanCallBack(int state, uint8_t size) in DoScanCallBack()
130 void DoStaConnectCallBack(int state, WifiLinkedInfo *info) in DoStaConnectCallBack()
173 void DoApStateCallBack(int state) in DoApStateCallBack()
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiirq/kernel/
Dhiirq.c342 static void read_int_status_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in read_int_status_for_aio()
364 static void read_int_status_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in read_int_status_for_vicap()
381 static void read_int_status_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in read_int_status_for_normal()
407 static void clear_int_for_aio(hiirq_aio_reg_map *map, hi_aio_int_state *state) in clear_int_for_aio()
426 static void clear_int_for_vicap(hiirq_vicap_reg_map *map, hi_vicap_int_state *state) in clear_int_for_vicap()
452 static void clear_int_for_vdh(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_vdh()
473 static void clear_int_for_nnie(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_nnie()
482 static void clear_int_for_normal(hiirq_normal_reg_map *map, hi_normal_int_state *state) in clear_int_for_normal()
509 static void save_int_status_for_aio(hi_aio_int_state *save, hi_aio_int_state *state) in save_int_status_for_aio()
530 static void save_int_status_for_vicap(hi_vicap_int_state *save, hi_vicap_int_state *state) in save_int_status_for_vicap()
[all …]
/device/board/bearpi/bearpi_hm_nano/app/D11_iot_cloud_oc_agriculture/src/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()
/device/board/bearpi/bearpi_hm_nano/app/D5_iot_mqtt/wifi/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()
/device/board/bearpi/bearpi_hm_nano/app/D9_iot_cloud_oc_manhole_cover/src/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()
/device/board/bearpi/bearpi_hm_nano/app/D3_iot_udp_client/wifi/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()
/device/board/bearpi/bearpi_hm_nano/app/D8_iot_cloud_oc_light/src/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()
/device/board/bearpi/bearpi_hm_nano/app/D6_iot_cloud_oc/src/
Dwifi_connect.c158 static void OnWifiScanStateChangedHandler(int state, int size) in OnWifiScanStateChangedHandler()
168 static void OnWifiConnectionChangedHandler(int state, WifiLinkedInfo *info) in OnWifiConnectionChangedHandler()
195 static void OnHotspotStateChangedHandler(int state) in OnHotspotStateChangedHandler()

12345678910>>...29