Home
last modified time | relevance | path

Searched defs:state (Results 151 – 175 of 5469) sorted by relevance

12345678910>>...219

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/include/
H A Drtw_p2p.h85 static inline void _rtw_p2p_set_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_set_state()
92 static inline void _rtw_p2p_set_pre_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_set_pre_state()
120 static inline bool _rtw_p2p_chk_state(struct wifidirect_info *wdinfo, enum P2P_STATE state) in _rtw_p2p_chk_state()
134 #define rtw_p2p_set_state(wdinfo, state) dbg_rtw_p2p_set_state(wdinfo, state, __FUNCTION__, __LINE_… argument
135 #define rtw_p2p_set_pre_state(wdinfo, state) dbg_rtw_p2p_set_pre_state(wdinfo, state, __FUNCTION__,… argument
139 #define rtw_p2p_set_state(wdinfo, state) _rtw_p2p_set_state(wdinfo, state) argument
140 #define rtw_p2p_set_pre_state(wdinfo, state) _rtw_p2p_set_pre_state(wdinfo, state) argument
148 #define rtw_p2p_chk_state(wdinfo, state) _rtw_p2p_chk_state(wdinfo, state) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/preprocessed/
H A Dreverse_fold.hpp73 it_reverse_fold(mpl::int_<0>, It const&, typename State::type state, F&) in it_reverse_fold()
88 it_reverse_fold(mpl::int_<SeqSize>, It const& it, typename State::type state, F& f) in it_reverse_fold()
123 reverse_fold(Seq& seq, State& state, F& f) in reverse_fold()
151 reverse_fold(Seq& seq, State const& state, F f) in reverse_fold()
162 reverse_fold(Seq const& seq, State const& state, F f) in reverse_fold()
173 reverse_fold(Seq& seq, State& state, F f) in reverse_fold()
184 reverse_fold(Seq const& seq, State& state, F f) in reverse_fold()
H A Dfold.hpp74 it_fold(mpl::int_<0>, It const&, typename State::type state, F&) in it_fold()
89 it_fold(mpl::int_<SeqSize>, It const& it, typename State::type state, F& f) in it_fold()
124 fold(Seq& seq, State& state, F& f) in fold()
152 fold(Seq& seq, State const& state, F f) in fold()
163 fold(Seq const& seq, State const& state, F f) in fold()
174 fold(Seq& seq, State& state, F f) in fold()
185 fold(Seq const& seq, State& state, F f) in fold()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvp27smpx.c40 struct vp27smpx_state *state = to_state(sd); in vp27smpx_set_audmode() local
65 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_radio() local
73 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_std() local
81 struct vp27smpx_state *state = to_state(sd); in vp27smpx_s_tuner() local
90 struct vp27smpx_state *state = to_state(sd); in vp27smpx_g_tuner() local
103 struct vp27smpx_state *state = to_state(sd); in vp27smpx_log_status() local
144 struct vp27smpx_state *state; in vp27smpx_probe() local
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Daf9013.c43 static int af9013_set_gpio(struct af9013_state *state, u8 gpio, u8 gpioval) in af9013_set_gpio()
107 struct af9013_state *state = fe->demodulator_priv; in af9013_set_frontend() local
400 struct af9013_state *state = fe->demodulator_priv; in af9013_get_frontend() local
517 struct af9013_state *state = fe->demodulator_priv; in af9013_read_status() local
795 struct af9013_state *state = fe->demodulator_priv; in af9013_read_snr() local
804 struct af9013_state *state = fe->demodulator_priv; in af9013_read_signal_strength() local
813 struct af9013_state *state = fe->demodulator_priv; in af9013_read_ber() local
822 struct af9013_state *state = fe->demodulator_priv; in af9013_read_ucblocks() local
831 struct af9013_state *state = fe->demodulator_priv; in af9013_init() local
979 struct af9013_state *state = fe->demodulator_priv; in af9013_sleep() local
[all …]
H A Dzl10039.c57 static int zl10039_read(const struct zl10039_state *state, in zl10039_read()
86 static int zl10039_write(struct zl10039_state *state, in zl10039_write()
117 static inline int zl10039_readreg(struct zl10039_state *state, in zl10039_readreg()
123 static inline int zl10039_writereg(struct zl10039_state *state, in zl10039_writereg()
134 struct zl10039_state *state = fe->tuner_priv; in zl10039_init() local
159 struct zl10039_state *state = fe->tuner_priv; in zl10039_sleep() local
179 struct zl10039_state *state = fe->tuner_priv; in zl10039_set_params() local
237 struct zl10039_state *state = fe->tuner_priv; in zl10039_release() local
254 struct zl10039_state *state = NULL; in zl10039_attach() local
H A Ditd1000.c42 static int itd1000_write_regs(struct itd1000_state *state, u8 reg, u8 v[], u8 len) in itd1000_write_regs()
68 static int itd1000_read_reg(struct itd1000_state *state, u8 reg) in itd1000_read_reg()
86 static inline int itd1000_write_reg(struct itd1000_state *state, u8 r, u8 v) in itd1000_write_reg()
117 static void itd1000_set_lpf_bw(struct itd1000_state *state, u32 symbol_rate) in itd1000_set_lpf_bw()
163 static void itd1000_set_vco(struct itd1000_state *state, u32 freq_khz) in itd1000_set_vco()
213 static void itd1000_set_lo(struct itd1000_state *state, u32 freq_khz) in itd1000_set_lo()
254 struct itd1000_state *state = fe->tuner_priv; in itd1000_set_parameters() local
269 struct itd1000_state *state = fe->tuner_priv; in itd1000_get_frequency() local
321 struct itd1000_state *state = fe->tuner_priv; in itd1000_init() local
365 struct itd1000_state *state = NULL; in itd1000_attach() local
H A Dtda18271c2dd.c124 static int WriteRegs(struct tda_state *state, in WriteRegs()
141 static int WriteReg(struct tda_state *state, u8 SubAddr, u8 Reg) in WriteReg()
148 static int Read(struct tda_state *state, u8 * Regs) in Read()
153 static int ReadExtented(struct tda_state *state, u8 * Regs) in ReadExtented()
158 static int UpdateRegs(struct tda_state *state, u8 RegFrom, u8 RegTo) in UpdateRegs()
163 static int UpdateReg(struct tda_state *state, u8 Reg) in UpdateReg()
170 static void reset(struct tda_state *state) in reset()
253 static int ThermometerRead(struct tda_state *state, u8 *pTM_Value) in ThermometerRead()
293 static int StandBy(struct tda_state *state) in StandBy()
318 static int CalcMainPLL(struct tda_state *state, u32 freq) in CalcMainPLL()
[all …]
H A Dec100.c20 static int ec100_write_reg(struct ec100_state *state, u8 reg, u8 val) in ec100_write_reg()
46 static int ec100_read_reg(struct ec100_state *state, u8 reg, u8 *val) in ec100_read_reg()
78 struct ec100_state *state = fe->demodulator_priv; in ec100_set_frontend() local
165 struct ec100_state *state = fe->demodulator_priv; in ec100_read_status() local
201 struct ec100_state *state = fe->demodulator_priv; in ec100_read_ber() local
233 struct ec100_state *state = fe->demodulator_priv; in ec100_read_signal_strength() local
265 struct ec100_state *state = fe->demodulator_priv; in ec100_release() local
275 struct ec100_state *state = NULL; in ec100_attach() local
H A Dtda8261.c27 static int tda8261_read(struct tda8261_state *state, u8 *buf) in tda8261_read()
39 static int tda8261_write(struct tda8261_state *state, u8 *buf) in tda8261_write()
53 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_status() local
76 struct tda8261_state *state = fe->tuner_priv; in tda8261_get_frequency() local
86 struct tda8261_state *state = fe->tuner_priv; in tda8261_set_params() local
145 struct tda8261_state *state = fe->tuner_priv; in tda8261_release() local
169 struct tda8261_state *state = NULL; in tda8261_attach() local
H A Dtda665x.c25 static int tda665x_read(struct tda665x_state *state, u8 *buf) in tda665x_read()
41 static int tda665x_write(struct tda665x_state *state, u8 *buf, u8 length) in tda665x_write()
59 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_frequency() local
68 struct tda665x_state *state = fe->tuner_priv; in tda665x_get_status() local
92 struct tda665x_state *state = fe->tuner_priv; in tda665x_set_frequency() local
190 struct tda665x_state *state = fe->tuner_priv; in tda665x_release() local
207 struct tda665x_state *state = NULL; in tda665x_attach() local
H A Dau8522_dig.c234 struct au8522_state *state = fe->demodulator_priv; in au8522_set_if() local
544 struct au8522_state *state = fe->demodulator_priv; in au8522_enable_modulation() local
599 struct au8522_state *state = fe->demodulator_priv; in au8522_set_frontend() local
636 struct au8522_state *state = fe->demodulator_priv; in au8522_read_status() local
692 static int au8522_led_status(struct au8522_state *state, const u16 *snr) in au8522_led_status()
727 struct au8522_state *state = fe->demodulator_priv; in au8522_read_snr() local
791 struct au8522_state *state = fe->demodulator_priv; in au8522_read_ucblocks() local
809 struct au8522_state *state = fe->demodulator_priv; in au8522_get_frontend() local
829 struct au8522_state *state = fe->demodulator_priv; in au8522_release() local
836 struct au8522_state *state = NULL; in au8522_attach() local
H A Dstv6111.c330 static int write_regs(struct stv *state, int reg, int len) in write_regs()
339 static int write_reg(struct stv *state, u8 reg, u8 val) in write_reg()
346 static int read_reg(struct stv *state, u8 reg, u8 *val) in read_reg()
351 static int wait_for_call_done(struct stv *state, u8 mask) in wait_for_call_done()
373 static void init_state(struct stv *state) in init_state()
410 static int attach_init(struct stv *state) in attach_init()
425 struct stv *state = fe->tuner_priv; in set_bandwidth() local
449 static int set_lof(struct stv *state, u32 local_frequency, u32 cutoff_frequency) in set_lof()
521 struct stv *state = fe->tuner_priv; in set_params() local
576 struct stv *state = fe->tuner_priv; in get_rf_strength() local
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Drandom32.c53 u32 prandom_u32_state(struct rnd_state *state) in prandom_u32_state()
75 void prandom_bytes_state(struct rnd_state *state, void *buf, size_t bytes) in prandom_bytes_state()
96 static void prandom_warmup(struct rnd_state *state) in prandom_warmup()
116 struct rnd_state *state = per_cpu_ptr(pcpu_state, i); in prandom_seed_full_state() local
259 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
276 struct rnd_state state; in prandom_state_selftest() local
291 struct rnd_state state; in prandom_state_selftest() local
387 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_u32() local
402 struct siprand_state *state = get_cpu_ptr(&net_rand_state); in prandom_bytes() local
439 struct siprand_state *state = per_cpu_ptr(&net_rand_state, i); in prandom_seed() local
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c28 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_read_status() local
54 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_read_ber() local
63 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_read_unc_blocks() local
71 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_read_signal_strength() local
81 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_read_snr() local
106 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_set_frontend() local
135 struct vp7045_fe_state *state = fe->demodulator_priv; in vp7045_fe_release() local
H A Daf9005-fe.c93 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_is_fecmon_available() local
124 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_get_post_vit_err_cw_count() local
227 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_get_pre_vit_err_bit_count() local
322 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_reset_pre_viterbi() local
346 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_reset_post_viterbi() local
371 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_get_statistic() local
415 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_fe_refresh_state() local
430 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_fe_read_status() local
479 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_fe_read_ber() local
489 struct af9005_fe_state *state = fe->demodulator_priv; in af9005_fe_read_unc_blocks() local
[all …]
H A DcinergyT2-fe.c138 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_read_status() local
175 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_read_ber() local
183 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_read_unc_blocks() local
192 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_read_signal_strength() local
200 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_read_snr() local
227 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_set_frontend() local
263 struct cinergyt2_fe_state *state = fe->demodulator_priv; in cinergyt2_fe_release() local
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4state.c668 struct nfs4_state *state; in nfs4_alloc_open_state() local
682 nfs4_state_set_mode_locked(struct nfs4_state *state, fmode_t fmode) in nfs4_state_set_mode_locked()
700 struct nfs4_state *state; in __nfs4_find_state_byowner() local
714 nfs4_free_open_state(struct nfs4_state *state) in nfs4_free_open_state()
722 struct nfs4_state *state, *new; in nfs4_get_open_state() local
756 void nfs4_put_open_state(struct nfs4_state *state) in nfs4_put_open_state()
777 static void __nfs4_close(struct nfs4_state *state, in __nfs4_close()
822 void nfs4_close_state(struct nfs4_state *state, fmode_t fmode) in nfs4_close_state()
827 void nfs4_close_sync(struct nfs4_state *state, fmode_t fmode) in nfs4_close_sync()
846 __nfs4_find_lock_state(struct nfs4_state *state, in __nfs4_find_lock_state()
[all …]
/OK3568_Linux_fs/kernel/security/selinux/ss/
H A Dservices.c72 struct selinux_state *state; member
244 int security_mls_enabled(struct selinux_state *state) in security_mls_enabled()
726 static int security_validtrans_handle_fail(struct selinux_state *state, in security_validtrans_handle_fail()
758 static int security_compute_validatetrans(struct selinux_state *state, in security_compute_validatetrans()
842 int security_validate_transition_user(struct selinux_state *state, in security_validate_transition_user()
850 int security_validate_transition(struct selinux_state *state, in security_validate_transition()
867 int security_bounded_transition(struct selinux_state *state, in security_bounded_transition()
1016 void security_compute_xperms_decision(struct selinux_state *state, in security_compute_xperms_decision()
1112 void security_compute_av(struct selinux_state *state, in security_compute_av()
1171 void security_compute_av_user(struct selinux_state *state, in security_compute_av_user()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-afe.c42 static int adv748x_afe_read_ro_map(struct adv748x_state *state, u8 reg) in adv748x_afe_read_ro_map()
58 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_status() local
150 static void adv748x_afe_set_video_standard(struct adv748x_state *state, in adv748x_afe_set_video_standard()
159 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_input() local
196 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_std() local
215 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_querystd() local
258 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_g_input_status() local
273 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_stream() local
418 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_s_ctrl() local
467 struct adv748x_state *state = adv748x_afe_to_state(afe); in adv748x_afe_init_controls() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dreverse_fold_impl_body.hpp124 typedef bkwd_state0 state; typedef
151 >::type state; typedef
164 typedef State state; typedef
216 typedef bkwd_state0 state; typedef
238 typedef State state; in BOOST_PP_CAT() typedef
259 typedef typename res_::state state; typedef
267 typedef int state; typedef
294 >::type state; in BOOST_PP_CAT() typedef
360 typedef bkwd_state0 state; typedef
394 typedef bkwd_state0 state; typedef
[all …]
/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dmxl301rf.c35 static int raw_write(struct mxl301rf_state *state, const u8 *buf, int len) in raw_write()
45 static int reg_write(struct mxl301rf_state *state, u8 reg, u8 val) in reg_write()
52 static int reg_read(struct mxl301rf_state *state, u8 reg, u8 *val) in reg_read()
70 struct mxl301rf_state *state; in mxl301rf_get_rf_strength() local
171 struct mxl301rf_state *state; in mxl301rf_set_params() local
236 struct mxl301rf_state *state; in mxl301rf_sleep() local
254 struct mxl301rf_state *state; in mxl301rf_init() local
289 struct mxl301rf_state *state; in mxl301rf_probe() local
312 struct mxl301rf_state *state; in mxl301rf_remove() local
/OK3568_Linux_fs/kernel/drivers/video/
H A Dvgastate.c48 static void save_vga_text(struct vgastate *state, void __iomem *fbbase) in save_vga_text()
138 static void restore_vga_text(struct vgastate *state, void __iomem *fbbase) in restore_vga_text()
226 static void save_vga_mode(struct vgastate *state) in save_vga_mode()
257 static void restore_vga_mode(struct vgastate *state) in restore_vga_mode()
309 static void save_vga_cmap(struct vgastate *state) in save_vga_cmap()
322 static void restore_vga_cmap(struct vgastate *state) in restore_vga_cmap()
335 static void vga_cleanup(struct vgastate *state) in vga_cleanup()
350 int save_vga(struct vgastate *state) in save_vga()
458 int restore_vga(struct vgastate *state) in restore_vga()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dblake2s.h22 static inline void blake2s_set_lastblock(struct blake2s_state *state) in blake2s_set_lastblock()
30 __blake2s_update(struct blake2s_state *state, const u8 *in, size_t inlen, in __blake2s_update()
66 __blake2s_final(struct blake2s_state *state, u8 *out, bool force_generic) in __blake2s_final()
103 struct blake2s_state *state = shash_desc_ctx(desc); in crypto_blake2s_init() local
114 struct blake2s_state *state = shash_desc_ctx(desc); in crypto_blake2s_update() local
123 struct blake2s_state *state = shash_desc_ctx(desc); in crypto_blake2s_final() local
/OK3568_Linux_fs/kernel/drivers/video/fbdev/via/
H A Dvia_clock.c125 static void set_primary_pll_state(u8 state) in set_primary_pll_state()
143 static void set_secondary_pll_state(u8 state) in set_secondary_pll_state()
161 static void set_engine_pll_state(u8 state) in set_engine_pll_state()
179 static void set_primary_clock_state(u8 state) in set_primary_clock_state()
197 static void set_secondary_clock_state(u8 state) in set_secondary_clock_state()
258 static void dummy_set_clock_state(u8 state) in dummy_set_clock_state()
268 static void dummy_set_pll_state(u8 state) in dummy_set_pll_state()
278 static void noop_set_clock_state(u8 state) in noop_set_clock_state()

12345678910>>...219