Symbol: strncasecmpz
drivers/gpu/drm/nouveau/nvkm/core/option.c
103
if (strncasecmpz(optstr, sub, len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
109
if (!strncasecmpz(optstr, "fatal", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
111
else if (!strncasecmpz(optstr, "error", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
113
else if (!strncasecmpz(optstr, "warn", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
115
else if (!strncasecmpz(optstr, "info", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
117
else if (!strncasecmpz(optstr, "debug", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
119
else if (!strncasecmpz(optstr, "trace", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
121
else if (!strncasecmpz(optstr, "paranoia", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
123
else if (!strncasecmpz(optstr, "spam", len))
drivers/gpu/drm/nouveau/nvkm/core/option.c
34
if (!strncasecmpz(optstr, opt, len)) {
drivers/gpu/drm/nouveau/nvkm/core/option.c
60
if (!strncasecmpz(optstr, "0", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
61
!strncasecmpz(optstr, "no", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
62
!strncasecmpz(optstr, "off", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
63
!strncasecmpz(optstr, "false", arglen))
drivers/gpu/drm/nouveau/nvkm/core/option.c
66
if (!strncasecmpz(optstr, "1", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
67
!strncasecmpz(optstr, "yes", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
68
!strncasecmpz(optstr, "on", arglen) ||
drivers/gpu/drm/nouveau/nvkm/core/option.c
69
!strncasecmpz(optstr, "true", arglen))
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
501
if (clk->allow_reclock && !strncasecmpz(mode, "auto", arglen))
drivers/gpu/drm/nouveau/nvkm/subdev/clk/base.c
504
if (strncasecmpz(mode, "disabled", arglen)) {