Home
last modified time | relevance | path

Searched defs:state (Results 176 – 200 of 4884) sorted by relevance

12345678910>>...196

/openbmc/linux/arch/x86/crypto/
H A Dchacha_glue.c48 static void chacha_dosimd(u32 *state, u8 *dst, const u8 *src, in chacha_dosimd()
124 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
136 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch()
142 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch()
166 u32 state[CHACHA_STATE_WORDS] __aligned(8); in chacha_simd_stream_xor() local
210 u32 state[CHACHA_STATE_WORDS] __aligned(8); in xchacha_simd() local
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h47 static inline unsigned long unwind_recover_ret_addr(struct unwind_state *state, in unwind_recover_ret_addr()
63 static inline bool unwind_done(struct unwind_state *state) in unwind_done()
68 static inline bool unwind_error(struct unwind_state *state) in unwind_error()
73 static __always_inline void unwind_start(struct unwind_state *state, in unwind_start()
83 static inline struct pt_regs *unwind_get_entry_regs(struct unwind_state *state) in unwind_get_entry_regs()
88 #define unwind_for_each_frame(state, task, regs, first_frame) \ argument
/openbmc/linux/arch/s390/kernel/
H A Dfpu.c15 void __kernel_fpu_begin(struct kernel_fpu *state, u32 flags) in __kernel_fpu_begin()
96 void __kernel_fpu_end(struct kernel_fpu *state, u32 flags) in __kernel_fpu_end()
180 struct fpu *state = &current->thread.fpu; in __load_fpu_regs() local
224 struct fpu *state; in save_fpu_regs() local
/openbmc/linux/arch/um/drivers/
H A Dhostaudio_kern.c73 struct hostaudio_state *state = file->private_data; in hostaudio_read() local
100 struct hostaudio_state *state = file->private_data; in hostaudio_write() local
135 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl() local
177 struct hostaudio_state *state; in hostaudio_open() local
213 struct hostaudio_state *state = file->private_data; in hostaudio_release() local
229 struct hostmixer_state *state = file->private_data; in hostmixer_ioctl_mixdev() local
240 struct hostmixer_state *state; in hostmixer_open_mixdev() local
278 struct hostmixer_state *state = file->private_data; in hostmixer_release() local
/openbmc/linux/drivers/iio/chemical/
H A Dsps30.c68 static int sps30_do_meas(struct sps30_state *state, s32 *data, int size) in sps30_do_meas()
90 static int sps30_do_reset(struct sps30_state *state) in sps30_do_reset()
107 struct sps30_state *state = iio_priv(indio_dev); in sps30_trigger_handler() local
132 struct sps30_state *state = iio_priv(indio_dev); in sps30_read_raw() local
194 struct sps30_state *state = iio_priv(indio_dev); in start_cleaning_store() local
214 struct sps30_state *state = iio_priv(indio_dev); in cleaning_period_show() local
231 struct sps30_state *state = iio_priv(indio_dev); in cleaning_period_store() local
319 struct sps30_state *state = data; in sps30_devm_stop_meas() local
330 struct sps30_state *state; in sps30_probe() local
/openbmc/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-pipe.c243 struct v4l2_subdev_state *state; in mxc_isi_pipe_enable() local
322 struct v4l2_subdev_state *state, in mxc_isi_pipe_get_pad_format()
330 struct v4l2_subdev_state *state, in mxc_isi_pipe_get_pad_crop()
338 struct v4l2_subdev_state *state, in mxc_isi_pipe_get_pad_compose()
345 struct v4l2_subdev_state *state) in mxc_isi_pipe_init_cfg()
387 struct v4l2_subdev_state *state, in mxc_isi_pipe_enum_mbus_code()
451 struct v4l2_subdev_state *state, in mxc_isi_pipe_set_fmt()
546 struct v4l2_subdev_state *state, in mxc_isi_pipe_get_selection()
605 struct v4l2_subdev_state *state, in mxc_isi_pipe_set_selection()
830 struct v4l2_subdev_state *state; in mxc_isi_pipe_acquire() local
H A Dimx8-isi-crossbar.c28 struct v4l2_subdev_state *state, in mxc_isi_crossbar_gasket_enable()
97 struct v4l2_subdev_state *state, in __mxc_isi_crossbar_set_routing()
127 struct v4l2_subdev_state *state, in mxc_isi_crossbar_xlate_streams()
179 struct v4l2_subdev_state *state) in mxc_isi_crossbar_init_cfg()
214 struct v4l2_subdev_state *state, in mxc_isi_crossbar_enum_mbus_code()
251 struct v4l2_subdev_state *state, in mxc_isi_crossbar_set_fmt()
310 struct v4l2_subdev_state *state, in mxc_isi_crossbar_set_routing()
322 struct v4l2_subdev_state *state, in mxc_isi_crossbar_enable_streams()
369 struct v4l2_subdev_state *state, in mxc_isi_crossbar_disable_streams()
/openbmc/linux/drivers/gpu/drm/armada/
H A Darmada_overlay.c44 static inline u32 armada_spu_contrast(struct drm_plane_state *state) in armada_spu_contrast()
50 static inline u32 armada_spu_saturation(struct drm_plane_state *state) in armada_spu_saturation()
56 static inline u32 armada_csc(struct drm_plane_state *state) in armada_csc()
71 struct drm_atomic_state *state) in armada_drm_overlay_plane_atomic_update()
222 struct drm_atomic_state *state) in armada_drm_overlay_plane_atomic_disable()
264 struct drm_atomic_state *state; in armada_overlay_plane_update() local
305 struct armada_overlay_state *state; in armada_overlay_reset() local
332 struct armada_overlay_state *state; in armada_overlay_duplicate_state() local
345 struct drm_plane_state *state, struct drm_property *property, in armada_overlay_set_property()
413 const struct drm_plane_state *state, struct drm_property *property, in armada_overlay_get_property()
/openbmc/linux/arch/powerpc/crypto/
H A Dchacha-p10-glue.c37 static void chacha_p10_do_8x(u32 *state, u8 *dst, const u8 *src, in chacha_p10_do_8x()
54 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
60 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch()
66 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch()
91 u32 state[16]; in chacha_p10_stream_xor() local
137 u32 state[16]; in xchacha_p10() local
/openbmc/linux/drivers/media/i2c/
H A Dadv7393.c137 struct adv7393_state *state = to_state(sd); in adv7393_setstd() local
211 struct adv7393_state *state = to_state(sd); in adv7393_setoutput() local
275 struct adv7393_state *state = to_state(sd); in adv7393_log_status() local
313 struct adv7393_state *state = to_state(sd); in adv7393_s_std_output() local
329 struct adv7393_state *state = to_state(sd); in adv7393_s_routing() local
354 struct adv7393_state *state = to_state(sd); in adv7393_initialize() local
386 struct adv7393_state *state; in adv7393_probe() local
442 struct adv7393_state *state = to_state(sd); in adv7393_remove() local
H A Dadv7343.c134 struct adv7343_state *state = to_state(sd); in adv7343_setstd() local
207 struct adv7343_state *state = to_state(sd); in adv7343_setoutput() local
290 struct adv7343_state *state = to_state(sd); in adv7343_log_status() local
326 struct adv7343_state *state = to_state(sd); in adv7343_s_std_output() local
342 struct adv7343_state *state = to_state(sd); in adv7343_s_routing() local
367 struct adv7343_state *state = to_state(sd); in adv7343_initialize() local
433 struct adv7343_state *state; in adv7343_probe() local
498 struct adv7343_state *state = to_state(sd); in adv7343_remove() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Ds5h1432.c42 static int s5h1432_writereg(struct s5h1432_state *state, in s5h1432_writereg()
59 static u8 s5h1432_readreg(struct s5h1432_state *state, u8 addr, u8 reg) in s5h1432_readreg()
86 struct s5h1432_state *state = fe->demodulator_priv; in s5h1432_set_channel_bandwidth() local
112 struct s5h1432_state *state = fe->demodulator_priv; in s5h1432_set_IF() local
172 struct s5h1432_state *state = fe->demodulator_priv; in s5h1432_set_frontend() local
237 struct s5h1432_state *state = fe->demodulator_priv; in s5h1432_init() local
327 struct s5h1432_state *state = fe->demodulator_priv; in s5h1432_release() local
336 struct s5h1432_state *state = NULL; in s5h1432_attach() local
H A Dtc90522.c126 struct tc90522_state *state; in tc90522s_read_status() local
154 struct tc90522_state *state; in tc90522t_read_status() local
198 struct tc90522_state *state; in tc90522s_get_frontend() local
333 struct tc90522_state *state; in tc90522t_get_frontend() local
479 struct tc90522_state *state; in tc90522_set_frontend() local
541 struct tc90522_state *state; in tc90522_set_if_agc() local
567 struct tc90522_state *state; in tc90522_sleep() local
594 struct tc90522_state *state; in tc90522_init() local
636 struct tc90522_state *state; in tc90522_master_xfer() local
785 struct tc90522_state *state; in tc90522_probe() local
[all …]
/openbmc/linux/lib/zlib_inflate/
H A Dinflate.c35 struct inflate_state *state; in zlib_inflateReset() local
61 struct inflate_state *state; in zlib_inflateInit2() local
97 static void zlib_fixedtables(struct inflate_state *state) in zlib_fixedtables()
122 struct inflate_state *state; in zlib_updatewindow() local
167 struct inflate_state *state; in zlib_inflateSyncPacket() local
333 struct inflate_state *state; in zlib_inflate() local
787 struct inflate_state *state = (struct inflate_state *)z->state; in zlib_inflateIncomp() local
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c17 struct vkms_crtc_state *state; in vkms_vblank_simulate() local
138 struct drm_crtc_state *state) in vkms_atomic_crtc_destroy_state()
177 struct drm_atomic_state *state) in vkms_crtc_atomic_check()
225 struct drm_atomic_state *state) in vkms_crtc_atomic_enable()
231 struct drm_atomic_state *state) in vkms_crtc_atomic_disable()
237 struct drm_atomic_state *state) in vkms_crtc_atomic_begin()
248 struct drm_atomic_state *state) in vkms_crtc_atomic_flush()
/openbmc/linux/arch/loongarch/kernel/
H A Dtraps.c60 struct unwind_state state; in show_backtrace() local
485 irqentry_state_t state = irqentry_enter(regs); in do_fpe() local
510 irqentry_state_t state = irqentry_enter(regs); in do_ade() local
524 irqentry_state_t state = irqentry_enter(regs); in do_ale() local
589 irqentry_state_t state = irqentry_enter(regs); in do_bce() local
677 irqentry_state_t state = irqentry_enter(regs); in do_bp() local
758 irqentry_state_t state = irqentry_enter(regs); in do_watch() local
814 irqentry_state_t state = irqentry_enter(regs); in do_ri() local
906 irqentry_state_t state = irqentry_enter(regs); in do_fpu() local
923 irqentry_state_t state = irqentry_enter(regs); in do_lsx() local
[all …]
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvbsky.c43 struct dvbsky_state *state = d_to_priv(d); in dvbsky_usb_generic_rw() local
61 struct dvbsky_state *state = d_to_priv(d); in dvbsky_stream_ctrl() local
220 struct dvbsky_state *state = d_to_priv(d); in dvbsky_usb_set_voltage() local
261 struct dvbsky_state *state = d_to_priv(d); in dvbsky_usb_read_status() local
276 struct dvbsky_state *state = adap_to_priv(adap); in dvbsky_s960_attach() local
333 struct dvbsky_state *state = d_to_priv(d); in dvbsky_usb_ci_set_voltage() local
378 struct dvbsky_state *state = adap_to_priv(adap); in dvbsky_s960c_attach() local
449 struct dvbsky_state *state = adap_to_priv(adap); in dvbsky_t680c_attach() local
499 struct dvbsky_state *state = adap_to_priv(adap); in dvbsky_t330_attach() local
605 struct dvbsky_state *state = d_to_priv(d); in dvbsky_init() local
[all …]
/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js8 state: { class in AuthenticationStore
25 authSuccess(state) { argument
29 authError(state, authError = true) { argument
32 logout(state) { argument
83 resetStoreState({ state }) { field in AuthenticationStore.actions.AnonymousClassdd0a6d100a01
/openbmc/linux/drivers/net/ppp/
H A Dppp_mppe.c131 static void get_new_key_from_sha(struct ppp_mppe_state * state) in get_new_key_from_sha()
149 static void mppe_rekey(struct ppp_mppe_state * state, int initial_key) in mppe_rekey()
173 struct ppp_mppe_state *state; in mppe_alloc() local
237 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_free() local
253 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_init() local
326 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_comp_reset() local
340 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_compress() local
408 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_comp_stats() local
437 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_decompress() local
612 struct ppp_mppe_state *state = (struct ppp_mppe_state *) arg; in mppe_incomp() local
/openbmc/linux/drivers/regulator/
H A Drpi-panel-attiny-regulator.c81 static int attiny_set_port_state(struct attiny_lcd *state, int reg, u8 val) in attiny_set_port_state()
87 static u8 attiny_get_port_state(struct attiny_lcd *state, int reg) in attiny_get_port_state()
94 struct attiny_lcd *state = rdev_get_drvdata(rdev); in attiny_lcd_power_enable() local
124 struct attiny_lcd *state = rdev_get_drvdata(rdev); in attiny_lcd_power_disable() local
145 struct attiny_lcd *state = rdev_get_drvdata(rdev); in attiny_lcd_power_is_enabled() local
187 struct attiny_lcd *state = bl_get_data(bl); in attiny_update_status() local
216 struct attiny_lcd *state = gpiochip_get_data(gc); in attiny_gpio_set() local
290 struct attiny_lcd *state; in attiny_i2c_probe() local
384 struct attiny_lcd *state = i2c_get_clientdata(client); in attiny_i2c_remove() local
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c100 struct drm_atomic_state *state) in drm_simple_kms_crtc_check()
117 struct drm_atomic_state *state) in drm_simple_kms_crtc_enable()
131 struct drm_atomic_state *state) in drm_simple_kms_crtc_disable()
171 static void drm_simple_kms_crtc_destroy_state(struct drm_crtc *crtc, struct drm_crtc_state *state) in drm_simple_kms_crtc_destroy_state()
216 struct drm_atomic_state *state) in drm_simple_kms_plane_atomic_check()
245 struct drm_atomic_state *state) in drm_simple_kms_plane_atomic_update()
259 struct drm_plane_state *state) in drm_simple_kms_plane_prepare_fb()
277 struct drm_plane_state *state) in drm_simple_kms_plane_cleanup_fb()
351 struct drm_plane_state *state) in drm_simple_kms_plane_destroy_state()
/openbmc/linux/drivers/input/misc/
H A Dsparcspkr.c69 struct sparcspkr_state *state = dev_get_drvdata(dev->dev.parent); in bbc_spkr_event() local
107 struct sparcspkr_state *state = dev_get_drvdata(dev->dev.parent); in grover_spkr_event() local
146 struct sparcspkr_state *state = dev_get_drvdata(dev); in sparcspkr_probe() local
180 struct sparcspkr_state *state = platform_get_drvdata(dev); in sparcspkr_shutdown() local
189 struct sparcspkr_state *state; in bbc_beep_probe() local
236 struct sparcspkr_state *state = platform_get_drvdata(op); in bbc_remove() local
273 struct sparcspkr_state *state; in grover_beep_probe() local
315 struct sparcspkr_state *state = platform_get_drvdata(op); in grover_remove() local
/openbmc/linux/arch/s390/crypto/
H A Dchacha-glue.c21 static void chacha20_crypt_s390(u32 *state, u8 *dst, const u8 *src, in chacha20_crypt_s390()
38 u32 state[CHACHA_STATE_WORDS] __aligned(16); in chacha20_s390() local
65 void hchacha_block_arch(const u32 *state, u32 *stream, int nrounds) in hchacha_block_arch()
72 void chacha_init_arch(u32 *state, const u32 *key, const u8 *iv) in chacha_init_arch()
78 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
/openbmc/u-boot/lib/
H A Daes.c326 static void shift_rows(u8 *state) in shift_rows()
364 static void inv_shift_rows(u8 *state) in inv_shift_rows()
398 static void mix_sub_columns(u8 *state) in mix_sub_columns()
446 static void inv_mix_sub_columns(u8 *state) in inv_mix_sub_columns()
499 static void add_round_key(u32 *state, u32 *key) in add_round_key()
547 u8 state[AES_STATECOLS * 4]; in aes_encrypt() local
568 u8 state[AES_STATECOLS * 4]; in aes_decrypt() local
/openbmc/linux/kernel/livepatch/
H A Dstate.c15 #define klp_for_each_state(patch, state) \ argument
33 struct klp_state *state; in klp_get_state() local
67 struct klp_state *state, *last_state = NULL; in klp_get_prev_state() local
90 struct klp_state *state; in klp_is_state_compatible() local

12345678910>>...196