Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 34) sorted by relevance

12

/linux/drivers/gpu/drm/
H A Ddrm_edid_load.c58 char *edidname, *last, *colon, *fwstr, *edidstr, *fallback = NULL; in drm_edid_load_firmware() local
78 colon = strchr(edidname, ':'); in drm_edid_load_firmware()
79 if (colon != NULL) { in drm_edid_load_firmware()
80 if (strncmp(connector->name, edidname, colon - edidname)) in drm_edid_load_firmware()
82 edidname = colon + 1; in drm_edid_load_firmware()
/linux/tools/lib/subcmd/
H A Dhelp.c231 char *paths, *path, *colon; in load_command_list() local
234 if ((colon = strchr(path, ':'))) in load_command_list()
235 *colon = 0; in load_command_list()
239 if (!colon) in load_command_list()
241 path = colon + 1; in load_command_list()
/linux/tools/testing/selftests/bpf/
H A Djit_disasm_helpers.c93 char *label, *colon, *triple = NULL; in disasm_one_func() local
146 colon = ""; in disasm_one_func()
149 colon = ":"; in disasm_one_func()
156 fprintf(text_out, "%s%s%s\n", label, colon, buf); in disasm_one_func()
/linux/kernel/module/
H A Dkallsyms.c431 char *colon; in __module_kallsyms_lookup_name()
433 colon = strnchr(name, MODULE_NAME_LEN, ':'); in __module_kallsyms_lookup_name()
434 if (colon) { in __module_kallsyms_lookup_name()
435 mod = find_module_all(name, colon - name, false); in __module_kallsyms_lookup_name()
437 return __find_kallsyms_symbol_value(mod, colon + 1); in __module_kallsyms_lookup_name()
432 char *colon; __module_kallsyms_lookup_name() local
/linux/Documentation/admin-guide/
H A Dlcd-panel-cgram.rst8 number, and up to 8 couples of hex digits terminated by a semi-colon
H A Dbootconfig.rst23 has to be terminated by semi-colon (``;``) or newline (``\n``).
32 for delimiters such as semi-colon (``;``), new-line (``\n``), comma (``,``),
H A Dpstore-blk.rst68 #. <major>:<minor> major and minor number of the device separated by a colon.
/linux/Documentation/networking/
H A Dalias.rst12 An alias is formed by adding a colon and a string when running ifconfig.
/linux/net/ipv4/
H A Dfib_frontend.c536 char *colon; in rtentry_to_fib_config() local
544 colon = strchr(devname, ':'); in rtentry_to_fib_config()
545 if (colon) in rtentry_to_fib_config()
546 *colon = 0; in rtentry_to_fib_config()
552 if (colon) { in rtentry_to_fib_config()
560 *colon = ':'; in rtentry_to_fib_config()
H A Ddevinet.c1079 char *colon; in devinet_ioctl() local
1088 colon = strchr(ifr->ifr_name, ':'); in devinet_ioctl()
1089 if (colon) in devinet_ioctl()
1090 *colon = 0; in devinet_ioctl()
1136 if (colon) in devinet_ioctl()
1137 *colon = ':'; in devinet_ioctl()
1196 if (colon) { in devinet_ioctl()
1224 if (colon) in devinet_ioctl()
/linux/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst38 and contains a colon-separated list of 5 integer numbers (fields) with the
/linux/Documentation/ABI/stable/
H A Dsysfs-bus-firewire36 by a colon.
/linux/drivers/s390/char/
H A Ddefkeymap.map127 keycode 122 = colon threesuperior
/linux/Documentation/admin-guide/device-mapper/
H A Ddm-init.rst19 - a semi-colon is used to separate devices.
H A Ddm-crypt.rst53 or it can be passed as <key_string> prefixed with single colon
/linux/tools/perf/util/
H A Devsel.c695 int colon = 0, r = 0; in evsel__add_modifiers() local
700 if (!colon) colon = ++r; \ in evsel__add_modifiers()
711 if (!colon) in evsel__add_modifiers()
712 colon = ++r; in evsel__add_modifiers()
721 if (colon) in evsel__add_modifiers()
722 bf[colon - 1] = ':'; in evsel__add_modifiers()
/linux/arch/m68k/hp300/
H A Dhp300map.map133 keycode 107 = semicolon colon
/linux/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c2511 const char *prefix, const char *colon) in log_ctrl() argument
2518 pr_info("%s%s%s: ", prefix, colon, ctrl->name); in log_ctrl()
2540 const char *colon = ""; in v4l2_ctrl_handler_log_status() local
2549 colon = ": "; in v4l2_ctrl_handler_log_status()
2553 log_ctrl(ctrl, prefix, colon); in v4l2_ctrl_handler_log_status()
/linux/net/ceph/
H A Dosdmap.c2929 const char *type_name, *name, *colon; in DEFINE_RB_FUNCS2() local
2934 colon = strchr(type_name, ':'); in DEFINE_RB_FUNCS2()
2935 if (!colon) in DEFINE_RB_FUNCS2()
2938 type_name_len = colon - type_name; in DEFINE_RB_FUNCS2()
2942 name = colon + 1; in DEFINE_RB_FUNCS2()
/linux/certs/
H A DKconfig125 string starting with a prefix ("tbs" or "bin"), then a colon (":"), and
/linux/fs/pstore/
H A DKconfig129 a colon.
/linux/drivers/tty/vt/
H A Ddefkeymap.map88 keycode 39 = semicolon colon
/linux/Documentation/core-api/
H A Dprintk-formats.rst328 separators. The default byte separator is the colon (:).
370 colon-separators. Leading zeros are always used.
/linux/Documentation/fb/
H A Dintel810.rst182 with a colon (:) as in the following::
/linux/Documentation/dev-tools/kunit/
H A Dstyle.rst150 test name, separated by a colon (i.e. ``suite:test``).

12