| /linux/include/linux/ ! |
| H A D | component.h | 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; 729 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add() 780 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() 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/sound/soc/codecs/ ! |
| H A D | wcd-common.h | 37 extern const struct component_ops wcd_sdw_component_ops;
|
| H A D | wcd-common.c | 96 const struct component_ops wcd_sdw_component_ops = {
|
| /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/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() 1093 const struct component_ops *ops) in msm_gpu_probe() 1115 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/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 = {
|
| /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-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 | 126 static const struct component_ops mtk_disp_ccorr_component_ops = {
|
| H A D | mtk_disp_aal.c | 162 static const struct component_ops mtk_disp_aal_component_ops = {
|
| /linux/drivers/gpu/drm/rockchip/ ! |
| H A D | dw_dp-rockchip.c | 119 static const struct component_ops dw_dp_rockchip_component_ops = {
|
| /linux/drivers/gpu/drm/bridge/imx/ ! |
| H A D | imx8mp-hdmi-pai.c | 142 static const struct component_ops imx8mp_hdmi_pai_ops = {
|
| /linux/drivers/gpu/drm/exynos/ ! |
| H A D | exynos_drm_dsi.c | 100 static const struct component_ops exynos_dsi_component_ops = {
|
| /linux/drivers/platform/x86/lenovo/ ! |
| H A D | wmi-capdata.c | 297 static const struct component_ops lwmi_cd_component_ops = { 432 static const struct component_ops lwmi_cd_sub_component_ops = {
|
| /linux/drivers/gpu/drm/msm/dsi/ ! |
| H A D | dsi.c | 154 static const struct component_ops dsi_ops = {
|