Home
last modified time | relevance | path

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

1234567891011

/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/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/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/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/soc/rockchip/common/sdk_linux/drivers/video/backlight/
Dpwm_bl.c42 struct pwm_state state; in pwm_backlight_power_on() local
71 struct pwm_state state; in pwm_backlight_power_off() local
97 struct pwm_state state; in compute_duty_cycle() local
118 struct pwm_state state; in pwm_backlight_update_status() local
469 struct pwm_state state; in pwm_backlight_probe() local
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
D8250_dma.c57 struct dma_tx_state state; in _dma_rx_complete() local
89 struct dma_tx_state state; in _dma_rx_complete() local
171 struct dma_tx_state state; in serial8250_rx_dma() local
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Dcapture_v2x.h38 static inline void rkisp_mipi_v20_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v20_isr()
63 static inline void rkisp_mipi_v21_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v21_isr()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Dcapture_v2x.h31 static inline void rkisp_mipi_v20_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v20_isr()
45 static inline void rkisp_mipi_v21_isr(u32 phy, u32 packet, u32 overflow, u32 state, struct rkisp_de… in rkisp_mipi_v21_isr()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat_printf.c37 hi_s32 uart_puts_at(const hi_char *ptr, hi_u32 len, const hi_void *state) in uart_puts_at()
97 hi_s32 uart_puts_sysinfo(const hi_char *ptr, hi_u32 len, const hi_void *state) in uart_puts_sysinfo()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_reset_gpu.c42 kbase_csf_reset_state_is_silent(enum kbase_csf_reset_gpu_state state) in kbase_csf_reset_state_is_silent()
48 kbase_csf_reset_state_is_committed(enum kbase_csf_reset_gpu_state state) in kbase_csf_reset_state_is_committed()
55 kbase_csf_reset_state_is_active(enum kbase_csf_reset_gpu_state state) in kbase_csf_reset_state_is_active()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/io/
Dhi_flashboot_io.c91 hi_u32 hi_io_set_input_enable(hi_io_name id, hi_bool state) in hi_io_set_input_enable()
104 hi_u32 hi_io_get_input_enable(hi_io_name id, hi_bool *state) in hi_io_get_input_enable()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/debug/
Dmali_kbase_debug_ktrace.c252 struct trace_seq_state *state = s->private; in kbasep_ktrace_seq_start() local
277 struct trace_seq_state *state = s->private; in kbasep_ktrace_seq_next() local
317 struct trace_seq_state *state; in kbasep_ktrace_debugfs_open() local
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/debug/
Dmali_kbase_debug_ktrace.c243 struct trace_seq_state *state = s->private; in kbasep_ktrace_seq_start() local
270 struct trace_seq_state *state = s->private; in kbasep_ktrace_seq_next() local
313 struct trace_seq_state *state; in kbasep_ktrace_debugfs_open() local
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
Dlegacy_freezer.c45 unsigned int state; member
76 static const char *freezer_state_strs(unsigned int state) in freezer_state_strs()
360 static void freezer_apply_state(struct freezer *freezer, bool freeze, unsigned int state) in freezer_apply_state()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/frw/
Dfrw_event_sched.c200 … frw_sched_policy_enum_uint8 policy, frw_event_queue_state_enum_uint8 state) in frw_event_queue_set()
253 frw_event_queue_state_enum_uint8 state, hi_u8 max_events) in frw_event_queue_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/core/
Ddrv_hash_v100.c172 static hi_void drv_hash_cfg_initial_value(hi_u32 *state, hi_u32 state_len_in_word) in drv_hash_cfg_initial_value()
272 hi_s32 drv_hash_wait_done(hi_u32 chn_num, hi_u32 *state) in drv_hash_wait_done()
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c232 static void bpf_map_key_store(struct bpf_insn_aux_data *aux, u64 state) in bpf_map_key_store()
560 static void print_verifier_state(struct bpf_verifier_env *env, const struct bpf_func_state *state) in print_verifier_state()
761 struct bpf_func_state *state = cur_func(env); in acquire_reference_state() local
777 static int release_reference_state(struct bpf_func_state *state, int ptr_id) in release_reference_state()
808 static void free_func_state(struct bpf_func_state *state) in free_func_state()
818 static void clear_jmp_history(struct bpf_verifier_state *state) in clear_jmp_history()
825 static void free_verifier_state(struct bpf_verifier_state *state, bool free_self) in free_verifier_state()
1377 static void init_reg_state(struct bpf_verifier_env *env, struct bpf_func_state *state) in init_reg_state()
1396 static void init_func_state(struct bpf_verifier_env *env, struct bpf_func_state *state, int callsit… in init_func_state()
1537 static int mark_reg_read(struct bpf_verifier_env *env, const struct bpf_reg_state *state, struct bp… in mark_reg_read()
[all …]

1234567891011