| /include/crypto/ |
| D | chacha.h | 34 static inline void chacha20_block(u32 *state, u8 *stream) in chacha20_block() 42 static inline void hchacha_block(const u32 *state, u32 *out, int nrounds) in hchacha_block() 57 static inline void chacha_init_consts(u32 *state) in chacha_init_consts() 66 static inline void chacha_init_generic(u32 *state, const u32 *key, const u8 *iv) in chacha_init_generic() 83 static inline void chacha_init(u32 *state, const u32 *key, const u8 *iv) in chacha_init() 96 static inline void chacha_crypt(u32 *state, u8 *dst, const u8 *src, in chacha_crypt() 105 static inline void chacha20_crypt(u32 *state, u8 *dst, const u8 *src, in chacha20_crypt()
|
| D | blake2s.h | 46 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
|
| /include/crypto/internal/ |
| D | blake2b.h | 17 static inline void blake2b_set_lastblock(struct blake2b_state *state) in blake2b_set_lastblock() 25 static inline void __blake2b_update(struct blake2b_state *state, in __blake2b_update() 51 static inline void __blake2b_final(struct blake2b_state *state, u8 *out, in __blake2b_final() 89 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_init() local 100 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_update() local 109 struct blake2b_state *state = shash_desc_ctx(desc); in crypto_blake2b_final() local
|
| D | poly1305.h | 23 static inline void poly1305_core_init(struct poly1305_state *state) in poly1305_core_init()
|
| /include/drm/ |
| D | drm_atomic.h | 162 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 540 drm_atomic_state_get(struct drm_atomic_state *state) in drm_atomic_state_get() 555 static inline void drm_atomic_state_put(struct drm_atomic_state *state) in drm_atomic_state_put() 617 drm_atomic_get_existing_crtc_state(const struct drm_atomic_state *state, in drm_atomic_get_existing_crtc_state() 632 drm_atomic_get_old_crtc_state(const struct drm_atomic_state *state, in drm_atomic_get_old_crtc_state() [all …]
|
| /include/linux/ |
| D | pwm.h | 89 struct pwm_state state; member 106 struct pwm_state *state) in pwm_get_state() 113 struct pwm_state state; in pwm_is_enabled() local 122 struct pwm_state state; in pwm_get_period() local 131 struct pwm_state state; in pwm_get_duty_cycle() local 140 struct pwm_state state; in pwm_get_polarity() local 171 struct pwm_state *state) in pwm_init_state() 201 pwm_get_relative_duty_cycle(const struct pwm_state *state, unsigned int scale) in pwm_get_relative_duty_cycle() 229 pwm_set_relative_duty_cycle(struct pwm_state *state, unsigned int duty_cycle, in pwm_set_relative_duty_cycle() 333 struct pwm_state state; in pwm_config() local [all …]
|
| D | rcuwait.h | 41 #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
|
| D | cpuhotplug.h | 271 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() 333 static inline int cpuhp_setup_state_nocalls_cpuslocked(enum cpuhp_state state, in cpuhp_setup_state_nocalls_cpuslocked() 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() 398 static inline int cpuhp_state_add_instance_nocalls(enum cpuhp_state state, in cpuhp_state_add_instance_nocalls() 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() [all …]
|
| D | rcupdate_wait.h | 25 #define _wait_rcu_gp(checktiny, state, ...) \ argument 33 #define wait_rcu_gp_state(state, ...) _wait_rcu_gp(false, state, __VA_ARGS__) argument
|
| D | call_once.h | 12 atomic_t state; member 46 int r, state; in call_once() local
|
| D | ratelimit.h | 47 #define WARN_ON_RATELIMIT(condition, state) ({ \ argument 68 #define WARN_ON_RATELIMIT(condition, state) \ argument
|
| D | netfilter_netdev.h | 22 struct nf_hook_state state; in nf_hook_ingress() local 89 struct nf_hook_state state; in nf_hook_egress() local
|
| D | extcon-provider.h | 98 bool state) in extcon_set_state() 104 bool state) in extcon_set_state_sync()
|
| D | nodemask.h | 421 static __always_inline int node_state(int node, enum node_states state) in node_state() 426 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() 431 static __always_inline void node_clear_state(int node, enum node_states state) in node_clear_state() 436 static __always_inline int num_node_state(enum node_states state) in num_node_state() 472 static __always_inline int node_state(int node, enum node_states state) in node_state() 477 static __always_inline void node_set_state(int node, enum node_states state) in node_set_state() 481 static __always_inline void node_clear_state(int node, enum node_states state) in node_clear_state() 485 static __always_inline int num_node_state(enum node_states state) in num_node_state()
|
| /include/soc/qcom/ |
| D | rpmh.h | 27 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/ |
| D | machine.h | 80 #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/ |
| D | smem_state.h | 40 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/ |
| D | drm_dp_tunnel.h | 195 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/ |
| D | coupler.h | 73 suspend_state_t state) in regulator_check_consumers() 88 suspend_state_t state) in regulator_set_voltage_rdev() 93 suspend_state_t state, in regulator_do_balance_voltage()
|
| /include/linux/mux/ |
| D | consumer.h | 32 unsigned int state) in mux_control_select() 43 unsigned int state) in mux_control_try_select()
|
| /include/uapi/linux/ |
| D | virtio_mem.h | 133 struct virtio_mem_req_state state; member 177 __virtio16 state; member 185 struct virtio_mem_resp_state state; member
|
| /include/trace/events/ |
| D | neigh.h | 12 #define neigh_state_str(state) \ argument
|
| /include/linux/netfilter/ |
| D | nf_conntrack_sane.h | 15 enum sane_state state; member
|
| /include/net/netfilter/ |
| D | nf_bpf_link.h | 4 const struct nf_hook_state *state; member
|
| /include/media/ |
| D | v4l2-subdev.h | 1148 struct v4l2_subdev_state *state; member 1352 #define __v4l2_subdev_state_constify_ret(state, value) \ argument 1383 #define v4l2_subdev_state_get_format(state, pad, ...) \ argument 1387 #define __v4l2_subdev_state_get_format_pad(state, pad) \ argument 1405 #define v4l2_subdev_state_get_crop(state, pad, ...) \ argument 1409 #define __v4l2_subdev_state_get_crop_pad(state, pad) \ argument 1427 #define v4l2_subdev_state_get_compose(state, pad, ...) \ argument 1431 #define __v4l2_subdev_state_get_compose_pad(state, pad) \ argument 1449 #define v4l2_subdev_state_get_interval(state, pad, ...) \ argument 1453 #define __v4l2_subdev_state_get_interval_pad(state, pad) \ argument [all …]
|