Home
last modified time | relevance | path

Searched refs:source_name (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_pipe_crc.h17 int intel_crtc_set_crc_source(struct drm_crtc *crtc, const char *source_name);
19 const char *source_name, size_t *values_cnt);
H A Dintel_pipe_crc.c563 int intel_crtc_verify_crc_source(struct drm_crtc *crtc, const char *source_name, in intel_crtc_verify_crc_source() argument
569 if (display_crc_ctl_parse_source(source_name, &source) < 0) { in intel_crtc_verify_crc_source()
570 drm_dbg(&dev_priv->drm, "unknown source %s\n", source_name); in intel_crtc_verify_crc_source()
583 int intel_crtc_set_crc_source(struct drm_crtc *crtc, const char *source_name) in intel_crtc_set_crc_source() argument
595 if (display_crc_ctl_parse_source(source_name, &source) < 0) { in intel_crtc_set_crc_source()
596 drm_dbg(&dev_priv->drm, "unknown source %s\n", source_name); in intel_crtc_set_crc_source()
/OK3568_Linux_fs/kernel/sound/firewire/digi00x/
H A Ddigi00x-proc.c28 static const char *const source_name[] = { in proc_read_clock() local
53 snd_iprintf(buf, "Clock Source: %s\n", source_name[clock]); in proc_read_clock()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_crtc.c1007 const char *source_name, in rcar_du_crtc_parse_crc_source() argument
1019 if (!source_name) { in rcar_du_crtc_parse_crc_source()
1022 } else if (!strcmp(source_name, "auto")) { in rcar_du_crtc_parse_crc_source()
1025 } else if (strstarts(source_name, "plane")) { in rcar_du_crtc_parse_crc_source()
1030 ret = kstrtouint(source_name + strlen("plane"), 10, &index); in rcar_du_crtc_parse_crc_source()
1044 const char *source_name, in rcar_du_crtc_verify_crc_source() argument
1050 if (rcar_du_crtc_parse_crc_source(rcrtc, source_name, &source) < 0) { in rcar_du_crtc_verify_crc_source()
1051 DRM_DEBUG_DRIVER("unknown source %s\n", source_name); in rcar_du_crtc_verify_crc_source()
1069 const char *source_name) in rcar_du_crtc_set_crc_source() argument
1079 ret = rcar_du_crtc_parse_crc_source(rcrtc, source_name, &source); in rcar_du_crtc_set_crc_source()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_text.c265 .source_name = "source",
346 .source_name = "source",
380 .source_name = "source",
H A Dglamor_program.c344 if (prim->source_name) { in glamor_build_program()
346 ErrorF("Bind GLAMOR_VERTEX_SOURCE to %s\n", prim->source_name); in glamor_build_program()
348 glBindAttribLocation(prog->prog, GLAMOR_VERTEX_SOURCE, prim->source_name); in glamor_build_program()
H A Dglamor_program.h68 const char *source_name; member
H A Dglamor_rects.c30 .source_name = "size",
H A Dglamor_composite_glyphs.c193 .source_name = "source",
207 .source_name = "source",
H A Dglamor_xv.c112 .source_name = "v_texcoord0",
144 .source_name = "v_texcoord0",
175 .source_name = "v_texcoord0",
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vkms/
H A Dvkms_drv.h145 int vkms_verify_crc_source(struct drm_crtc *crtc, const char *source_name,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c31 #define EF4_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument
34 .source = EF4_ETHTOOL_STAT_SOURCE_##source_name, \
36 &((struct ef4_##source_name *)0)->field) ? \
37 offsetof(struct ef4_##source_name, field) : \
38 offsetof(struct ef4_##source_name, field)), \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dethtool_common.c32 #define EFX_ETHTOOL_STAT(stat_name, source_name, field, field_type, \ argument
35 .source = EFX_ETHTOOL_STAT_SOURCE_##source_name, \
37 &((struct efx_##source_name *)0)->field) ? \
38 offsetof(struct efx_##source_name, field) : \
39 offsetof(struct efx_##source_name, field)), \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/dispnv50/
H A Dcrc.c48 nv50_crc_verify_source(struct drm_crtc *crtc, const char *source_name, in nv50_crc_verify_source() argument
54 if (nv50_crc_parse_source(source_name, &source) < 0) { in nv50_crc_verify_source()
55 NV_DEBUG(drm, "unknown source %s\n", source_name); in nv50_crc_verify_source()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c4156 const char *source_name) in vop_crtc_set_crc_source() argument
4166 if (source_name && strcmp(source_name, "auto") == 0) in vop_crtc_set_crc_source()
4168 else if (!source_name) in vop_crtc_set_crc_source()
4177 vop_crtc_verify_crc_source(struct drm_crtc *crtc, const char *source_name, in vop_crtc_verify_crc_source() argument
4180 if (source_name && strcmp(source_name, "auto") != 0) in vop_crtc_verify_crc_source()
4189 const char *source_name) in vop_crtc_set_crc_source() argument
4195 vop_crtc_verify_crc_source(struct drm_crtc *crtc, const char *source_name, in vop_crtc_verify_crc_source() argument
H A Drockchip_drm_vop2.c10185 const char *source_name) in vop2_crtc_set_crc_source() argument
10196 if (source_name && strcmp(source_name, "auto") == 0) in vop2_crtc_set_crc_source()
10198 else if (!source_name) in vop2_crtc_set_crc_source()
10206 static int vop2_crtc_verify_crc_source(struct drm_crtc *crtc, const char *source_name, in vop2_crtc_verify_crc_source() argument
10209 if (source_name && strcmp(source_name, "auto") != 0) in vop2_crtc_verify_crc_source()
10218 const char *source_name) in vop2_crtc_set_crc_source() argument
10224 vop2_crtc_verify_crc_source(struct drm_crtc *crtc, const char *source_name, in vop2_crtc_verify_crc_source() argument