Home
last modified time | relevance | path

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

12345678910>>...12

/include/crypto/
A Dchacha.h42 static inline void chacha20_block(struct chacha_state *state, in chacha20_block()
53 static inline void hchacha_block(const struct chacha_state *state, in hchacha_block()
69 static inline void chacha_init_consts(struct chacha_state *state) in chacha_init_consts()
77 static inline void chacha_init(struct chacha_state *state, in chacha_init()
101 static inline void chacha_crypt(struct chacha_state *state, in chacha_crypt()
111 static inline void chacha20_crypt(struct chacha_state *state, in chacha20_crypt()
117 static inline void chacha_zeroize_state(struct chacha_state *state) in chacha_zeroize_state()
A Dblake2s.h46 static inline void __blake2s_init(struct blake2s_state *state, size_t outlen, in __blake2s_init()
70 static inline void blake2s_init(struct blake2s_state *state, in blake2s_init()
76 static inline void blake2s_init_key(struct blake2s_state *state, in blake2s_init_key()
93 struct blake2s_state state; in blake2s() local
A Dsha1.h24 u32 state[SHA1_DIGEST_SIZE / 4]; member
51 struct sha1_block_state state; member
/include/drm/
A Ddrm_atomic.h162 struct drm_plane_state *state, *old_state, *new_state; member
167 struct drm_crtc_state *state, *old_state, *new_state; member
185 struct drm_connector_state *state, *old_state, *new_state; member
301 struct drm_private_state *state; member
335 struct drm_atomic_state *state; member
345 struct drm_private_state *state, *old_state, *new_state; member
571 drm_atomic_state_get(struct drm_atomic_state *state) in drm_atomic_state_get()
666 drm_atomic_get_old_crtc_state(const struct drm_atomic_state *state, in drm_atomic_get_old_crtc_state()
680 drm_atomic_get_new_crtc_state(const struct drm_atomic_state *state, in drm_atomic_get_new_crtc_state()
713 drm_atomic_get_old_plane_state(const struct drm_atomic_state *state, in drm_atomic_get_old_plane_state()
[all …]
/include/crypto/internal/
A Dblake2b.h21 static inline void blake2b_set_lastblock(struct blake2b_state *state) in blake2b_set_lastblock()
27 static inline void blake2b_set_nonlast(struct blake2b_state *state) in blake2b_set_nonlast()
63 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_init() local
75 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_update_bo() local
86 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_finup() local
A Dpoly1305.h22 static inline void poly1305_core_init(struct poly1305_state *state) in poly1305_core_init()
40 static inline void poly1305_blocks_generic(struct poly1305_block_state *state, in poly1305_blocks_generic()
51 static inline void poly1305_emit_generic(const struct poly1305_state *state, in poly1305_emit_generic()
A Dblockhash.h15 #define BLOCK_HASH_UPDATE_BASE(block_fn, state, src, nbytes, bs, dv, \ argument
47 #define BLOCK_HASH_UPDATE(block, state, src, nbytes, bs, buf, buflen) \ argument
49 #define BLOCK_HASH_UPDATE_BLOCKS(block, state, src, nbytes, bs, buf, buflen) \ argument
/include/linux/
A Drcuwait.h41 #define ___rcuwait_wait_event(w, condition, state, ret, cmd) \ argument
65 #define rcuwait_wait_event(w, condition, state) \ argument
68 #define __rcuwait_wait_event_timeout(w, condition, state, timeout) \ argument
73 #define rcuwait_wait_event_timeout(w, condition, state, timeout) \ argument
A Dpwm.h114 struct pwm_state state; member
129 struct pwm_state *state) in pwm_get_state()
136 struct pwm_state state; in pwm_is_enabled() local
145 struct pwm_state state; in pwm_get_period() local
154 struct pwm_state state; in pwm_get_duty_cycle() local
163 struct pwm_state state; in pwm_get_polarity() local
194 struct pwm_state *state) in pwm_init_state()
411 struct pwm_state state; in pwm_config() local
436 struct pwm_state state; in pwm_enable() local
455 struct pwm_state state; in pwm_disable() local
[all …]
A Dcpuhotplug.h271 static inline int cpuhp_setup_state(enum cpuhp_state state, in cpuhp_setup_state()
291 static inline int cpuhp_setup_state_cpuslocked(enum cpuhp_state state, in cpuhp_setup_state_cpuslocked()
311 static inline int cpuhp_setup_state_nocalls(enum cpuhp_state state, in cpuhp_setup_state_nocalls()
354 static inline int cpuhp_setup_state_multi(enum cpuhp_state state, in cpuhp_setup_state_multi()
382 static inline int cpuhp_state_add_instance(enum cpuhp_state state, in cpuhp_state_add_instance()
416 cpuhp_state_add_instance_nocalls_cpuslocked(enum cpuhp_state state, in cpuhp_state_add_instance_nocalls_cpuslocked()
432 static inline void cpuhp_remove_state(enum cpuhp_state state) in cpuhp_remove_state()
442 static inline void cpuhp_remove_state_nocalls(enum cpuhp_state state) in cpuhp_remove_state_nocalls()
468 static inline void cpuhp_remove_multi_state(enum cpuhp_state state) in cpuhp_remove_multi_state()
485 static inline int cpuhp_state_remove_instance(enum cpuhp_state state, in cpuhp_state_remove_instance()
[all …]
A Dblk-mq-dma.h33 static inline bool blk_rq_dma_map_coalesce(struct dma_iova_state *state) in blk_rq_dma_map_coalesce()
49 struct dma_iova_state *state, size_t mapped_len) in blk_rq_dma_unmap()
A Dcall_once.h12 atomic_t state; member
46 int r, state; in call_once() local
A Drcupdate_wait.h28 #define _wait_rcu_gp(checktiny, state, ...) \ argument
36 #define wait_rcu_gp_state(state, ...) _wait_rcu_gp(false, state, __VA_ARGS__) argument
A Dnetfilter_netdev.h22 struct nf_hook_state state; in nf_hook_ingress() local
90 struct nf_hook_state state; in nf_hook_egress() local
A Dratelimit.h74 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument
95 #define WARN_ON_RATELIMIT(condition, state) \ argument
A Dextcon-provider.h98 bool state) in extcon_set_state()
104 bool state) in extcon_set_state_sync()
A Dnodemask.h408 static __always_inline int node_state(int node, enum node_states state) in node_state()
413 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state()
418 static __always_inline void node_clear_state(int node, enum node_states state) in node_clear_state()
423 static __always_inline int num_node_state(enum node_states state) in num_node_state()
459 static __always_inline int node_state(int node, enum node_states state) in node_state()
464 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state()
468 static __always_inline void node_clear_state(int node, enum node_states state) in node_clear_state()
472 static __always_inline int num_node_state(enum node_states state) in num_node_state()
/include/soc/qcom/
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()
/include/linux/pinctrl/
A Dmachine.h80 #define PIN_MAP_DUMMY_STATE(dev, state) \ argument
87 #define PIN_MAP_MUX_GROUP(dev, state, pinctrl, grp, func) \ argument
102 #define PIN_MAP_MUX_GROUP_HOG(dev, state, grp, func) \ argument
108 #define PIN_MAP_CONFIGS_PIN(dev, state, pinctrl, pin, cfgs) \ argument
124 #define PIN_MAP_CONFIGS_PIN_HOG(dev, state, pin, cfgs) \ argument
130 #define PIN_MAP_CONFIGS_GROUP(dev, state, pinctrl, grp, cfgs) \ argument
146 #define PIN_MAP_CONFIGS_GROUP_HOG(dev, state, grp, cfgs) \ argument
/include/linux/soc/qcom/
A Dsmem_state.h40 static inline void qcom_smem_state_put(struct qcom_smem_state *state) in qcom_smem_state_put()
44 static inline int qcom_smem_state_update_bits(struct qcom_smem_state *state, in qcom_smem_state_update_bits()
56 static inline void qcom_smem_state_unregister(struct qcom_smem_state *state) in qcom_smem_state_unregister()
/include/drm/display/
A Ddrm_dp_tunnel.h195 drm_dp_tunnel_atomic_get_state(struct drm_atomic_state *state, in drm_dp_tunnel_atomic_get_state()
202 drm_dp_tunnel_atomic_get_new_state(struct drm_atomic_state *state, in drm_dp_tunnel_atomic_get_new_state()
209 drm_dp_tunnel_atomic_set_stream_bw(struct drm_atomic_state *state, in drm_dp_tunnel_atomic_set_stream_bw()
217 drm_dp_tunnel_atomic_get_group_streams_in_state(struct drm_atomic_state *state, in drm_dp_tunnel_atomic_get_group_streams_in_state()
225 drm_dp_tunnel_atomic_check_stream_bws(struct drm_atomic_state *state, in drm_dp_tunnel_atomic_check_stream_bws()
/include/linux/regulator/
A Dcoupler.h74 suspend_state_t state) in regulator_check_consumers()
89 suspend_state_t state) in regulator_set_voltage_rdev()
94 suspend_state_t state, in regulator_do_balance_voltage()
/include/linux/mux/
A Dconsumer.h32 unsigned int state) in mux_control_select()
43 unsigned int state) in mux_control_try_select()
/include/uapi/linux/
A Dvirtio_mem.h133 struct virtio_mem_req_state state; member
177 __virtio16 state; member
185 struct virtio_mem_resp_state state; member
/include/trace/events/
A Dneigh.h12 #define neigh_state_str(state) \ argument

Completed in 41 milliseconds

12345678910>>...12