Home
last modified time | relevance | path

Searched defs:state (Results 326 – 350 of 5469) sorted by relevance

1...<<11121314151617181920>>...219

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Ddevice_pm.c31 const char *acpi_power_state_string(int state) in acpi_power_state_string()
49 static int acpi_dev_pm_explicit_get(struct acpi_device *device, int *state) in acpi_dev_pm_explicit_get()
76 int acpi_device_get_power(struct acpi_device *device, int *state) in acpi_device_get_power()
140 static int acpi_dev_pm_explicit_set(struct acpi_device *adev, int state) in acpi_dev_pm_explicit_set()
161 int acpi_device_set_power(struct acpi_device *device, int state) in acpi_device_set_power()
290 int acpi_bus_set_power(acpi_handle handle, int state) in acpi_bus_set_power()
305 int state; in acpi_bus_init_power() local
376 int state; in acpi_device_update_power() local
876 int ret, state; in acpi_dev_pm_low_power() local
983 int ret, state; in acpi_dev_needs_resume() local
/OK3568_Linux_fs/kernel/crypto/
H A Dsalsa20_generic.c35 static void salsa20_block(u32 *state, __le32 *stream) in salsa20_block()
84 static void salsa20_docrypt(u32 *state, u8 *dst, const u8 *src, in salsa20_docrypt()
103 static void salsa20_init(u32 *state, const struct salsa20_ctx *ctx, in salsa20_init()
158 u32 state[16]; in salsa20_crypt() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_damage_helper.c120 void drm_atomic_helper_check_plane_damage(struct drm_atomic_state *state, in drm_atomic_helper_check_plane_damage()
168 struct drm_atomic_state *state; in drm_atomic_helper_dirtyfb() local
278 const struct drm_plane_state *state) in drm_atomic_helper_damage_iter_init()
360 struct drm_plane_state *state, in drm_atomic_helper_damage_merged()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dpiornv50.c64 const u32 state = 0x80000000 | (0x00000001 * !!pu) << shift; in nv50_pior_power() local
73 nv50_pior_depth(struct nvkm_ior *ior, struct nvkm_ior_state *state, u32 ctrl) in nv50_pior_depth()
82 struct nvkm_head_state *state = &head->asy; in nv50_pior_depth() local
98 nv50_pior_state(struct nvkm_ior *pior, struct nvkm_ior_state *state) in nv50_pior_state()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Damr-nb.c69 #define AmrEncoderEncode(state, mode, in, out, forceSpeech) \ argument
71 #define AmrEncoderExit(state) \ argument
75 #define AmrDecoderDecode(state, in, out, bfi) \ argument
77 #define AmrDecoderExit(state) \ argument
/OK3568_Linux_fs/kernel/include/soc/qcom/
H A Drpmh.h27 static inline int rpmh_write(const struct device *dev, enum rpmh_state state, in rpmh_write()
32 enum rpmh_state state, in rpmh_write_async()
37 enum rpmh_state state, in rpmh_write_batch()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dwm8739.c87 struct wm8739_state *state = to_state(sd); in wm8739_s_ctrl() local
123 struct wm8739_state *state = to_state(sd); in wm8739_s_clock_freq() local
151 struct wm8739_state *state = to_state(sd); in wm8739_log_status() local
184 struct wm8739_state *state; in wm8739_probe() local
240 struct wm8739_state *state = to_state(sd); in wm8739_remove() local
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dunwind.h44 static inline bool unwind_done(struct unwind_state *state) in unwind_done()
49 static inline bool unwind_error(struct unwind_state *state) in unwind_error()
55 void unwind_start(struct unwind_state *state, struct task_struct *task, in unwind_start()
67 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
84 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state, in unwind_get_entry_regs()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_queue.c60 struct nf_hook_state *state = &entry->state; in nf_queue_entry_release_refs() local
105 struct nf_hook_state *state = &entry->state; in nf_queue_entry_get_refs() local
166 static int __nf_queue(struct sk_buff *skb, const struct nf_hook_state *state, in __nf_queue()
246 int nf_queue(struct sk_buff *skb, struct nf_hook_state *state, in nf_queue()
264 struct nf_hook_state *state, in nf_iterate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_dp_mst.c47 struct drm_atomic_state *state = crtc_state->uapi.state; in intel_dp_mst_compute_link_config() local
170 intel_dp_mst_transcoder_mask(struct intel_atomic_state *state, in intel_dp_mst_transcoder_mask()
205 struct intel_atomic_state *state = to_intel_atomic_state(conn_state->state); in intel_dp_mst_compute_config_late() local
224 struct intel_atomic_state *state) in intel_dp_mst_atomic_master_trans_check()
280 struct intel_atomic_state *state = to_intel_atomic_state(_state); in intel_dp_mst_atomic_check() local
342 static void intel_mst_disable_dp(struct intel_atomic_state *state, in intel_mst_disable_dp()
371 static void intel_mst_post_disable_dp(struct intel_atomic_state *state, in intel_mst_post_disable_dp()
451 static void intel_mst_pre_pll_enable_dp(struct intel_atomic_state *state, in intel_mst_pre_pll_enable_dp()
465 static void intel_mst_pre_enable_dp(struct intel_atomic_state *state, in intel_mst_pre_enable_dp()
527 static void intel_mst_enable_dp(struct intel_atomic_state *state, in intel_mst_enable_dp()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dcheck-integrity.c185 struct btrfsic_state *state; member
623 static int btrfsic_process_superblock(struct btrfsic_state *state, in btrfsic_process_superblock()
752 struct btrfsic_state *state, in btrfsic_process_superblock_dev_mirror()
934 struct btrfsic_state *state, in btrfsic_process_metablock()
1218 struct btrfsic_state *state, in btrfsic_create_link_to_next_block()
1360 struct btrfsic_state *state, in btrfsic_handle_extent_data()
1503 static int btrfsic_map_block(struct btrfsic_state *state, u64 bytenr, u32 len, in btrfsic_map_block()
1580 static int btrfsic_read_block(struct btrfsic_state *state, in btrfsic_read_block()
1648 static void btrfsic_dump_database(struct btrfsic_state *state) in btrfsic_dump_database()
1698 struct btrfsic_state *state, in btrfsic_test_for_metadata()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-vbi.c75 struct cx25840_state *state = to_state(sd); in cx25840_g_sliced_fmt() local
120 struct cx25840_state *state = to_state(sd); in cx25840_s_raw_fmt() local
140 struct cx25840_state *state = to_state(sd); in cx25840_s_sliced_fmt() local
218 struct cx25840_state *state = to_state(sd); in cx25840_decode_vbi_line() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c171 struct drm_plane_state *state = plane->state; in sun4i_backend_update_layer_coord() local
203 struct drm_plane_state *state = plane->state; in sun4i_backend_update_yuv_format() local
260 struct drm_plane_state *state = plane->state; in sun4i_backend_update_layer_formats() local
348 struct drm_plane_state *state = plane->state; in sun4i_backend_update_layer_buffer() local
386 struct drm_plane_state *state = plane->state; in sun4i_backend_update_layer_zpos() local
411 static bool sun4i_backend_plane_uses_scaler(struct drm_plane_state *state) in sun4i_backend_plane_uses_scaler()
425 static bool sun4i_backend_plane_uses_frontend(struct drm_plane_state *state) in sun4i_backend_plane_uses_frontend()
458 static bool sun4i_backend_plane_is_supported(struct drm_plane_state *state, in sun4i_backend_plane_is_supported()
491 struct drm_atomic_state *state = crtc_state->state; in sun4i_backend_atomic_check() local
/OK3568_Linux_fs/kernel/drivers/net/pcs/
H A Dpcs-xpcs.c216 struct phylink_link_state *state) in xpcs_read_fault()
422 struct phylink_link_state *state) in xpcs_aneg_done()
448 struct phylink_link_state *state) in xpcs_read_lpa()
497 struct phylink_link_state *state) in xpcs_resolve_lpa()
507 struct phylink_link_state *state) in xpcs_get_max_xlgmii_speed()
561 struct phylink_link_state *state) in xpcs_resolve_pma()
581 struct phylink_link_state *state) in xpcs_validate()
589 const struct phylink_link_state *state) in xpcs_config()
603 struct phylink_link_state *state) in xpcs_get_state()
/OK3568_Linux_fs/kernel/include/linux/soc/qcom/
H A Dsmem_state.h32 static inline void qcom_smem_state_put(struct qcom_smem_state *state) in qcom_smem_state_put()
36 static inline int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits()
48 static inline void qcom_smem_state_unregister(struct qcom_smem_state *state) in qcom_smem_state_unregister()
/OK3568_Linux_fs/u-boot/board/ti/beagle/
H A Dled.c44 void __led_init (led_id_t mask, int state) in __led_init()
56 int state, toggle_gpio; in __led_toggle() local
65 void __led_set (led_id_t mask, int state) in __led_set()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_crtc.c39 drm_crtc_state_to_atmel_hlcdc_crtc_state(struct drm_crtc_state *state) in drm_crtc_state_to_atmel_hlcdc_crtc_state()
70 struct atmel_hlcdc_crtc_state *state; in atmel_hlcdc_crtc_mode_set_nofb() local
244 static int atmel_hlcdc_connector_output_mode(struct drm_connector_state *state) in atmel_hlcdc_connector_output_mode()
293 static int atmel_hlcdc_crtc_select_output_mode(struct drm_crtc_state *state) in atmel_hlcdc_crtc_select_output_mode()
404 struct atmel_hlcdc_crtc_state *state; in atmel_hlcdc_crtc_reset() local
421 struct atmel_hlcdc_crtc_state *state, *cur; in atmel_hlcdc_crtc_duplicate_state() local
440 struct atmel_hlcdc_crtc_state *state; in atmel_hlcdc_crtc_destroy_state() local
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dremote_node_context.c65 const char *rnc_state_name(enum scis_sds_remote_node_context_states state) in rnc_state_name()
431 enum scis_sds_remote_node_context_states state; in sci_remote_node_context_event_handler() local
535 enum scis_sds_remote_node_context_states state; in sci_remote_node_context_destruct() local
575 enum scis_sds_remote_node_context_states state in sci_remote_node_context_suspend() local
666 enum scis_sds_remote_node_context_states state; in sci_remote_node_context_resume() local
754 enum scis_sds_remote_node_context_states state; in sci_remote_node_context_start_io() local
793 enum scis_sds_remote_node_context_states state; in sci_remote_node_context_is_safe_to_abort() local
/OK3568_Linux_fs/kernel/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c37 struct ip_frag_state state; in nf_br_ip_fragment() local
145 const struct nf_hook_state *state) in nf_ct_br_defrag4()
175 const struct nf_hook_state *state) in nf_ct_br_defrag6()
240 const struct nf_hook_state *state) in nf_ct_bridge_pre()
307 nf_ct_bridge_refrag(struct sk_buff *skb, const struct nf_hook_state *state, in nf_ct_bridge_refrag()
399 const struct nf_hook_state *state) in nf_ct_bridge_post()
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dpms7003.c83 static int pms7003_do_cmd(struct pms7003_state *state, enum pms7003_cmd cmd) in pms7003_do_cmd()
110 struct pms7003_state *state = iio_priv(indio_dev); in pms7003_trigger_handler() local
141 struct pms7003_state *state = iio_priv(indio_dev); in pms7003_read_raw() local
218 struct pms7003_state *state = iio_priv(indio_dev); in pms7003_receive_buf() local
263 struct pms7003_state *state = data; in pms7003_stop() local
272 struct pms7003_state *state; in pms7003_probe() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Den_accel.h120 struct mlx5e_accel_tx_state *state) in mlx5e_accel_tx_begin()
143 static inline bool mlx5e_accel_tx_is_ipsec_flow(struct mlx5e_accel_tx_state *state) in mlx5e_accel_tx_is_ipsec_flow()
153 struct mlx5e_accel_tx_state *state) in mlx5e_accel_tx_ids_len()
185 struct mlx5e_accel_tx_state *state, in mlx5e_accel_tx_finish()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_native.c577 snd_pcm_state_t state) in snd_pcm_set_state()
1195 snd_pcm_state_t state, in snd_pcm_action_group()
1255 snd_pcm_state_t state) in snd_pcm_action_single()
1336 snd_pcm_state_t state) in snd_pcm_action()
1355 snd_pcm_state_t state) in snd_pcm_action_lock_irq()
1369 snd_pcm_state_t state) in snd_pcm_action_nonatomic()
1392 snd_pcm_state_t state) in snd_pcm_pre_start()
1406 snd_pcm_state_t state) in snd_pcm_do_start()
1414 snd_pcm_state_t state) in snd_pcm_undo_start()
1421 snd_pcm_state_t state) in snd_pcm_post_start()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Ddell-laptop.c1248 static int kbd_get_level(struct kbd_state *state) in kbd_get_level()
1265 static int kbd_set_level(struct kbd_state *state, u8 level) in kbd_set_level()
1292 static int kbd_get_state(struct kbd_state *state) in kbd_get_state()
1319 static int kbd_set_state(struct kbd_state *state) in kbd_set_state()
1341 static int kbd_set_state_safe(struct kbd_state *state, struct kbd_state *old) in kbd_set_state_safe()
1425 struct kbd_state state; in kbd_init_info() local
1538 struct kbd_state state; in kbd_led_timeout_store() local
1653 struct kbd_state state; in kbd_led_timeout_show() local
1704 struct kbd_state state; in kbd_led_triggers_store() local
1796 struct kbd_state state; in kbd_led_triggers_show() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Daz6027.c392 static int az6027_rc_query(struct dvb_usb_device *d, u32 *event, int *state) in az6027_rc_query()
411 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_read_attribute_mem() local
453 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_write_attribute_mem() local
484 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_read_cam_control() local
530 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_write_cam_control() local
592 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_slot_reset() local
648 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_slot_ts_enable() local
677 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_poll_slot_status() local
715 struct az6027_device_state *state; in az6027_ci_uninit() local
738 struct az6027_device_state *state = (struct az6027_device_state *)d->priv; in az6027_ci_init() local
/OK3568_Linux_fs/kernel/net/wimax/
H A Dop-rfkill.c79 enum wimax_rf_state state) in wimax_report_rfkill_hw()
134 enum wimax_rf_state state) in wimax_report_rfkill_sw()
191 enum wimax_rf_state state) in __wimax_rf_toggle_radio()
285 int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state) in wimax_rfkill()

1...<<11121314151617181920>>...219