/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.h | 92 static inline int mtk_ddp_comp_clk_enable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_enable() argument 94 if (comp->funcs && comp->funcs->clk_enable) in mtk_ddp_comp_clk_enable() 95 return comp->funcs->clk_enable(comp->dev); in mtk_ddp_comp_clk_enable() 100 static inline void mtk_ddp_comp_clk_disable(struct mtk_ddp_comp *comp) in mtk_ddp_comp_clk_disable() argument 102 if (comp->funcs && comp->funcs->clk_disable) in mtk_ddp_comp_clk_disable() 103 comp->funcs->clk_disable(comp in mtk_ddp_comp_clk_disable() 106 mtk_ddp_comp_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_config() argument 115 mtk_ddp_comp_start(struct mtk_ddp_comp *comp) mtk_ddp_comp_start() argument 121 mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) mtk_ddp_comp_stop() argument 127 mtk_ddp_comp_register_vblank_cb(struct mtk_ddp_comp *comp, void (*vblank_cb)(void *), void *vblank_cb_data) mtk_ddp_comp_register_vblank_cb() argument 136 mtk_ddp_comp_unregister_vblank_cb(struct mtk_ddp_comp *comp) mtk_ddp_comp_unregister_vblank_cb() argument 142 mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp) mtk_ddp_comp_enable_vblank() argument 148 mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) mtk_ddp_comp_disable_vblank() argument 155 mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) mtk_ddp_comp_supported_rotations() argument 163 mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) mtk_ddp_comp_layer_nr() argument 171 mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state) mtk_ddp_comp_layer_check() argument 180 mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_layer_config() argument 189 mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_ddp_gamma_set() argument 196 mtk_ddp_comp_bgclr_in_on(struct mtk_ddp_comp *comp) mtk_ddp_comp_bgclr_in_on() argument 202 mtk_ddp_comp_bgclr_in_off(struct mtk_ddp_comp *comp) mtk_ddp_comp_bgclr_in_off() argument 208 mtk_ddp_ctm_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_ddp_ctm_set() argument 215 mtk_ddp_comp_dma_dev_get(struct mtk_ddp_comp *comp) mtk_ddp_comp_dma_dev_get() argument 223 mtk_ddp_comp_get_formats(struct mtk_ddp_comp *comp) mtk_ddp_comp_get_formats() argument 232 mtk_ddp_comp_get_num_formats(struct mtk_ddp_comp *comp) mtk_ddp_comp_get_num_formats() argument 240 mtk_ddp_comp_add(struct mtk_ddp_comp *comp, struct mtk_mutex *mutex) mtk_ddp_comp_add() argument 249 mtk_ddp_comp_remove(struct mtk_ddp_comp *comp, struct mtk_mutex *mutex) mtk_ddp_comp_remove() argument 258 mtk_ddp_comp_connect(struct mtk_ddp_comp *comp, struct device *mmsys_dev, unsigned int next) mtk_ddp_comp_connect() argument 268 mtk_ddp_comp_disconnect(struct mtk_ddp_comp *comp, struct device *mmsys_dev, unsigned int next) mtk_ddp_comp_disconnect() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.h | 42 void (*config)(struct mtk_ddp_comp *comp, unsigned int w, 45 void (*start)(struct mtk_ddp_comp *comp); 46 void (*stop)(struct mtk_ddp_comp *comp); 47 void (*enable_vblank)(struct mtk_ddp_comp *comp, struct drm_crtc *crtc); 48 void (*disable_vblank)(struct mtk_ddp_comp *comp); 49 unsigned int (*supported_rotations)(struct mtk_ddp_comp *comp); 50 unsigned int (*layer_nr)(struct mtk_ddp_comp *comp); 51 int (*layer_check)(struct mtk_ddp_comp *comp, 54 void (*layer_config)(struct mtk_ddp_comp *comp, unsigned int idx, 57 void (*gamma_set)(struct mtk_ddp_comp *comp, 76 mtk_ddp_comp_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_config() argument 85 mtk_ddp_comp_start(struct mtk_ddp_comp *comp) mtk_ddp_comp_start() argument 91 mtk_ddp_comp_stop(struct mtk_ddp_comp *comp) mtk_ddp_comp_stop() argument 97 mtk_ddp_comp_enable_vblank(struct mtk_ddp_comp *comp, struct drm_crtc *crtc) mtk_ddp_comp_enable_vblank() argument 104 mtk_ddp_comp_disable_vblank(struct mtk_ddp_comp *comp) mtk_ddp_comp_disable_vblank() argument 111 mtk_ddp_comp_supported_rotations(struct mtk_ddp_comp *comp) mtk_ddp_comp_supported_rotations() argument 119 mtk_ddp_comp_layer_nr(struct mtk_ddp_comp *comp) mtk_ddp_comp_layer_nr() argument 127 mtk_ddp_comp_layer_check(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state) mtk_ddp_comp_layer_check() argument 136 mtk_ddp_comp_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_ddp_comp_layer_config() argument 145 mtk_ddp_gamma_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_ddp_gamma_set() argument 152 mtk_ddp_comp_bgclr_in_on(struct mtk_ddp_comp *comp) mtk_ddp_comp_bgclr_in_on() argument 158 mtk_ddp_comp_bgclr_in_off(struct mtk_ddp_comp *comp) mtk_ddp_comp_bgclr_in_off() argument 164 mtk_ddp_ctm_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_ddp_ctm_set() argument [all...] |
H A D | mtk_drm_ddp_comp.c | 91 struct mtk_ddp_comp *comp, unsigned int offset) in mtk_ddp_write() 95 cmdq_pkt_write(cmdq_pkt, comp->subsys, in mtk_ddp_write() 96 comp->regs_pa + offset, value); in mtk_ddp_write() 99 writel(value, comp->regs + offset); in mtk_ddp_write() 103 struct mtk_ddp_comp *comp, in mtk_ddp_write_relaxed() 108 cmdq_pkt_write(cmdq_pkt, comp->subsys, in mtk_ddp_write_relaxed() 109 comp->regs_pa + offset, value); in mtk_ddp_write_relaxed() 112 writel_relaxed(value, comp->regs + offset); in mtk_ddp_write_relaxed() 117 struct mtk_ddp_comp *comp, in mtk_ddp_write_mask() 123 cmdq_pkt_write_mask(cmdq_pkt, comp in mtk_ddp_write_mask() 90 mtk_ddp_write(struct cmdq_pkt *cmdq_pkt, unsigned int value, struct mtk_ddp_comp *comp, unsigned int offset) mtk_ddp_write() argument 102 mtk_ddp_write_relaxed(struct cmdq_pkt *cmdq_pkt, unsigned int value, struct mtk_ddp_comp *comp, unsigned int offset) mtk_ddp_write_relaxed() argument 115 mtk_ddp_write_mask(struct cmdq_pkt *cmdq_pkt, unsigned int value, struct mtk_ddp_comp *comp, unsigned int offset, unsigned int mask) mtk_ddp_write_mask() argument 136 mtk_dither_set(struct mtk_ddp_comp *comp, unsigned int bpc, unsigned int CFG, struct cmdq_pkt *cmdq_pkt) mtk_dither_set() argument 161 mtk_od_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_od_config() argument 170 mtk_od_start(struct mtk_ddp_comp *comp) mtk_od_start() argument 175 mtk_ufoe_start(struct mtk_ddp_comp *comp) mtk_ufoe_start() argument 180 mtk_aal_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_aal_config() argument 188 mtk_aal_start(struct mtk_ddp_comp *comp) mtk_aal_start() argument 193 mtk_aal_stop(struct mtk_ddp_comp *comp) mtk_aal_stop() argument 198 mtk_ccorr_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ccorr_config() argument 206 mtk_ccorr_start(struct mtk_ddp_comp *comp) mtk_ccorr_start() argument 211 mtk_ccorr_stop(struct mtk_ddp_comp *comp) mtk_ccorr_stop() argument 236 mtk_ccorr_ctm_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_ccorr_ctm_set() argument 267 mtk_dither_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_dither_config() argument 275 mtk_dither_start(struct mtk_ddp_comp *comp) mtk_dither_start() argument 280 mtk_dither_stop(struct mtk_ddp_comp *comp) mtk_dither_stop() argument 285 mtk_gamma_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_gamma_config() argument 293 mtk_gamma_start(struct mtk_ddp_comp *comp) mtk_gamma_start() argument 298 mtk_gamma_stop(struct mtk_ddp_comp *comp) mtk_gamma_stop() argument 303 mtk_gamma_set(struct mtk_ddp_comp *comp, struct drm_crtc_state *state) mtk_gamma_set() argument 470 mtk_ddp_comp_init(struct device *dev, struct device_node *node, struct mtk_ddp_comp *comp, enum mtk_ddp_comp_id comp_id, const struct mtk_ddp_comp_funcs *funcs) mtk_ddp_comp_init() argument 553 mtk_ddp_comp_register(struct drm_device *drm, struct mtk_ddp_comp *comp) mtk_ddp_comp_register() argument 564 mtk_ddp_comp_unregister(struct drm_device *drm, struct mtk_ddp_comp *comp) mtk_ddp_comp_unregister() argument [all...] |
H A D | mtk_disp_ovl.c | 77 static inline struct mtk_disp_ovl *comp_to_ovl(struct mtk_ddp_comp *comp) in comp_to_ovl() argument 79 return container_of(comp, struct mtk_disp_ovl, ddp_comp); in comp_to_ovl() 98 static void mtk_ovl_enable_vblank(struct mtk_ddp_comp *comp, in mtk_ovl_enable_vblank() argument 101 struct mtk_disp_ovl *ovl = comp_to_ovl(comp); in mtk_ovl_enable_vblank() 104 writel(0x0, comp->regs + DISP_REG_OVL_INTSTA); in mtk_ovl_enable_vblank() 105 writel_relaxed(OVL_FME_CPL_INT, comp->regs + DISP_REG_OVL_INTEN); in mtk_ovl_enable_vblank() 108 static void mtk_ovl_disable_vblank(struct mtk_ddp_comp *comp) in mtk_ovl_disable_vblank() argument 110 struct mtk_disp_ovl *ovl = comp_to_ovl(comp); in mtk_ovl_disable_vblank() 113 writel_relaxed(0x0, comp->regs + DISP_REG_OVL_INTEN); in mtk_ovl_disable_vblank() 116 static void mtk_ovl_start(struct mtk_ddp_comp *comp) in mtk_ovl_start() argument 121 mtk_ovl_stop(struct mtk_ddp_comp *comp) mtk_ovl_stop() argument 126 mtk_ovl_config(struct mtk_ddp_comp *comp, unsigned int w, unsigned int h, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_ovl_config() argument 139 mtk_ovl_layer_nr(struct mtk_ddp_comp *comp) mtk_ovl_layer_nr() argument 146 mtk_ovl_supported_rotations(struct mtk_ddp_comp *comp) mtk_ovl_supported_rotations() argument 152 mtk_ovl_layer_check(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *mtk_state) mtk_ovl_layer_check() argument 180 mtk_ovl_layer_on(struct mtk_ddp_comp *comp, unsigned int idx, struct cmdq_pkt *cmdq_pkt) mtk_ovl_layer_on() argument 205 mtk_ovl_layer_off(struct mtk_ddp_comp *comp, unsigned int idx, struct cmdq_pkt *cmdq_pkt) mtk_ovl_layer_off() argument 250 mtk_ovl_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_ovl_layer_config() argument 296 mtk_ovl_bgclr_in_on(struct mtk_ddp_comp *comp) mtk_ovl_bgclr_in_on() argument 305 mtk_ovl_bgclr_in_off(struct mtk_ddp_comp *comp) mtk_ovl_bgclr_in_off() argument [all...] |
H A D | mtk_disp_rdma.c | 68 static inline struct mtk_disp_rdma *comp_to_rdma(struct mtk_ddp_comp *comp) in comp_to_rdma() argument 70 return container_of(comp, struct mtk_disp_rdma, ddp_comp); in comp_to_rdma() 89 static void rdma_update_bits(struct mtk_ddp_comp *comp, unsigned int reg, in rdma_update_bits() argument 92 unsigned int tmp = readl(comp->regs + reg); in rdma_update_bits() 95 writel(tmp, comp->regs + reg); in rdma_update_bits() 98 static void mtk_rdma_enable_vblank(struct mtk_ddp_comp *comp, in mtk_rdma_enable_vblank() argument 101 struct mtk_disp_rdma *rdma = comp_to_rdma(comp); in mtk_rdma_enable_vblank() 104 rdma_update_bits(comp, DISP_REG_RDMA_INT_ENABLE, RDMA_FRAME_END_INT, in mtk_rdma_enable_vblank() 108 static void mtk_rdma_disable_vblank(struct mtk_ddp_comp *comp) in mtk_rdma_disable_vblank() argument 110 struct mtk_disp_rdma *rdma = comp_to_rdma(comp); in mtk_rdma_disable_vblank() 116 mtk_rdma_start(struct mtk_ddp_comp *comp) mtk_rdma_start() argument 122 mtk_rdma_stop(struct mtk_ddp_comp *comp) mtk_rdma_stop() argument 127 mtk_rdma_config(struct mtk_ddp_comp *comp, unsigned int width, unsigned int height, unsigned int vrefresh, unsigned int bpc, struct cmdq_pkt *cmdq_pkt) mtk_rdma_config() argument 190 mtk_rdma_layer_nr(struct mtk_ddp_comp *comp) mtk_rdma_layer_nr() argument 195 mtk_rdma_layer_config(struct mtk_ddp_comp *comp, unsigned int idx, struct mtk_plane_state *state, struct cmdq_pkt *cmdq_pkt) mtk_rdma_layer_config() argument [all...] |
H A D | mtk_disp_color.c | 20 #define DISP_COLOR_START(comp) ((comp)->data->color_offset) 21 #define DISP_COLOR_WIDTH(comp) (DISP_COLOR_START(comp) + 0x50) 22 #define DISP_COLOR_HEIGHT(comp) (DISP_COLOR_START(comp) + 0x54) 42 static inline struct mtk_disp_color *comp_to_color(struct mtk_ddp_comp *comp) in comp_to_color() argument 44 return container_of(comp, struct mtk_disp_color, ddp_comp); in comp_to_color() 47 static void mtk_color_config(struct mtk_ddp_comp *comp, unsigned int w, in mtk_color_config() argument 51 struct mtk_disp_color *color = comp_to_color(comp); in mtk_color_config() 57 mtk_color_start(struct mtk_ddp_comp *comp) mtk_color_start() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 38 struct mlx5_devcom_comp *comp; member 112 struct mlx5_devcom_comp *comp; in mlx5_devcom_comp_alloc() local 114 comp = kzalloc(sizeof(*comp), GFP_KERNEL); in mlx5_devcom_comp_alloc() 115 if (!comp) in mlx5_devcom_comp_alloc() 118 comp->id = id; in mlx5_devcom_comp_alloc() 119 comp->key = key; in mlx5_devcom_comp_alloc() 120 comp->handler = handler; in mlx5_devcom_comp_alloc() 121 init_rwsem(&comp->sem); in mlx5_devcom_comp_alloc() 122 kref_init(&comp in mlx5_devcom_comp_alloc() 131 struct mlx5_devcom_comp *comp = container_of(ref, struct mlx5_devcom_comp, ref); mlx5_devcom_comp_release() local 140 devcom_alloc_comp_dev(struct mlx5_devcom_dev *devc, struct mlx5_devcom_comp *comp, void *data) devcom_alloc_comp_dev() argument 165 struct mlx5_devcom_comp *comp = devcom->comp; devcom_free_comp_dev() local 190 struct mlx5_devcom_comp *comp; devcom_component_get() local 216 struct mlx5_devcom_comp *comp; mlx5_devcom_register_component() local 260 struct mlx5_devcom_comp *comp; mlx5_devcom_send_event() local 314 struct mlx5_devcom_comp *comp; mlx5_devcom_for_each_peer_begin() local 337 struct mlx5_devcom_comp *comp = devcom->comp; mlx5_devcom_get_next_peer_data() local 361 struct mlx5_devcom_comp *comp = devcom->comp; mlx5_devcom_get_next_peer_data_rcu() local [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A 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 113 snd_soc_component_update_bits(comp, WCD9XXX_A_CDC_CLSH_CRC, in wcd_enable_clsh_block() 120 static inline bool wcd_clsh_enable_status(struct snd_soc_component *comp) in wcd_clsh_enable_status() argument 122 return snd_soc_component_read(comp, WCD9XXX_A_CDC_CLSH_CRC) & 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() argument 131 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIES, in wcd_clsh_set_buck_mode() 135 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIES, 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() argument 158 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_buck_ctrl() local 177 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_flyback_ctrl() local 197 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_set_gain_path() local 222 wcd_clsh_set_hph_mode(struct snd_soc_component *comp, int mode) wcd_clsh_set_hph_mode() argument 267 wcd_clsh_set_flyback_current(struct snd_soc_component *comp, int mode) wcd_clsh_set_flyback_current() argument 279 wcd_clsh_set_buck_regulator_mode(struct snd_soc_component *comp, int mode) wcd_clsh_set_buck_regulator_mode() argument 295 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_lo() local 322 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_hph_r() local 380 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_hph_l() local 438 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_ear() local 528 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_ctrl_set_state() local 558 wcd_clsh_ctrl_alloc(struct snd_soc_component *comp, int version) wcd_clsh_ctrl_alloc() argument [all...] |
/kernel/linux/linux-5.10/drivers/clk/actions/ |
H A D | owl-composite.c | 18 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_get_parent() local 20 return owl_mux_helper_get_parent(&comp->common, &comp->mux_hw); in owl_comp_get_parent() 25 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_set_parent() local 27 return owl_mux_helper_set_parent(&comp->common, &comp->mux_hw, index); in owl_comp_set_parent() 32 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_disable() local 33 struct owl_clk_common *common = &comp->common; in owl_comp_disable() 35 owl_gate_set(common, &comp->gate_hw, false); in owl_comp_disable() 40 struct owl_composite *comp in owl_comp_enable() local 50 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_is_enabled() local 59 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_round_rate() local 68 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_recalc_rate() local 77 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_set_rate() local 86 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_round_rate() local 96 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_recalc_rate() local 106 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_set_rate() local 116 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fix_fact_round_rate() local 125 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fix_fact_recalc_rate() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/actions/ |
H A D | owl-composite.c | 18 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_get_parent() local 20 return owl_mux_helper_get_parent(&comp->common, &comp->mux_hw); in owl_comp_get_parent() 25 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_set_parent() local 27 return owl_mux_helper_set_parent(&comp->common, &comp->mux_hw, index); in owl_comp_set_parent() 32 struct owl_composite *comp = hw_to_owl_comp(hw); in owl_comp_disable() local 33 struct owl_clk_common *common = &comp->common; in owl_comp_disable() 35 owl_gate_set(common, &comp->gate_hw, false); in owl_comp_disable() 40 struct owl_composite *comp in owl_comp_enable() local 50 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_is_enabled() local 59 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_determine_rate() local 74 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_recalc_rate() local 83 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_div_set_rate() local 92 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_determine_rate() local 108 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_recalc_rate() local 118 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fact_set_rate() local 128 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fix_fact_round_rate() local 137 struct owl_composite *comp = hw_to_owl_comp(hw); owl_comp_fix_fact_recalc_rate() local [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/ |
H A 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() argument 21 if (comp->larb_dev) { in mtk_mdp_comp_clock_on() 22 err = mtk_smi_larb_get(comp->larb_dev); in mtk_mdp_comp_clock_on() 26 err, comp->type); in mtk_mdp_comp_clock_on() 29 for (i = 0; i < ARRAY_SIZE(comp->clk); i++) { in mtk_mdp_comp_clock_on() 30 if (IS_ERR(comp->clk[i])) in mtk_mdp_comp_clock_on() 32 err = clk_prepare_enable(comp->clk[i]); in mtk_mdp_comp_clock_on() 36 err, comp->type, i); 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() argument 44 for (i = 0; i < ARRAY_SIZE(comp in mtk_mdp_comp_clock_off() 54 mtk_mdp_comp_init(struct device *dev, struct device_node *node, struct mtk_mdp_comp *comp, enum mtk_mdp_comp_type comp_type) mtk_mdp_comp_init() argument 114 mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) mtk_mdp_comp_deinit() argument [all...] |
/kernel/linux/linux-5.10/drivers/block/zram/ |
H A D | zcomp.c | 47 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init() argument 49 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init() 62 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm() argument 71 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm() 75 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show() argument 82 if (!strcmp(comp, backends[i])) { in zcomp_available_show() 96 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show() 98 "[%s] ", comp); in zcomp_available_show() 104 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get() argument 106 local_lock(&comp in zcomp_stream_get() 110 zcomp_stream_put(struct zcomp *comp) zcomp_stream_put() argument 151 struct zcomp *comp = hlist_entry(node, struct zcomp, node); zcomp_cpu_up_prepare() local 166 struct zcomp *comp = hlist_entry(node, struct zcomp, node); zcomp_cpu_dead() local 174 zcomp_init(struct zcomp *comp) zcomp_init() argument 192 zcomp_destroy(struct zcomp *comp) zcomp_destroy() argument 209 struct zcomp *comp; zcomp_create() local [all...] |
/kernel/linux/linux-6.6/drivers/block/zram/ |
H A D | zcomp.c | 49 static int zcomp_strm_init(struct zcomp_strm *zstrm, struct zcomp *comp) in zcomp_strm_init() argument 51 zstrm->tfm = crypto_alloc_comp(comp->name, 0, 0); in zcomp_strm_init() 64 bool zcomp_available_algorithm(const char *comp) in zcomp_available_algorithm() argument 73 return crypto_has_comp(comp, 0, 0) == 1; in zcomp_available_algorithm() 77 ssize_t zcomp_available_show(const char *comp, char *buf) in zcomp_available_show() argument 84 if (!strcmp(comp, backends[i])) { in zcomp_available_show() 98 if (!known_algorithm && crypto_has_comp(comp, 0, 0) == 1) in zcomp_available_show() 100 "[%s] ", comp); in zcomp_available_show() 106 struct zcomp_strm *zcomp_stream_get(struct zcomp *comp) in zcomp_stream_get() argument 108 local_lock(&comp in zcomp_stream_get() 112 zcomp_stream_put(struct zcomp *comp) zcomp_stream_put() argument 153 struct zcomp *comp = hlist_entry(node, struct zcomp, node); zcomp_cpu_up_prepare() local 168 struct zcomp *comp = hlist_entry(node, struct zcomp, node); zcomp_cpu_dead() local 176 zcomp_init(struct zcomp *comp) zcomp_init() argument 194 zcomp_destroy(struct zcomp *comp) zcomp_destroy() argument 211 struct zcomp *comp; zcomp_create() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | devcom.c | 10 #define devcom_for_each_component(priv, comp, iter) \ 12 comp = &(priv)->components[iter], iter < MLX5_DEVCOM_NUM_COMPONENTS; \ 39 struct mlx5_devcom_component *comp; in mlx5_devcom_list_alloc() local 47 devcom_for_each_component(priv, comp, i) in mlx5_devcom_list_alloc() 48 init_rwsem(&comp->sem); in mlx5_devcom_list_alloc() 165 struct mlx5_devcom_component *comp; in mlx5_devcom_register_component() local 172 comp = &devcom->priv->components[id]; in mlx5_devcom_register_component() 173 down_write(&comp->sem); in mlx5_devcom_register_component() 174 comp->handler = handler; in mlx5_devcom_register_component() 175 comp in mlx5_devcom_register_component() 182 struct mlx5_devcom_component *comp; mlx5_devcom_unregister_component() local 198 struct mlx5_devcom_component *comp; mlx5_devcom_send_event() local 221 struct mlx5_devcom_component *comp; mlx5_devcom_set_paired() local 241 struct mlx5_devcom_component *comp; mlx5_devcom_get_peer_data() local 264 struct mlx5_devcom_component *comp = &devcom->priv->components[id]; mlx5_devcom_release_peer_data() local [all...] |
/kernel/linux/linux-5.10/drivers/net/slip/ |
H A D | slhc.c | 96 struct slcompress *comp; in slhc_init() local 101 comp = kzalloc(sizeof(struct slcompress), GFP_KERNEL); in slhc_init() 102 if (! comp) in slhc_init() 107 comp->rstate = kzalloc(rsize, GFP_KERNEL); in slhc_init() 108 if (! comp->rstate) in slhc_init() 110 comp->rslot_limit = rslots - 1; in slhc_init() 115 comp->tstate = kzalloc(tsize, GFP_KERNEL); in slhc_init() 116 if (! comp->tstate) in slhc_init() 118 comp->tslot_limit = tslots - 1; in slhc_init() 121 comp in slhc_init() 154 slhc_free(struct slcompress *comp) slhc_free() argument 227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) slhc_compress() argument 493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) slhc_uncompress() argument 644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) slhc_remember() argument 695 slhc_toss(struct slcompress *comp) slhc_toss() argument 707 slhc_toss(struct slcompress *comp) slhc_toss() argument 713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) slhc_uncompress() argument 719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) slhc_compress() argument 727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) slhc_remember() argument 734 slhc_free(struct slcompress *comp) slhc_free() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/slip/ |
H A D | slhc.c | 96 struct slcompress *comp; in slhc_init() local 101 comp = kzalloc(sizeof(struct slcompress), GFP_KERNEL); in slhc_init() 102 if (! comp) in slhc_init() 107 comp->rstate = kzalloc(rsize, GFP_KERNEL); in slhc_init() 108 if (! comp->rstate) in slhc_init() 110 comp->rslot_limit = rslots - 1; in slhc_init() 115 comp->tstate = kzalloc(tsize, GFP_KERNEL); in slhc_init() 116 if (! comp->tstate) in slhc_init() 118 comp->tslot_limit = tslots - 1; in slhc_init() 121 comp in slhc_init() 154 slhc_free(struct slcompress *comp) slhc_free() argument 227 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) slhc_compress() argument 493 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) slhc_uncompress() argument 644 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) slhc_remember() argument 695 slhc_toss(struct slcompress *comp) slhc_toss() argument 707 slhc_toss(struct slcompress *comp) slhc_toss() argument 713 slhc_uncompress(struct slcompress *comp, unsigned char *icp, int isize) slhc_uncompress() argument 719 slhc_compress(struct slcompress *comp, unsigned char *icp, int isize, unsigned char *ocp, unsigned char **cpp, int compress_cid) slhc_compress() argument 727 slhc_remember(struct slcompress *comp, unsigned char *icp, int isize) slhc_remember() argument 734 slhc_free(struct slcompress *comp) slhc_free() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp/ |
H A D | mtk_mdp_comp.c | 14 void mtk_mdp_comp_clock_on(struct device *dev, struct mtk_mdp_comp *comp) in mtk_mdp_comp_clock_on() argument 18 for (i = 0; i < ARRAY_SIZE(comp->clk); i++) { in mtk_mdp_comp_clock_on() 19 if (IS_ERR(comp->clk[i])) in mtk_mdp_comp_clock_on() 21 err = clk_prepare_enable(comp->clk[i]); in mtk_mdp_comp_clock_on() 25 err, comp->type, i); 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() argument 33 for (i = 0; i < ARRAY_SIZE(comp->clk); i++) { in mtk_mdp_comp_clock_off() 34 if (IS_ERR(comp->clk[i])) in mtk_mdp_comp_clock_off() 36 clk_disable_unprepare(comp->clk[i]); in mtk_mdp_comp_clock_off() 41 struct mtk_mdp_comp *comp, in mtk_mdp_comp_init() 40 mtk_mdp_comp_init(struct device *dev, struct device_node *node, struct mtk_mdp_comp *comp, enum mtk_mdp_comp_type comp_type) mtk_mdp_comp_init() argument 71 mtk_mdp_comp_deinit(struct device *dev, struct mtk_mdp_comp *comp) mtk_mdp_comp_deinit() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd-clsh-v2.c | 19 struct snd_soc_component *comp; member 122 struct snd_soc_component *comp = ctrl->comp; in wcd_enable_clsh_block() local 126 snd_soc_component_update_bits(comp, WCD9XXX_A_CDC_CLSH_CRC, in wcd_enable_clsh_block() 133 static inline void wcd_clsh_set_buck_mode(struct snd_soc_component *comp, in wcd_clsh_set_buck_mode() argument 138 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIES, in wcd_clsh_set_buck_mode() 142 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIES, in wcd_clsh_set_buck_mode() 161 static inline void wcd_clsh_set_flyback_mode(struct snd_soc_component *comp, in wcd_clsh_set_flyback_mode() argument 166 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIES, in wcd_clsh_set_flyback_mode() 170 snd_soc_component_update_bits(comp, WCD9XXX_A_ANA_RX_SUPPLIE in wcd_clsh_set_flyback_mode() 179 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_buck_ctrl() local 228 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_flyback_ctrl() local 248 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_set_gain_path() local 273 wcd_clsh_v2_set_hph_mode(struct snd_soc_component *comp, int mode) wcd_clsh_v2_set_hph_mode() argument 350 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_set_hph_mode() local 360 wcd_clsh_set_flyback_current(struct snd_soc_component *comp, int mode) wcd_clsh_set_flyback_current() argument 372 wcd_clsh_set_buck_regulator_mode(struct snd_soc_component *comp, int mode) wcd_clsh_set_buck_regulator_mode() argument 512 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_lo() local 571 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_hph_r() local 661 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_hph_l() local 745 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_state_ear() local 849 struct snd_soc_component *comp = ctrl->comp; wcd_clsh_ctrl_set_state() local 881 wcd_clsh_ctrl_alloc(struct snd_soc_component *comp, int version) wcd_clsh_ctrl_alloc() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
H A D | mtk-mdp3-comp.c | 12 #include "mtk-mdp3-comp.h" 31 return ctx->comp->mdp_dev->mdp_data->mdp_cfg; in __get_plat_cfg() 39 rdma0 = mdp_cfg_get_id_inner(ctx->comp->mdp_dev, MDP_COMP_RDMA0); in get_comp_flag() 40 rsz1 = mdp_cfg_get_id_inner(ctx->comp->mdp_dev, MDP_COMP_RSZ1); in get_comp_flag() 45 if (ctx->comp->inner_id == rdma0) in get_comp_flag() 48 return BIT(ctx->comp->inner_id); in get_comp_flag() 54 phys_addr_t base = ctx->comp->reg_base; in init_rdma() 55 u8 subsys_id = ctx->comp->subsys_id; in init_rdma() 58 rdma0 = mdp_cfg_get_id_inner(ctx->comp->mdp_dev, MDP_COMP_RDMA0); in init_rdma() 63 struct mdp_comp *prz1 = ctx->comp in init_rdma() 796 mdp_comp_clock_on(struct device *dev, struct mdp_comp *comp) mdp_comp_clock_on() argument 837 mdp_comp_clock_off(struct device *dev, struct mdp_comp *comp) mdp_comp_clock_off() argument 872 mdp_get_subsys_id(struct mdp_dev *mdp, struct device *dev, struct device_node *node, struct mdp_comp *comp) mdp_get_subsys_id() argument 906 __mdp_comp_init(struct mdp_dev *mdp, struct device_node *node, struct mdp_comp *comp) __mdp_comp_init() argument 924 mdp_comp_init(struct mdp_dev *mdp, struct device_node *node, struct mdp_comp *comp, enum mtk_mdp_comp_id id) mdp_comp_init() argument 993 mdp_comp_deinit(struct mdp_comp *comp) mdp_comp_deinit() argument 1012 struct mdp_comp *comp; mdp_comp_create() local 1048 struct mdp_comp *comp; mdp_comp_sub_create() local 1114 struct mdp_comp *comp; mdp_comp_config() local [all...] |
/kernel/linux/linux-6.6/drivers/counter/ |
H A D | counter-sysfs.c | 31 * @comp: Counter component callbacks and data 39 struct counter_comp comp; member 115 err = a->comp.device_u8_read(counter, &data); in counter_comp_u8_show() 118 err = a->comp.signal_u8_read(counter, a->parent, &data); in counter_comp_u8_show() 121 err = a->comp.count_u8_read(counter, a->parent, &data); in counter_comp_u8_show() 129 if (a->comp.type == COUNTER_COMP_BOOL) in counter_comp_u8_show() 146 if (a->comp.type == COUNTER_COMP_BOOL) { in counter_comp_u8_store() 156 err = a->comp.device_u8_write(counter, data); in counter_comp_u8_store() 159 err = a->comp.signal_u8_write(counter, a->parent, data); in counter_comp_u8_store() 162 err = a->comp in counter_comp_u8_store() 532 counter_avail_attr_create(struct device *const dev, struct counter_attribute_group *const group, const struct counter_comp *const comp, void *const parent) counter_avail_attr_create() argument 567 counter_attr_create(struct device *const dev, struct counter_attribute_group *const group, const struct counter_comp *const comp, const enum counter_scope scope, void *const parent) counter_attr_create() argument 763 counter_array_attrs_create(struct device *const dev, struct counter_attribute_group *const group, const struct counter_comp *const comp, const enum counter_scope scope, void *const parent, const size_t id) counter_array_attrs_create() argument 847 struct counter_comp comp; counter_signal_attrs_create() local 901 struct counter_comp comp; counter_sysfs_synapses_add() local 947 struct counter_comp comp; counter_count_attrs_create() local [all...] |
H A D | counter-chrdev.c | 29 struct counter_comp comp; member 49 #define counter_comp_read_is_set(comp) \ 50 (comp.action_read || \ 51 comp.device_u8_read || \ 52 comp.count_u8_read || \ 53 comp.signal_u8_read || \ 54 comp.device_u32_read || \ 55 comp.count_u32_read || \ 56 comp.signal_u32_read || \ 57 comp 488 counter_get_array_data(struct counter_device *const counter, const enum counter_scope scope, void *const parent, const struct counter_comp *const comp, const size_t idx, u64 *const value) counter_get_array_data() argument 528 const struct counter_comp *const comp = &comp_node->comp; counter_get_data() local [all...] |
/kernel/linux/linux-5.10/drivers/most/ |
H A D | core.c | 33 struct most_component *comp; member 450 struct most_component *comp; in match_component() local 452 list_for_each_entry(comp, &comp_list, list) { in match_component() 453 if (!strcmp(comp->name, name)) in match_component() 454 return comp; in match_component() 473 if (c->pipe0.comp) { in print_links() 477 c->pipe0.comp->name, in print_links() 481 if (c->pipe1.comp) { in print_links() 485 c->pipe1.comp->name, in print_links() 517 struct most_component *comp; in components_show() local 551 link_channel_to_component(struct most_channel *c, struct most_component *comp, char *name, char *comp_param) link_channel_to_component() argument 668 struct most_component *comp; most_cfg_complete() local 681 struct most_component *comp = match_component(comp_name); most_add_link() local 692 struct most_component *comp; most_remove_link() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1219 most_register_component(struct most_component *comp) most_register_component() argument 1234 struct most_component *comp = data; disconnect_channels() local 1252 most_deregister_component(struct most_component *comp) most_deregister_component() argument [all...] |
/kernel/linux/linux-6.6/drivers/most/ |
H A D | core.c | 33 struct most_component *comp; member 450 struct most_component *comp; in match_component() local 452 list_for_each_entry(comp, &comp_list, list) { in match_component() 453 if (!strcmp(comp->name, name)) in match_component() 454 return comp; in match_component() 473 if (c->pipe0.comp) { in print_links() 477 c->pipe0.comp->name, in print_links() 481 if (c->pipe1.comp) { in print_links() 485 c->pipe1.comp->name, in print_links() 517 struct most_component *comp; in components_show() local 551 link_channel_to_component(struct most_channel *c, struct most_component *comp, char *name, char *comp_param) link_channel_to_component() argument 668 struct most_component *comp; most_cfg_complete() local 681 struct most_component *comp = match_component(comp_name); most_add_link() local 692 struct most_component *comp; most_remove_link() local 953 channel_has_mbo(struct most_interface *iface, int id, struct most_component *comp) channel_has_mbo() argument 984 most_get_mbo(struct most_interface *iface, int id, struct most_component *comp) most_get_mbo() argument 1090 most_start_channel(struct most_interface *iface, int id, struct most_component *comp) most_start_channel() argument 1160 most_stop_channel(struct most_interface *iface, int id, struct most_component *comp) most_stop_channel() argument 1219 most_register_component(struct most_component *comp) most_register_component() argument 1234 struct most_component *comp = data; disconnect_channels() local 1252 most_deregister_component(struct most_component *comp) most_deregister_component() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/pds_core/ |
H A D | adminq.c | 15 union pds_core_notifyq_comp *comp; in pdsc_process_notifyq() local 23 comp = cq_info->comp; in pdsc_process_notifyq() 24 eid = le64_to_cpu(comp->event.eid); in pdsc_process_notifyq() 26 u16 ecode = le16_to_cpu(comp->event.ecode); in pdsc_process_notifyq() 32 pdsc_notify(PDS_EVENT_LINK_CHANGE, comp); in pdsc_process_notifyq() 38 pdsc_notify(PDS_EVENT_RESET, comp); in pdsc_process_notifyq() 55 comp = cq_info->comp; in pdsc_process_notifyq() 56 eid = le64_to_cpu(comp in pdsc_process_notifyq() 77 union pds_core_adminq_comp *comp; pdsc_process_adminq() local 166 __pdsc_adminq_post(struct pdsc *pdsc, struct pdsc_qcq *qcq, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, struct pdsc_wait_context *wc) __pdsc_adminq_post() argument 233 pdsc_adminq_post(struct pdsc *pdsc, union pds_core_adminq_cmd *cmd, union pds_core_adminq_comp *comp, bool fast_poll) pdsc_adminq_post() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/avs/ |
H A D | topology.c | 126 int (*parse)(struct snd_soc_component *comp, void *elem, void *object, u32 offset); 130 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token() argument 141 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token() argument 152 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token() argument 163 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token() argument 174 avs_parse_word_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_word_token() argument 185 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_string_token() argument 195 static int avs_parse_uuid_tokens(struct snd_soc_component *comp, void *object, in avs_parse_uuid_tokens() argument 212 ret = parsers[j].parse(comp, tuple, object, parsers[j].offset); in avs_parse_uuid_tokens() 221 static int avs_parse_string_tokens(struct snd_soc_component *comp, voi argument 247 avs_parse_word_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, int count, struct snd_soc_tplg_vendor_array *tuples) avs_parse_word_tokens() argument 278 avs_parse_tokens(struct snd_soc_component *comp, void *object, const struct avs_tplg_token_parser *parsers, size_t count, struct snd_soc_tplg_vendor_array *tuples, int priv_size) avs_parse_tokens() argument 354 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) parse_audio_format_bitfield() argument 374 parse_link_formatted_string(struct snd_soc_component *comp, void *elem, void *object, u32 offset) parse_link_formatted_string() argument 395 parse_dictionary_header(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, void **dict, u32 *num_entries, size_t entry_size, u32 num_entries_token) parse_dictionary_header() argument 419 parse_dictionary_entries(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, void *dict, u32 num_entries, size_t entry_size, u32 entry_id_token, const struct avs_tplg_token_parser *parsers, size_t num_parsers) parse_dictionary_entries() argument 452 parse_dictionary(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, void **dict, u32 *num_entries, size_t entry_size, u32 num_entries_token, u32 entry_id_token, const struct avs_tplg_token_parser *parsers, size_t num_parsers) parse_dictionary() argument 483 avs_tplg_parse_libraries(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_libraries() argument 547 avs_tplg_parse_audio_formats(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_audio_formats() argument 588 avs_tplg_parse_modcfgs_base(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_modcfgs_base() argument 813 assign_copier_gtw_instance(struct snd_soc_component *comp, struct avs_tplg_modcfg_ext *cfg) assign_copier_gtw_instance() argument 836 avs_tplg_parse_modcfg_ext(struct snd_soc_component *comp, struct avs_tplg_modcfg_ext *cfg, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_modcfg_ext() argument 886 avs_tplg_parse_modcfgs_ext(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_modcfgs_ext() argument 958 avs_tplg_parse_pplcfgs(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_pplcfgs() argument 1023 avs_tplg_parse_bindings(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_parse_bindings() argument 1083 avs_tplg_module_create(struct snd_soc_component *comp, struct avs_tplg_pipeline *owner, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_module_create() argument 1135 avs_tplg_pipeline_create(struct snd_soc_component *comp, struct avs_tplg_path *owner, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_pipeline_create() argument 1242 avs_tplg_path_create(struct snd_soc_component *comp, struct avs_tplg_path_template *owner, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, const struct avs_tplg_token_parser *parsers, u32 num_parsers) avs_tplg_path_create() argument 1308 parse_path_template(struct snd_soc_component *comp, struct snd_soc_tplg_vendor_array *tuples, u32 block_size, struct avs_tplg_path_template *template, const struct avs_tplg_token_parser *tmpl_tokens, u32 num_tmpl_tokens, const struct avs_tplg_token_parser *path_tokens, u32 num_path_tokens) parse_path_template() argument 1355 avs_tplg_path_template_create(struct snd_soc_component *comp, struct avs_tplg *owner, struct snd_soc_tplg_vendor_array *tuples, u32 block_size) avs_tplg_path_template_create() argument 1378 avs_route_load(struct snd_soc_component *comp, int index, struct snd_soc_dapm_route *route) avs_route_load() argument 1403 avs_widget_load(struct snd_soc_component *comp, int index, struct snd_soc_dapm_widget *w, struct snd_soc_tplg_dapm_widget *dw) avs_widget_load() argument 1445 avs_widget_ready(struct snd_soc_component *comp, int index, struct snd_soc_dapm_widget *w, struct snd_soc_tplg_dapm_widget *dw) avs_widget_ready() argument 1455 avs_dai_load(struct snd_soc_component *comp, int index, struct snd_soc_dai_driver *dai_drv, struct snd_soc_tplg_pcm *pcm, struct snd_soc_dai *dai) avs_dai_load() argument 1464 avs_link_load(struct snd_soc_component *comp, int index, struct snd_soc_dai_link *link, struct snd_soc_tplg_link_config *cfg) avs_link_load() argument 1499 avs_manifest(struct snd_soc_component *comp, int index, struct snd_soc_tplg_manifest *manifest) avs_manifest() argument 1626 avs_control_load(struct snd_soc_component *comp, int index, struct snd_kcontrol_new *ctmpl, struct snd_soc_tplg_ctl_hdr *hdr) avs_control_load() argument 1673 avs_tplg_new(struct snd_soc_component *comp) avs_tplg_new() argument 1687 avs_load_topology(struct snd_soc_component *comp, const char *filename) avs_load_topology() argument 1706 avs_remove_topology(struct snd_soc_component *comp) avs_remove_topology() argument [all...] |