| /kernel/linux/linux-5.10/drivers/clk/actions/ |
| D | owl-composite.c | 18 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 …]
|
| /kernel/linux/linux-4.19/drivers/clk/actions/ |
| D | owl-composite.c | 18 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 …]
|
| /kernel/linux/linux-4.19/drivers/block/zram/ |
| D | zcomp.c | 50 static struct zcomp_strm *zcomp_strm_alloc(struct zcomp *comp) in zcomp_strm_alloc() 69 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm() 88 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show() 117 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get() 122 void zcomp_stream_put(struct zcomp *comp) in zcomp_stream_put() 163 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_up_prepare() local 180 struct zcomp *comp = hlist_entry(node, struct zcomp, node); in zcomp_cpu_dead() local 190 static int zcomp_init(struct zcomp *comp) in zcomp_init() 208 void zcomp_destroy(struct zcomp *comp) in zcomp_destroy() 225 struct zcomp *comp; in zcomp_create() local
|
| /kernel/linux/linux-5.10/drivers/block/zram/ |
| D | zcomp.c | 47 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
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_ddp_comp.c | 91 struct mtk_ddp_comp *comp, unsigned int offset) in mtk_ddp_write() 103 struct mtk_ddp_comp *comp, in mtk_ddp_write_relaxed() 117 struct mtk_ddp_comp *comp, in mtk_ddp_write_mask() 136 void mtk_dither_set(struct mtk_ddp_comp *comp, unsigned int bpc, in mtk_dither_set() 161 static void mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_od_config() 170 static void mtk_od_start(struct mtk_ddp_comp *comp) in mtk_od_start() 175 static void mtk_ufoe_start(struct mtk_ddp_comp *comp) in mtk_ufoe_start() 180 static void mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_aal_config() 188 static void mtk_aal_start(struct mtk_ddp_comp *comp) in mtk_aal_start() 193 static void mtk_aal_stop(struct mtk_ddp_comp *comp) in mtk_aal_stop() [all …]
|
| D | mtk_drm_ddp_comp.h | 76 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config() 85 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start() 91 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop() 97 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ddp_comp_enable_vblank() 104 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank() 111 unsigned int mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) in mtk_ddp_comp_supported_rotations() 119 static inline unsigned int mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) in mtk_ddp_comp_layer_nr() 127 static inline int mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_check() 136 static inline void mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_config() 145 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set() [all …]
|
| D | mtk_disp_ovl.c | 77 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 …]
|
| D | mtk_disp_color.c | 20 #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()
|
| D | mtk_disp_rdma.c | 68 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()
|
| D | mtk_drm_crtc.c | 172 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 …]
|
| /kernel/linux/linux-5.10/drivers/net/slip/ |
| D | slhc.c | 96 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 …]
|
| /kernel/linux/linux-4.19/drivers/net/slip/ |
| D | slhc.c | 96 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 …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/mediatek/ |
| D | mtk_drm_ddp_comp.c | 75 void mtk_dither_set(struct mtk_ddp_comp *comp, unsigned int bpc, in mtk_dither_set() 98 static void mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_od_config() 107 static void mtk_od_start(struct mtk_ddp_comp *comp) in mtk_od_start() 112 static void mtk_ufoe_start(struct mtk_ddp_comp *comp) in mtk_ufoe_start() 117 static void mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_aal_config() 124 static void mtk_aal_start(struct mtk_ddp_comp *comp) in mtk_aal_start() 129 static void mtk_aal_stop(struct mtk_ddp_comp *comp) in mtk_aal_stop() 134 static void mtk_gamma_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_gamma_config() 142 static void mtk_gamma_start(struct mtk_ddp_comp *comp) in mtk_gamma_start() 147 static void mtk_gamma_stop(struct mtk_ddp_comp *comp) in mtk_gamma_stop() [all …]
|
| D | mtk_drm_ddp_comp.h | 99 static inline void mtk_ddp_comp_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_config() 107 static inline void mtk_ddp_comp_start(struct mtk_ddp_comp *comp) in mtk_ddp_comp_start() 113 static inline void mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) in mtk_ddp_comp_stop() 119 static inline void mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ddp_comp_enable_vblank() 126 static inline void mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ddp_comp_disable_vblank() 132 static inline unsigned int mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) in mtk_ddp_comp_layer_nr() 140 static inline void mtk_ddp_comp_layer_on(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_on() 147 static inline void mtk_ddp_comp_layer_off(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_off() 154 static inline void mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, in mtk_ddp_comp_layer_config() 162 static inline void mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, in mtk_ddp_gamma_set()
|
| D | mtk_disp_ovl.c | 74 static inline struct mtk_disp_ovl *comp_to_ovl(struct mtk_ddp_comp *comp) in comp_to_ovl() 95 static void mtk_ovl_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ovl_enable_vblank() 105 static void mtk_ovl_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ovl_disable_vblank() 113 static void mtk_ovl_start(struct mtk_ddp_comp *comp) in mtk_ovl_start() 118 static void mtk_ovl_stop(struct mtk_ddp_comp *comp) in mtk_ovl_stop() 123 static void mtk_ovl_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_ovl_config() 135 static unsigned int mtk_ovl_layer_nr(struct mtk_ddp_comp *comp) in mtk_ovl_layer_nr() 140 static void mtk_ovl_layer_on(struct mtk_ddp_comp *comp, unsigned int idx) in mtk_ovl_layer_on() 152 static void mtk_ovl_layer_off(struct mtk_ddp_comp *comp, unsigned int idx) in mtk_ovl_layer_off() 199 static void mtk_ovl_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_ovl_layer_config()
|
| D | mtk_disp_color.c | 27 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) argument 28 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) argument 29 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) argument 49 static inline struct mtk_disp_color *comp_to_color(struct mtk_ddp_comp *comp) in comp_to_color() 54 static void mtk_color_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_color_config() 64 static void mtk_color_start(struct mtk_ddp_comp *comp) in mtk_color_start()
|
| D | mtk_disp_rdma.c | 75 static inline struct mtk_disp_rdma *comp_to_rdma(struct mtk_ddp_comp *comp) in comp_to_rdma() 96 static void rdma_update_bits(struct mtk_ddp_comp *comp, unsigned int reg, in rdma_update_bits() 105 static void mtk_rdma_enable_vblank(struct mtk_ddp_comp *comp, in mtk_rdma_enable_vblank() 115 static void mtk_rdma_disable_vblank(struct mtk_ddp_comp *comp) in mtk_rdma_disable_vblank() 123 static void mtk_rdma_start(struct mtk_ddp_comp *comp) in mtk_rdma_start() 129 static void mtk_rdma_stop(struct mtk_ddp_comp *comp) in mtk_rdma_stop() 134 static void mtk_rdma_config(struct mtk_ddp_comp *comp, unsigned int width, in mtk_rdma_config() 195 static unsigned int mtk_rdma_layer_nr(struct mtk_ddp_comp *comp) in mtk_rdma_layer_nr() 200 static void mtk_rdma_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, in mtk_rdma_layer_config()
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | wcd-clsh-v2.c | 19 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 …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_comp.c | 17 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()
|
| D | mtk_mdp_core.c | 95 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
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | devcom.c | 9 #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
|
| /kernel/linux/linux-4.19/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_comp.c | 65 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on() 88 void mtk_mdp_comp_clock_off(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_off() 103 struct mtk_mdp_comp *comp, enum mtk_mdp_comp_id comp_id) in mtk_mdp_comp_init() 154 void mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_deinit()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/ |
| D | base.c | 61 struct omapdss_comp_node *comp; in omapdss_list_contains() local 75 struct omapdss_comp_node *comp = devm_kzalloc(dev, sizeof(*comp), in omapdss_walk_device() local 129 static bool omapdss_component_is_loaded(struct omapdss_comp_node *comp) in omapdss_component_is_loaded() 143 struct omapdss_comp_node *comp; in omapdss_stack_is_ready() local
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
| D | odm_debug.h | 99 #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
|
| /kernel/linux/linux-4.19/drivers/staging/rtl8723bs/hal/ |
| D | odm_debug.h | 99 #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
|