Home
last modified time | relevance | path

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

12345678910

/Linux-v5.10/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-v5.10/drivers/block/zram/
Dzcomp.c47 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init()
62 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm()
81 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show()
110 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get()
116 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put()
157 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local
172 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local
180 static int zcomp_init(struct zcomp *comp) in zcomp_init()
198 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy()
215 struct zcomp *comp; in zcomp_create() local
/Linux-v5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_ddp_comp.c90 struct mtk_ddp_comp *comp, unsigned int offset) in mtk_ddp_write()
102 struct mtk_ddp_comp *comp, in mtk_ddp_write_relaxed()
116 struct mtk_ddp_comp *comp, in mtk_ddp_write_mask()
135 void mtk_dither_set(struct mtk_ddp_comp *comp, unsigned int bpc, in mtk_dither_set()
160 static void mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_od_config()
169 static void mtk_od_start(struct mtk_ddp_comp *comp) in mtk_od_start()
174 static void mtk_ufoe_start(struct mtk_ddp_comp *comp) in mtk_ufoe_start()
179 static void mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_aal_config()
186 static void mtk_aal_start(struct mtk_ddp_comp *comp) in mtk_aal_start()
191 static void mtk_aal_stop(struct mtk_ddp_comp *comp) in mtk_aal_stop()
[all …]
Dmtk_drm_ddp_comp.h108 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config()
117 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start()
123 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop()
129 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ddp_comp_enable_vblank()
136 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank()
143 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations()
151 static inline unsigned int mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) in mtk_ddp_comp_layer_nr()
159 static inline int mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_check()
168 static inline void mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_config()
177 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set()
[all …]
Dmtk_disp_ovl.c77 static inline struct mtk_disp_ovl *comp_to_ovl(struct mtk_ddp_comp *comp) in comp_to_ovl()
98 static void mtk_ovl_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ovl_enable_vblank()
108 static void mtk_ovl_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ovl_disable_vblank()
116 static void mtk_ovl_start(struct mtk_ddp_comp *comp) in mtk_ovl_start()
121 static void mtk_ovl_stop(struct mtk_ddp_comp *comp) in mtk_ovl_stop()
126 static void mtk_ovl_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_ovl_config()
139 static unsigned int mtk_ovl_layer_nr(struct mtk_ddp_comp *comp) in mtk_ovl_layer_nr()
146 static unsigned int mtk_ovl_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ovl_supported_rotations()
152 static int mtk_ovl_layer_check(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_ovl_layer_check()
180 static void mtk_ovl_layer_on(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_ovl_layer_on()
[all …]
Dmtk_disp_color.c20 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) argument
21 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) argument
22 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) argument
42 static inline struct mtk_disp_color *comp_to_color(struct mtk_ddp_comp *comp) in comp_to_color()
47 static void mtk_color_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_color_config()
57 static void mtk_color_start(struct mtk_ddp_comp *comp) in mtk_color_start()
Dmtk_disp_rdma.c68 static inline struct mtk_disp_rdma *comp_to_rdma(struct mtk_ddp_comp *comp) in comp_to_rdma()
89 static void rdma_update_bits(struct mtk_ddp_comp *comp, unsigned int reg, in rdma_update_bits()
98 static void mtk_rdma_enable_vblank(struct mtk_ddp_comp *comp, in mtk_rdma_enable_vblank()
108 static void mtk_rdma_disable_vblank(struct mtk_ddp_comp *comp) in mtk_rdma_disable_vblank()
116 static void mtk_rdma_start(struct mtk_ddp_comp *comp) in mtk_rdma_start()
122 static void mtk_rdma_stop(struct mtk_ddp_comp *comp) in mtk_rdma_stop()
127 static void mtk_rdma_config(struct mtk_ddp_comp *comp, unsigned int width, in mtk_rdma_config()
190 static unsigned int mtk_rdma_layer_nr(struct mtk_ddp_comp *comp) in mtk_rdma_layer_nr()
195 static void mtk_rdma_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_rdma_layer_config()
Dmtk_drm_crtc.c172 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_enable_vblank() local
182 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_disable_vblank() local
221 struct mtk_ddp_comp *comp; in mtk_drm_ddp_comp_for_plane() local
306 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[i]; in mtk_crtc_ddp_hw_init() local
319 struct mtk_ddp_comp *comp; in mtk_crtc_ddp_hw_init() local
380 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_crtc_ddp_config() local
497 struct mtk_ddp_comp *comp; in mtk_drm_crtc_plane_check() local
523 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_enable() local
548 struct mtk_ddp_comp *comp = mtk_crtc->ddp_comp[0]; in mtk_drm_crtc_atomic_disable() local
660 void mtk_crtc_ddp_irq(struct drm_crtc *crtc, struct mtk_ddp_comp *comp) in mtk_crtc_ddp_irq()
[all …]
/Linux-v5.10/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-v5.10/sound/soc/codecs/
Dwcd-clsh-v2.c19 struct snd_soc_component *comp; member
109 struct snd_soc_component *comp = ctrl->comp; in wcd_enable_clsh_block() local
120 static inline bool wcd_clsh_enable_status(struct snd_soc_component *comp) in wcd_clsh_enable_status()
126 static inline void wcd_clsh_set_buck_mode(struct snd_soc_component *comp, in wcd_clsh_set_buck_mode()
140 static inline void wcd_clsh_set_flyback_mode(struct snd_soc_component *comp, in wcd_clsh_set_flyback_mode()
158 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_buck_ctrl() local
177 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_flyback_ctrl() local
197 struct snd_soc_component *comp = ctrl->comp; in wcd_clsh_set_gain_path() local
222 static void wcd_clsh_set_hph_mode(struct snd_soc_component *comp, in wcd_clsh_set_hph_mode()
267 static void wcd_clsh_set_flyback_current(struct snd_soc_component *comp, in wcd_clsh_set_flyback_current()
[all …]
Dwcd9335.c1639 struct snd_soc_component *comp = dai->component; in wcd9335_set_prim_interpolator_rate() local
1790 struct snd_soc_component *comp = dai->component; in wcd9335_set_decimator_rate() local
2178 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd9335_get_compander() local
2190 int comp = ((struct soc_mixer_control *) kc->private_value)->shift; in wcd9335_set_compander() local
2576 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in __wcd9335_codec_enable_micbias() local
2617 static void wcd9335_codec_set_tx_hold(struct snd_soc_component *comp, in wcd9335_codec_set_tx_hold()
2655 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd9335_codec_enable_adc() local
2668 static int wcd9335_codec_find_amic_input(struct snd_soc_component *comp, in wcd9335_codec_find_amic_input()
2694 static u16 wcd9335_codec_get_amic_pwlvl_reg(struct snd_soc_component *comp, in wcd9335_codec_get_amic_pwlvl_reg()
2725 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.c1342 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_mclk() local
1449 struct snd_soc_component *comp = dai->component; in wcd934x_set_prim_interpolator_rate() local
1577 struct snd_soc_component *comp = dai->component; in wcd934x_set_decimator_rate() local
2145 static int wcd934x_init_dmic(struct snd_soc_component *comp) in wcd934x_init_dmic()
2309 static void wcd934x_comp_remove(struct snd_soc_component *comp) in wcd934x_comp_remove()
2316 static int wcd934x_comp_set_sysclk(struct snd_soc_component *comp, in wcd934x_comp_set_sysclk()
2451 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_get() local
2464 int comp = ((struct soc_mixer_control *)kc->private_value)->shift; in wcd934x_compander_set() local
2622 struct snd_soc_component *comp; in wcd934x_dec_enum_put() local
3331 struct snd_soc_component *comp = snd_soc_dapm_to_component(w->dapm); in wcd934x_codec_enable_slim() local
[all …]
/Linux-v5.10/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
153 struct mlx5_devcom_component *comp; in mlx5_devcom_register_component() local
170 struct mlx5_devcom_component *comp; in mlx5_devcom_unregister_component() local
186 struct mlx5_devcom_component *comp; in mlx5_devcom_send_event() local
209 struct mlx5_devcom_component *comp; in mlx5_devcom_set_paired() local
229 struct mlx5_devcom_component *comp; in mlx5_devcom_get_peer_data() local
252 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; in mlx5_devcom_release_peer_data() local
/Linux-v5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_comp.c17 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on()
40 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off()
55 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init()
114 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
Dmtk_mdp_core.c95 struct mtk_mdp_comp *comp) in mtk_mdp_register_component()
101 struct mtk_mdp_comp *comp) in mtk_mdp_unregister_component()
111 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_probe() local
242 struct mtk_mdp_comp *comp, *comp_temp; in mtk_mdp_remove() local
/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dodm_debug.h99 #define ODM_RT_TRACE(pDM_Odm, comp, level, fmt)\ argument
110 #define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt)\ argument
138 #define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr)\ argument
155 #define ODM_RT_TRACE(pDM_Odm, comp, level, fmt) no_printk fmt argument
156 #define ODM_RT_TRACE_F(pDM_Odm, comp, level, fmt) no_printk fmt argument
161 #define ODM_PRINT_ADDR(pDM_Odm, comp, level, title_str, ptr) \ argument
/Linux-v5.10/drivers/gpu/drm/omapdrm/dss/
Dbase.c278 struct omapdss_comp_node *comp; in omapdss_list_contains() local
291 struct omapdss_comp_node *comp; in omapdss_walk_device() local
349 static bool omapdss_component_is_loaded(struct omapdss_comp_node *comp) in omapdss_component_is_loaded()
363 struct omapdss_comp_node *comp; in omapdss_stack_is_ready() local
/Linux-v5.10/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-v5.10/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-v5.10/include/sound/sof/
Dtopology.h95 struct sof_ipc_comp comp; member
117 struct sof_ipc_comp comp; member
126 struct sof_ipc_comp comp; member
136 struct sof_ipc_comp comp; member
150 struct sof_ipc_comp comp; member
161 struct sof_ipc_comp comp; member
171 struct sof_ipc_comp comp; member
197 struct sof_ipc_comp comp; member
203 struct sof_ipc_comp comp; member
232 struct sof_ipc_comp comp; member
/Linux-v5.10/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
249 struct snd_soc_component *comp = dai->component; in fsl_audmix_dai_set_fmt() local
/Linux-v5.10/drivers/staging/greybus/
Daudio_codec.c829 struct snd_soc_component *comp; in gbaudio_register_module() local
960 struct snd_soc_component *comp = gbcodec->component; in gbaudio_unregister_module() local
1025 static int gbcodec_probe(struct snd_soc_component *comp) in gbcodec_probe()
1057 static void gbcodec_remove(struct snd_soc_component *comp) in gbcodec_remove()
1063 static int gbcodec_write(struct snd_soc_component *comp, unsigned int reg, in gbcodec_write()
1069 static unsigned int gbcodec_read(struct snd_soc_component *comp, in gbcodec_read()
/Linux-v5.10/drivers/regulator/
Dtwl-regulator.c547 #define TWL_OF_MATCH(comp, family, label) \ argument
553 #define TWL4030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL4030, label) argument
554 #define TWL6030_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6030, label) argument
555 #define TWL6032_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWL6032, label) argument
556 #define TWLFIXED_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLFIXED, label) argument
557 #define TWLSMPS_OF_MATCH(comp, label) TWL_OF_MATCH(comp, TWLSMPS, label) argument

12345678910