Home
last modified time | relevance | path

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

1234567891011

/linux-6.3-rc2/drivers/clk/actions/
A 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-6.3-rc2/drivers/gpu/drm/mediatek/
A 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()
162 static inline int mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_check()
171 static inline void mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_config()
180 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set()
187 static inline void mtk_ddp_comp_bgclr_in_on(struct mtk_ddp_comp *comp) in mtk_ddp_comp_bgclr_in_on()
193 static inline void mtk_ddp_comp_bgclr_in_off(struct mtk_ddp_comp *comp) in mtk_ddp_comp_bgclr_in_off()
[all …]
A 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
817 struct mtk_ddp_comp *comp; in mtk_drm_crtc_num_comp_planes() local
887 struct mtk_ddp_comp *comp; in mtk_drm_crtc_create() local
[all …]
A Dmtk_disp_color.c23 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) argument
24 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) argument
25 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) argument
/linux-6.3-rc2/drivers/block/zram/
A 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-6.3-rc2/sound/soc/intel/avs/
A Dtopology.c395 parse_dictionary_header(struct snd_soc_component *comp, in parse_dictionary_header()
419 parse_dictionary_entries(struct snd_soc_component *comp, in parse_dictionary_entries()
452 static int parse_dictionary(struct snd_soc_component *comp, in parse_dictionary()
483 static int avs_tplg_parse_libraries(struct snd_soc_component *comp, in avs_tplg_parse_libraries()
958 static int avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, in avs_tplg_parse_pplcfgs()
1023 static int avs_tplg_parse_bindings(struct snd_soc_component *comp, in avs_tplg_parse_bindings()
1308 static int parse_path_template(struct snd_soc_component *comp, in parse_path_template()
1455 static int avs_dai_load(struct snd_soc_component *comp, int index, in avs_dai_load()
1499 static int avs_manifest(struct snd_soc_component *comp, int index, in avs_manifest()
1673 struct avs_tplg *avs_tplg_new(struct snd_soc_component *comp) in avs_tplg_new()
[all …]
/linux-6.3-rc2/drivers/net/slip/
A 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-6.3-rc2/sound/soc/tegra/
A 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-6.3-rc2/sound/soc/codecs/
A Dwcd-clsh-v2.c19 struct snd_soc_component *comp; member
122 struct snd_soc_component *comp = ctrl->comp; in wcd_enable_clsh_block() local
179 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_buck_ctrl() local
228 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_flyback_ctrl() local
248 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_gain_path() local
350 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_hph_mode() local
511 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_lo() local
570 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_hph_r() local
660 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_hph_l() local
744 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_ear() local
[all …]
A 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
3182 struct snd_soc_component *comp, in wcd9335_codec_enable_prim_interpolator()
3233 int comp; in wcd9335_config_compander() local
4084 struct snd_soc_component *comp = wcd->component; in wcd9335_cdc_sido_ccl_enable() local
4247 struct snd_soc_component *comp = wcd->component; in wcd9335_codec_apply_sido_voltage() local
4878 static void wcd9335_codec_remove(struct snd_soc_component *comp) in wcd9335_codec_remove()
[all …]
A Drt9120.c110 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in internal_power_event() local
159 static int rt9120_codec_probe(struct snd_soc_component *comp) in rt9120_codec_probe()
180 static int rt9120_codec_suspend(struct snd_soc_component *comp) in rt9120_codec_suspend()
185 static int rt9120_codec_resume(struct snd_soc_component *comp) in rt9120_codec_resume()
205 struct snd_soc_component *comp = dai->component; in rt9120_set_fmt() local
239 struct snd_soc_component *comp = dai->component; in rt9120_hw_params() local
A 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
A 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
A Dwcd934x.c1511 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
4246 static int wcd934x_config_compander(struct snd_soc_component *comp, in wcd934x_config_compander()
4751 static u8 wcd934x_get_dmic_clk_val(struct snd_soc_component *comp, in wcd934x_get_dmic_clk_val()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/lib/
A 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-6.3-rc2/drivers/media/platform/mediatek/mdp/
A 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()
73 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
A 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-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A 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-6.3-rc2/drivers/most/
A 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
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()
1161 struct most_component *comp) in most_stop_channel()
[all …]
/linux-6.3-rc2/include/sound/sof/
A 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-6.3-rc2/drivers/media/platform/mediatek/mdp3/
A Dmtk-mdp3-comp.c680 int mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_on()
720 void mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) in mdp_comp_clock_off()
756 struct mdp_comp *comp) in mdp_get_subsys_id()
788 struct mdp_comp *comp) in __mdp_comp_init()
805 struct mdp_comp *comp, enum mtk_mdp_comp_id id) in mdp_comp_init()
859 static void mdp_comp_deinit(struct mdp_comp *comp) in mdp_comp_deinit()
873 struct mdp_comp *comp; in mdp_comp_create() local
908 struct mdp_comp *comp; in mdp_comp_sub_create() local
967 struct mdp_comp *comp; in mdp_comp_config() local
/linux-6.3-rc2/crypto/
A 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-6.3-rc2/sound/soc/fsl/
A 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
A Dfsl_micfil.c216 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in micfil_put_dc_remover_state() local
244 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in micfil_get_dc_remover_state() local
255 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in hwvad_put_enable() local
269 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in hwvad_get_enable() local
280 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in hwvad_put_init_mode() local
297 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in hwvad_get_init_mode() local
308 struct snd_soc_component *comp = snd_kcontrol_chip(kcontrol); in hwvad_detected() local
/linux-6.3-rc2/drivers/regulator/
A 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

Completed in 95 milliseconds

1234567891011