Home
last modified time | relevance | path

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

12345678910>>...12

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.h101 static inline int mtk_ddp_comp_power_on(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_on()
110 static inline void mtk_ddp_comp_power_off(struct mtk_ddp_comp *comp) in mtk_ddp_comp_power_off()
118 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable()
126 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable()
141 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
150 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
156 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
232 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set()
251 static inline void mtk_ddp_ctm_set(struct mtk_ddp_comp *comp, in mtk_ddp_ctm_set()
266 const u32 *mtk_ddp_comp_get_formats(struct mtk_ddp_comp *comp) in mtk_ddp_comp_get_formats()
[all …]
H A Dmtk_crtc.c170 struct mtk_ddp_comp *comp; in mtk_crtc_destroy() local
286 struct mtk_ddp_comp *comp; in mtk_ddp_comp_for_plane() local
413 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init() local
426 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init() local
495 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config() local
654 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_enable_vblank() local
664 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_disable_vblank() local
710 struct mtk_ddp_comp *comp; in mtk_crtc_plane_check() local
885 struct mtk_ddp_comp *comp; in mtk_crtc_num_comp_planes() local
978 struct mtk_ddp_comp *comp; in mtk_crtc_create() local
[all …]
/linux/drivers/clk/actions/
H 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_determine_rate() local
74 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_recalc_rate() local
83 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_div_set_rate() local
92 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_determine_rate() local
108 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_fact_recalc_rate() local
[all …]
/linux/drivers/block/zram/
H A Dzcomp.c50 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init()
65 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
78 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show()
107 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
113 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put()
154 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
169 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
177 static int zcomp_init(struct zcomp *comp) in zcomp_init()
195 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
212 struct zcomp *comp; in zcomp_create() local
/linux/sound/soc/intel/avs/
H A Dtopology.c424 parse_dictionary_header(struct snd_soc_component *comp, in parse_dictionary_header()
448 parse_dictionary_entries(struct snd_soc_component *comp, in parse_dictionary_entries()
481 static int parse_dictionary(struct snd_soc_component *comp, in parse_dictionary()
512 static int avs_tplg_parse_libraries(struct snd_soc_component *comp, in avs_tplg_parse_libraries()
999 static int avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, in avs_tplg_parse_pplcfgs()
1064 static int avs_tplg_parse_bindings(struct snd_soc_component *comp, in avs_tplg_parse_bindings()
1397 static int parse_path_template(struct snd_soc_component *comp, in parse_path_template()
1639 static int avs_dai_load(struct snd_soc_component *comp, int index, in avs_dai_load()
1694 static int avs_manifest(struct snd_soc_component *comp, int index, in avs_manifest()
1904 struct avs_tplg *avs_tplg_new(struct snd_soc_component *comp) in avs_tplg_new()
[all …]
/linux/drivers/net/slip/
H 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/sound/soc/tegra/
H 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/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c39 struct mlx5_devcom_comp *comp; member
113 struct mlx5_devcom_comp *comp; in mlx5_devcom_comp_alloc() local
145 struct mlx5_devcom_comp *comp, in devcom_alloc_comp_dev()
169 struct mlx5_devcom_comp *comp = devcom->comp; in devcom_free_comp_dev() local
194 struct mlx5_devcom_comp *comp; in devcom_component_get() local
220 struct mlx5_devcom_comp *comp; in mlx5_devcom_register_component() local
261 struct mlx5_devcom_comp *comp = devcom->comp; in mlx5_devcom_comp_get_size() local
271 struct mlx5_devcom_comp *comp; in mlx5_devcom_send_event() local
325 struct mlx5_devcom_comp *comp; in mlx5_devcom_for_each_peer_begin() local
348 struct mlx5_devcom_comp *comp = devcom->comp; in mlx5_devcom_get_next_peer_data() local
[all …]
/linux/drivers/vfio/pci/pds/
H A Dcmds.c99 union pds_core_adminq_comp comp = {}; in pds_vfio_suspend_wait_device_cmd() local
139 union pds_core_adminq_comp comp = {}; in pds_vfio_suspend_device_cmd() local
173 union pds_core_adminq_comp comp = {}; in pds_vfio_resume_device_cmd() local
189 union pds_core_adminq_comp comp = {}; in pds_vfio_get_lm_state_size_cmd() local
291 union pds_core_adminq_comp comp = {}; in pds_vfio_get_lm_state_cmd() local
329 union pds_core_adminq_comp comp = {}; in pds_vfio_set_lm_state_cmd() local
369 union pds_core_adminq_comp comp = {}; in pds_vfio_send_host_vf_lm_status_cmd() local
397 union pds_core_adminq_comp comp = {}; in pds_vfio_dirty_status_cmd() local
441 union pds_core_adminq_comp comp = {}; in pds_vfio_dirty_enable_cmd() local
463 union pds_core_adminq_comp comp = {}; in pds_vfio_dirty_disable_cmd() local
[all …]
/linux/drivers/vdpa/pds/
H A Dcmds.c25 union pds_core_adminq_comp comp = {}; in pds_vdpa_init_hw() local
47 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_reset() local
68 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_set_status() local
89 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_set_mac() local
113 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_set_max_vq_pairs() local
143 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_init_vq() local
170 union pds_core_adminq_comp comp = {}; in pds_vdpa_cmd_reset_vq() local
/linux/sound/soc/codecs/
H 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
512 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_lo() local
571 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_hph_r() local
661 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_hph_l() local
745 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_state_ear() local
[all …]
H 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
3180 struct snd_soc_component *comp, in wcd9335_codec_enable_prim_interpolator()
3231 int comp; in wcd9335_config_compander() local
4080 struct snd_soc_component *comp = wcd->component; in wcd9335_cdc_sido_ccl_enable() local
4243 struct snd_soc_component *comp = wcd->component; in wcd9335_codec_apply_sido_voltage() local
4874 static void wcd9335_codec_remove(struct snd_soc_component *comp) in wcd9335_codec_remove()
[all …]
H 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
H 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
H 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
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_comp.c14 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on()
29 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off()
41 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init()
71 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
H 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/drivers/net/ethernet/amd/pds_core/
H A Dfw.c26 union pds_core_dev_comp comp; in pdsc_devcmd_fw_download_locked() local
37 union pds_core_dev_comp comp; in pdsc_devcmd_fw_install() local
55 union pds_core_dev_comp comp; in pdsc_devcmd_fw_activate() local
70 union pds_core_dev_comp comp; in pdsc_fw_status_long_wait() local
H A Ddev.c184 union pds_core_dev_comp *comp, int max_seconds) in pdsc_devcmd_locked()
204 union pds_core_dev_comp *comp, int max_seconds) in pdsc_devcmd()
217 union pds_core_dev_comp comp = {}; in pdsc_devcmd_init() local
227 union pds_core_dev_comp comp = {}; in pdsc_devcmd_reset() local
240 union pds_core_dev_comp comp = {}; in pdsc_devcmd_identify_locked() local
H A Dadminq.c15 union pds_core_notifyq_comp *comp; in pdsc_process_notifyq() local
77 union pds_core_adminq_comp *comp; in pdsc_process_adminq() local
165 union pds_core_adminq_comp *comp, in __pdsc_adminq_post()
231 union pds_core_adminq_comp *comp, in pdsc_adminq_post()
/linux/drivers/gpu/drm/omapdrm/dss/
H 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/drivers/most/
H 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/include/sound/sof/
H A Dtopology.h97 struct sof_ipc_comp comp; member
119 struct sof_ipc_comp comp; member
128 struct sof_ipc_comp comp; member
138 struct sof_ipc_comp comp; member
154 struct sof_ipc_comp comp; member
165 struct sof_ipc_comp comp; member
175 struct sof_ipc_comp comp; member
201 struct sof_ipc_comp comp; member
207 struct sof_ipc_comp comp; member
236 struct sof_ipc_comp comp; member
/linux/crypto/
H 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/sound/soc/fsl/
H 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

12345678910>>...12