Home
last modified time | relevance | path

Searched defs:state (Results 426 – 450 of 5469) sorted by relevance

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

/OK3568_Linux_fs/kernel/sound/usb/
H A Dmixer.c150 static int check_mapped_selector_name(struct mixer_build *state, int unitid, in check_mapped_selector_name()
167 static void *find_audio_control_unit(struct mixer_build *state, in find_audio_control_unit()
716 static int get_cluster_channels_v3(struct mixer_build *state, unsigned int cluster_id) in get_cluster_channels_v3()
745 static int uac_mixer_unit_get_channels(struct mixer_build *state, in uac_mixer_unit_get_channels()
773 static int parse_term_uac1_iterm_unit(struct mixer_build *state, in parse_term_uac1_iterm_unit()
786 static int parse_term_uac2_iterm_unit(struct mixer_build *state, in parse_term_uac2_iterm_unit()
809 static int parse_term_uac3_iterm_unit(struct mixer_build *state, in parse_term_uac3_iterm_unit()
839 static int parse_term_mixer_unit(struct mixer_build *state, in parse_term_mixer_unit()
860 static int parse_term_selector_unit(struct mixer_build *state, in parse_term_selector_unit()
878 static int parse_term_proc_unit(struct mixer_build *state, in parse_term_proc_unit()
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto.c160 const struct nf_hook_state *state) in ipv4_confirm()
176 const struct nf_hook_state *state) in ipv4_conntrack_in()
183 const struct nf_hook_state *state) in ipv4_conntrack_local()
365 const struct nf_hook_state *state) in ipv6_confirm()
389 const struct nf_hook_state *state) in ipv6_conntrack_in()
396 const struct nf_hook_state *state) in ipv6_conntrack_local()
H A Dnft_chain_route.c18 const struct nf_hook_state *state) in nf_route_table_hook4()
67 const struct nf_hook_state *state) in nf_route_table_hook6()
117 const struct nf_hook_state *state) in nf_route_table_inet()
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Dpm-mmp2.c112 void mmp2_pm_enter_lowpower_mode(int state) in mmp2_pm_enter_lowpower_mode()
158 static int mmp2_pm_enter(suspend_state_t state) in mmp2_pm_enter()
202 static int mmp2_pm_valid(suspend_state_t state) in mmp2_pm_valid()
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dgpio_led.c18 static int gpio_led_gpio_value(led_id_t mask, int state) in gpio_led_gpio_value()
30 void __led_init(led_id_t mask, int state) in __led_init()
43 void __led_set(led_id_t mask, int state) in __led_set()
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dbpf.c33 const char *state; member
65 struct nsim_bpf_bound_prog *state; in nsim_bpf_verify_insn() local
94 struct nsim_bpf_bound_prog *state; in nsim_prog_set_loaded() local
221 struct nsim_bpf_bound_prog *state; in nsim_bpf_create_prog() local
267 struct nsim_bpf_bound_prog *state = prog->aux->offload->dev_priv; in nsim_bpf_translate() local
275 struct nsim_bpf_bound_prog *state; in nsim_bpf_destroy_prog() local
309 struct nsim_bpf_bound_prog *state; in nsim_setup_prog_hw_checks() local
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/
H A Dtechnisat-usb2.c229 struct technisat_usb2_state *state = d->priv; in technisat_usb2_set_led() local
277 struct technisat_usb2_state *state = d->priv; in technisat_usb2_set_led_timer() local
299 struct technisat_usb2_state *state = in technisat_usb2_green_led_control() local
372 struct technisat_usb2_state *state = d->priv; in technisat_usb2_power_ctrl() local
610 struct technisat_usb2_state *state = d->priv; in technisat_usb2_get_ir() local
766 struct technisat_usb2_state *state = dev->priv; in technisat_usb2_probe() local
786 struct technisat_usb2_state *state = dev->priv; in technisat_usb2_disconnect() local
H A Dpctv452e.c109 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in tt3650_ci_msg() local
161 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in tt3650_ci_msg_locked() local
294 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in tt3650_ci_slot_reset() local
355 struct pctv452e_state *state; in tt3650_ci_uninit() local
380 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in tt3650_ci_init() local
418 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in pctv452e_i2c_msg() local
517 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in pctv452e_power_ctrl() local
568 struct pctv452e_state *state = (struct pctv452e_state *)d->priv; in pctv452e_rc_query() local
/OK3568_Linux_fs/kernel/drivers/mux/
H A Dadg792a.c20 #define ADG792A_MUX(mux, state) (0xc0 | (((mux) + 1) << 2) | (state)) argument
21 #define ADG792A_MUX_ALL(state) (0xc0 | (state)) argument
34 static int adg792a_set(struct mux_control *mux, int state) in adg792a_set()
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dcoupler.h78 suspend_state_t state) in regulator_check_consumers()
93 suspend_state_t state) in regulator_set_voltage_rdev()
98 suspend_state_t state, in regulator_do_balance_voltage()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dfold.hpp244 BOOST_FUSION_FOLD_NAME(Seq& seq, State const& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
256 BOOST_FUSION_FOLD_NAME(Seq const& seq, State const& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
268 BOOST_FUSION_FOLD_NAME(Seq& seq, State& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
280 BOOST_FUSION_FOLD_NAME(Seq const& seq, State& state, F f) in BOOST_FUSION_FOLD_IMPL_ENABLER()
/OK3568_Linux_fs/kernel/drivers/media/i2c/adv748x/
H A Dadv748x-csi2.c72 struct adv748x_state *state = tx->state; in adv748x_csi2_registered() local
161 struct adv748x_state *state = tx->state; in adv748x_csi2_get_format() local
183 struct adv748x_state *state = tx->state; in adv748x_csi2_set_format() local
309 int adv748x_csi2_init(struct adv748x_state *state, struct adv748x_csi2 *tx) in adv748x_csi2_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/halmac/halmac_88xx/
H A Dhalmac_bb_rf_88xx.c180 struct halmac_psd_state *state = &adapter->halmac_state.psd_state; in get_psd_status_88xx() local
270 struct halmac_iqk_state *state = &adapter->halmac_state.iqk_state; in get_h2c_ack_iqk_88xx() local
308 struct halmac_pwr_tracking_state *state; in get_h2c_ack_pwr_trk_88xx() local
353 struct halmac_psd_state *state = &adapter->halmac_state.psd_state; in get_psd_data_88xx() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/
H A Dmalidp_planes.c85 struct malidp_plane_state *state = to_malidp_plane_state(plane->state); in malidp_plane_reset() local
99 struct malidp_plane_state *state, *m_state; in malidp_duplicate_plane_state() local
121 struct drm_plane_state *state) in malidp_destroy_plane_state()
136 const struct drm_plane_state *state) in malidp_plane_atomic_print_state()
271 struct drm_plane_state *state) in malidp_se_check_scaling()
505 struct drm_plane_state *state) in malidp_de_plane_check()
796 struct drm_plane_state *state = plane->state; in malidp_de_plane_update() local
910 struct drm_plane_state *state) in malidp_de_plane_disable()
/OK3568_Linux_fs/kernel/drivers/xen/
H A Dprivcmd.c153 int (*fn)(void *data, void *state), in traverse_pages()
189 int (*fn)(void *data, int nr, void *state), in traverse_pages_block()
220 static int mmap_gfn_range(void *data, void *state) in mmap_gfn_range()
258 struct mmap_gfn_state state; in privcmd_ioctl_mmap() local
334 static int mmap_batch_fn(void *data, int nr, void *state) in mmap_batch_fn()
399 static int mmap_return_errors(void *data, int nr, void *state) in mmap_return_errors()
452 struct mmap_batch_state state; in privcmd_ioctl_mmap_batch() local
H A Dtime.c58 struct vcpu_runstate_info *state; in xen_get_runstate_snapshot_cpu_delta() local
87 struct vcpu_runstate_info state; in xen_manage_runstate_time() local
154 struct vcpu_runstate_info state; in xen_steal_clock() local
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dproton-pack.c42 enum mitigation_state state; in update_mitigation_state() local
274 enum mitigation_state state; in spectre_v2_enable_fw_mitigation() local
307 enum mitigation_state state; in spectre_v2_enable_mitigation() local
513 enum mitigation_state state; in has_spectre_v4() local
548 enum mitigation_state state; in spectre_v4_enable_hw_mitigation() local
624 enum mitigation_state state; in spectre_v4_enable_fw_mitigation() local
645 enum mitigation_state state; in spectre_v4_enable_mitigation() local
656 static void __update_pstate_ssbs(struct pt_regs *regs, bool state) in __update_pstate_ssbs()
1000 enum mitigation_state fw_state, state = SPECTRE_VULNERABLE; in spectre_bhb_enable_mitigation() local
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dfocaltech.c112 struct focaltech_hw_state state; member
118 struct focaltech_hw_state *state = &priv->state; in focaltech_report_state() local
153 struct focaltech_hw_state *state = &priv->state; in focaltech_process_touch_packet() local
177 struct focaltech_hw_state *state = &priv->state; in focaltech_process_abs_packet() local
199 struct focaltech_hw_state *state = &priv->state; in focaltech_process_rel_packet() local
/OK3568_Linux_fs/kernel/net/atm/
H A Dproc.c110 struct vcc_state *state = seq->private; in vcc_walk() local
120 struct vcc_state *state = seq->private; in vcc_seq_start() local
255 struct vcc_state *state = seq->private; in pvc_seq_show() local
277 struct vcc_state *state = seq->private; in vcc_seq_show() local
300 struct vcc_state *state = seq->private; in svc_seq_show() local
/OK3568_Linux_fs/kernel/drivers/cpuidle/
H A Dcpuidle-psci.c42 void psci_set_domain_state(u32 state) in psci_set_domain_state()
52 static inline int psci_enter_state(int idx, u32 state) in psci_enter_state()
64 u32 state; in __psci_enter_domain_idle_state() local
160 u32 *state = __this_cpu_read(psci_cpuidle_data.psci_states); in psci_enter_idle_state() local
171 int psci_dt_parse_state_node(struct device_node *np, u32 *state) in psci_dt_parse_state_node()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Dfpu.c16 void __kernel_fpu_begin(struct kernel_fpu *state, u32 flags) in __kernel_fpu_begin()
97 void __kernel_fpu_end(struct kernel_fpu *state, u32 flags) in __kernel_fpu_end()
/OK3568_Linux_fs/kernel/block/partitions/
H A Dmsdos.c72 static int aix_magic_present(struct parsed_partitions *state, unsigned char *p) in aix_magic_present()
108 static void set_info(struct parsed_partitions *state, int slot, in set_info()
130 static void parse_extended(struct parsed_partitions *state, in parse_extended()
249 static void parse_solaris_x86(struct parsed_partitions *state, in parse_solaris_x86()
354 static void parse_bsd(struct parsed_partitions *state, in parse_bsd()
408 static void parse_freebsd(struct parsed_partitions *state, in parse_freebsd()
416 static void parse_netbsd(struct parsed_partitions *state, in parse_netbsd()
424 static void parse_openbsd(struct parsed_partitions *state, in parse_openbsd()
482 static void parse_unixware(struct parsed_partitions *state, in parse_unixware()
528 static void parse_minix(struct parsed_partitions *state, in parse_minix()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Ddevfreq_cooling.c69 unsigned long *state) in devfreq_cooling_get_max_state()
79 unsigned long *state) in devfreq_cooling_get_cur_state()
89 unsigned long state) in devfreq_cooling_set_cur_state()
237 unsigned long state; in devfreq_cooling_get_requested_power() local
291 unsigned long state, in devfreq_cooling_state2power()
309 u32 power, unsigned long *state) in devfreq_cooling_power2state()
/OK3568_Linux_fs/kernel/drivers/net/wan/lmc/
H A Dlmc_media.c260 lmc_hssi_set_link_status (lmc_softc_t * const sc, int state) in lmc_hssi_set_link_status()
274 lmc_hssi_set_crc_length (lmc_softc_t * const sc, int state) in lmc_hssi_set_crc_length()
509 lmc_ds3_set_crc_length (lmc_softc_t * const sc, int state) in lmc_ds3_set_crc_length()
764 lmc_ssi_set_link_status (lmc_softc_t * const sc, int state) in lmc_ssi_set_link_status()
785 lmc_ssi_set_crc_length (lmc_softc_t * const sc, int state) in lmc_ssi_set_crc_length()
1149 lmc_t1_set_crc_length (lmc_softc_t * const sc, int state) in lmc_t1_set_crc_length()
/OK3568_Linux_fs/kernel/drivers/bus/mhi/core/
H A Dpm.c111 enum mhi_pm_state state) in mhi_tryset_pm_state()
129 void mhi_set_mhi_state(struct mhi_controller *mhi_cntrl, enum mhi_state state) in mhi_set_mhi_state()
320 enum mhi_pm_state state; in mhi_pm_m1_transition() local
356 enum mhi_pm_state state; in mhi_pm_m3_transition() local
590 enum dev_st_transition state) in mhi_queue_state_transition()
916 enum mhi_state state; in mhi_async_power_up() local

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