Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 25 of 267) sorted by relevance

1234567891011

/Linux-v6.1/drivers/clk/actions/
Dowl-composite.c18 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_get_parent() local
25 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_set_parent() local
32 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_disable() local
40 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_enable() local
50 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_is_enabled() local
59 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_round_rate() local
68 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_recalc_rate() local
77 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_set_rate() local
86 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_round_rate() local
96 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_recalc_rate() local
[all …]
/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.h83 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable()
91 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
97 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
106 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
112 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
118 static inline void mtk_ddp_comp_register_vblank_cb(struct mtk_ddp_comp *comp, in mtk_ddp_comp_register_vblank_cb()
127 static inline void mtk_ddp_comp_unregister_vblank_cb(struct mtk_ddp_comp *comp) in mtk_ddp_comp_unregister_vblank_cb()
133 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_enable_vblank()
139 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank()
146 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations()
[all …]
Dmtk_drm_crtc.c167 struct mtk_ddp_comp *comp; in mtk_drm_crtc_destroy() local
268 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane() local
391 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init() local
404 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init() local
465 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config() local
627 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank() local
637 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank() local
646 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check() local
669 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_enable() local
694 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_disable() local
[all …]
Dmtk_disp_color.c22 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) argument
23 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) argument
24 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) argument
/Linux-v6.1/sound/soc/intel/avs/
Dtopology.c129 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token()
140 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token()
151 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token()
162 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token()
173 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token()
184 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token()
194 static int avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, in avs_parse_uuid_tokens()
220 static int avs_parse_string_tokens(struct snd_soc_component *comp, void *object, in avs_parse_string_tokens()
246 static int avs_parse_word_tokens(struct snd_soc_component *comp, void *object, in avs_parse_word_tokens()
277 static int avs_parse_tokens(struct snd_soc_component *comp, void *object, in avs_parse_tokens()
[all …]
/Linux-v6.1/drivers/block/zram/
Dzcomp.c49 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init()
64 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
77 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show()
106 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
112 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put()
153 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
168 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
176 static int zcomp_init(struct zcomp *comp) in zcomp_init()
194 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
211 struct zcomp *comp; in zcomp_create() local
/Linux-v6.1/drivers/net/slip/
Dslhc.c96 struct slcompress *comp; in slhc_init() local
154 slhc_free(struct slcompress *comp) in slhc_free()
227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
695 slhc_toss(struct slcompress *comp) in slhc_toss()
707 slhc_toss(struct slcompress *comp) in slhc_toss()
713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) in slhc_uncompress()
719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, in slhc_compress()
727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) in slhc_remember()
[all …]
/Linux-v6.1/sound/soc/tegra/
Dtegra210_dmic.c162 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_boost_gain() local
173 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_boost_gain() local
188 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_ch_select() local
199 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_ch_select() local
214 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_mono_to_stereo() local
225 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_mono_to_stereo() local
240 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_stereo_to_mono() local
251 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_stereo_to_mono() local
266 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_get_osr_val() local
277 struct snd_soc_component *comp = snd_soc_kcontrol_component(kcontrol); in tegra210_dmic_put_osr_val() local
[all …]
/Linux-v6.1/sound/soc/codecs/
Dwcd-clsh-v2.c19 struct snd_soc_component *comp; member
122 struct snd_soc_component *comp = ctrl->comp; in wcd_enable_clsh_block() local
133 static inline bool wcd_clsh_enable_status(struct snd_soc_component *comp) in wcd_clsh_enable_status()
139 static inline void wcd_clsh_set_buck_mode(struct snd_soc_component *comp, in wcd_clsh_set_buck_mode()
167 static inline void wcd_clsh_set_flyback_mode(struct snd_soc_component *comp, in wcd_clsh_set_flyback_mode()
185 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_buck_ctrl() local
234 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_flyback_ctrl() local
254 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_gain_path() local
279 static void wcd_clsh_v2_set_hph_mode(struct snd_soc_component *comp, int mode) in wcd_clsh_v2_set_hph_mode()
356 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_hph_mode() local
[all …]
Dwcd9335.c1642 struct snd_soc_component *comp = dai->component; in wcd9335_set_prim_interpolator_rate() local
1793 struct snd_soc_component *comp = dai->component; in wcd9335_set_decimator_rate() local
2179 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd9335_get_compander() local
2191 int comp = ((struct soc_mixer_control *) kc->private_value)->shift; in wcd9335_set_compander() local
2568 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in __wcd9335_codec_enable_micbias() local
2609 static void wcd9335_codec_set_tx_hold(struct snd_soc_component *comp, in wcd9335_codec_set_tx_hold()
2647 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd9335_codec_enable_adc() local
2660 static int wcd9335_codec_find_amic_input(struct snd_soc_component *comp, in wcd9335_codec_find_amic_input()
2686 static u16 wcd9335_codec_get_amic_pwlvl_reg(struct snd_soc_component *comp, in wcd9335_codec_get_amic_pwlvl_reg()
2717 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd9335_codec_enable_dec() local
[all …]
Dlochnagar-sc.c72 struct snd_soc_component *comp = dai->component; in lochnagar_sc_startup() local
91 struct snd_soc_component *comp = dai->component; in lochnagar_sc_line_startup() local
113 struct snd_soc_component *comp = dai->component; in lochnagar_sc_line_shutdown() local
Dpcm3060.c19 struct snd_soc_component *comp = dai->component; in pcm3060_set_sysclk() local
61 struct snd_soc_component *comp = dai->component; in pcm3060_set_fmt() local
112 struct snd_soc_component *comp = dai->component; in pcm3060_hw_params() local
Dwcd934x.c1404 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_mclk() local
1511 struct snd_soc_component *comp = dai->component; in wcd934x_set_prim_interpolator_rate() local
1637 struct snd_soc_component *comp = dai->component; in wcd934x_set_decimator_rate() local
2215 static int wcd934x_init_dmic(struct snd_soc_component *comp) in wcd934x_init_dmic()
3076 static void wcd934x_comp_remove(struct snd_soc_component *comp) in wcd934x_comp_remove()
3083 static int wcd934x_comp_set_sysclk(struct snd_soc_component *comp, in wcd934x_comp_set_sysclk()
3218 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_get() local
3231 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_set() local
3434 struct snd_soc_component *comp; in wcd934x_dec_enum_put() local
4159 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_slim() local
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/lib/
Ddevcom.c9 #define devcom_for_each_component(priv, comp, iter) \ argument
38 struct mlx5_devcom_component *comp; in mlx5_devcom_list_alloc() local
155 struct mlx5_devcom_component *comp; in mlx5_devcom_register_component() local
172 struct mlx5_devcom_component *comp; in mlx5_devcom_unregister_component() local
188 struct mlx5_devcom_component *comp; in mlx5_devcom_send_event() local
211 struct mlx5_devcom_component *comp; in mlx5_devcom_set_paired() local
231 struct mlx5_devcom_component *comp; in mlx5_devcom_get_peer_data() local
254 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data() local
/Linux-v6.1/drivers/media/platform/mediatek/mdp/
Dmtk_mdp_comp.c16 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on()
31 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off()
43 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init()
74 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
Dmtk_mdp_core.c94 struct mtk_mdp_comp *comp) in mtk_mdp_register_component()
100 struct mtk_mdp_comp *comp) in mtk_mdp_unregister_component()
110 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() local
241 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_remove() local
/Linux-v6.1/drivers/gpu/drm/omapdrm/dss/
Dbase.c203 struct omapdss_comp_node *comp; in omapdss_list_contains() local
216 struct omapdss_comp_node *comp; in omapdss_walk_device() local
273 static bool omapdss_component_is_loaded(struct omapdss_comp_node *comp) in omapdss_component_is_loaded()
287 struct omapdss_comp_node *comp; in omapdss_stack_is_ready() local
/Linux-v6.1/drivers/most/
Dcore.c33 struct most_component *comp; member
450 struct most_component *comp; in match_component() local
517 struct most_component *comp; in components_show() local
552 struct most_component *comp, in link_channel_to_component()
668 struct most_component *comp; in most_cfg_complete() local
681 struct most_component *comp = match_component(comp_name); in most_add_link() local
692 struct most_component *comp; in most_remove_link() local
954 struct most_component *comp) in channel_has_mbo()
985 struct most_component *comp) in most_get_mbo()
1091 struct most_component *comp) in most_start_channel()
[all …]
/Linux-v6.1/include/sound/sof/
Dtopology.h92 struct sof_ipc_comp comp; member
114 struct sof_ipc_comp comp; member
123 struct sof_ipc_comp comp; member
133 struct sof_ipc_comp comp; member
147 struct sof_ipc_comp comp; member
158 struct sof_ipc_comp comp; member
168 struct sof_ipc_comp comp; member
194 struct sof_ipc_comp comp; member
200 struct sof_ipc_comp comp; member
229 struct sof_ipc_comp comp; member
/Linux-v6.1/drivers/media/platform/mediatek/mdp3/
Dmtk-mdp3-comp.c680 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on()
710 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_off()
744 struct mdp_comp *comp) in mdp_get_subsys_id()
776 struct mdp_comp *comp) in __mdp_comp_init()
793 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init()
847 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit()
861 struct mdp_comp *comp; in mdp_comp_create() local
896 struct mdp_comp *comp; in mdp_comp_sub_create() local
955 struct mdp_comp *comp; in mdp_comp_config() local
/Linux-v6.1/crypto/
Dcompress.c12 int crypto_comp_compress(struct crypto_comp *comp, in crypto_comp_compress()
23 int crypto_comp_decompress(struct crypto_comp *comp, in crypto_comp_decompress()
/Linux-v6.1/sound/soc/fsl/
Dfsl_audmix.c86 static int fsl_audmix_state_trans(struct snd_soc_component *comp, in fsl_audmix_state_trans()
114 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in fsl_audmix_put_mix_clk_src() local
152 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in fsl_audmix_put_out_src() local
241 struct snd_soc_component *comp = dai->component; in fsl_audmix_dai_set_fmt() local
/Linux-v6.1/drivers/regulator/
Dtwl-regulator.c541 #define TWL_OF_MATCH(comp, family, label) \ argument
547 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
548 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
549 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
550 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
551 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument
/Linux-v6.1/sound/soc/
Dsoc-topology.c65 struct snd_soc_component *comp; member
351 struct snd_soc_component *comp = tplg->comp; in soc_tplg_add_kcontrol() local
358 static void remove_mixer(struct snd_soc_component *comp, in remove_mixer()
374 static void remove_enum(struct snd_soc_component *comp, in remove_enum()
390 static void remove_bytes(struct snd_soc_component *comp, in remove_bytes()
406 static void remove_route(struct snd_soc_component *comp, in remove_route()
419 static void remove_widget(struct snd_soc_component *comp, in remove_widget()
447 static void remove_dai(struct snd_soc_component *comp, in remove_dai()
468 static void remove_link(struct snd_soc_component *comp, in remove_link()
486 static void remove_backend_link(struct snd_soc_component *comp, in remove_backend_link()
[all …]
/Linux-v6.1/arch/s390/boot/
Dipl_report.c35 struct ipl_rb_component_entry *comp; in find_bootdata_space() local
78 struct ipl_rb_component_entry *comp, *ptr; in copy_components_bootdata() local

1234567891011