Searched refs:component_ops (Results 1 – 25 of 110) sorted by relevance
12345
/linux/include/linux/ |
H A D | component.h | 11 * struct component_ops - callbacks for component drivers 16 struct component_ops { struct 36 int component_add(struct device *, const struct component_ops *); argument 37 int component_add_typed(struct device *dev, const struct component_ops *ops, 39 void component_del(struct device *, const struct component_ops *);
|
/linux/drivers/base/ |
H A D | component.c | 70 const struct component_ops *ops; 609 * &component_ops.unbind functions. Should be called from 692 * &component_ops.bind functions. Should be called from 729 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add() 769 * component_bind_all(). See also &struct component_ops. 780 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() 797 * component_bind_all(). See also &struct component_ops. 805 int component_add(struct device *dev, const struct component_ops *ops) in component_add() 820 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
|
/linux/scripts/ |
H A D | const_structs.checkpatch | 9 component_ops
|
/linux/sound/hda/codecs/side-codecs/ |
H A D | tas2781_hda.h | 70 const struct component_ops *ops);
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun6i_drc.c | 88 static const struct component_ops sun6i_drc_ops = {
|
H A D | sun8i_dw_hdmi.c | 228 static const struct component_ops sun8i_dw_hdmi_ops = {
|
H A D | sun8i_tcon_top.c | 253 static const struct component_ops sun8i_tcon_top_ops = {
|
/linux/drivers/gpu/drm/imx/dc/ |
H A D | dc-tc.c | 106 static const struct component_ops dc_tc_ops = {
|
H A D | dc-cf.c | 137 static const struct component_ops dc_cf_ops = {
|
H A D | dc-de.c | 122 static const struct component_ops dc_de_ops = {
|
H A D | dc-pe.c | 73 static const struct component_ops dc_pe_ops = {
|
H A D | dc-fl.c | 150 static const struct component_ops dc_fl_ops = {
|
H A D | dc-ed.c | 253 static const struct component_ops dc_ed_ops = {
|
H A D | dc-fw.c | 187 static const struct component_ops dc_fw_ops = {
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_padding.c | 89 static const struct component_ops mtk_padding_component_ops = {
|
H A D | mtk_disp_color.c | 90 static const struct component_ops mtk_disp_color_component_ops = {
|
H A D | mtk_disp_ccorr.c | 147 static const struct component_ops mtk_disp_ccorr_component_ops = {
|
/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 69 static int msm_drm_uninit(struct device *dev, const struct component_ops *gpu_ops) in msm_drm_uninit() 108 const struct component_ops *gpu_ops) in msm_drm_init() 1080 const struct component_ops *ops) in msm_gpu_probe() 1102 const struct component_ops *ops) in msm_gpu_remove()
|
H A D | msm_drv.h | 548 const struct component_ops *ops); 550 const struct component_ops *ops);
|
/linux/drivers/platform/x86/lenovo/ |
H A D | wmi-capdata01.c | 71 static const struct component_ops lwmi_cd01_component_ops = {
|
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | dw_hdmi-imx.c | 216 static const struct component_ops dw_hdmi_imx_ops = {
|
H A D | parallel-display.c | 218 static const struct component_ops imx_pd_ops = {
|
/linux/drivers/gpu/drm/sti/ |
H A D | sti_compositor.c | 159 static const struct component_ops sti_compositor_ops = {
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_dp.c | 190 static const struct component_ops exynos_dp_ops = {
|
/linux/drivers/gpu/drm/adp/ |
H A D | adp-mipi.c | 168 static const struct component_ops adp_dsi_component_ops = {
|
12345