Searched refs:comma (Results 1 – 9 of 9) sorted by relevance
| /drivers/media/cec/core/ |
| A D | cec-pin-error-inj.c | 81 char *comma; in cec_pin_error_inj_parse_line() local 184 comma = strchr(token, ','); in cec_pin_error_inj_parse_line() 185 if (comma) in cec_pin_error_inj_parse_line() 186 *comma++ = '\0'; in cec_pin_error_inj_parse_line() 200 if (comma) { in cec_pin_error_inj_parse_line() 201 if (!strcmp(comma, "off")) in cec_pin_error_inj_parse_line() 203 else if (!strcmp(comma, "once")) in cec_pin_error_inj_parse_line() 205 else if (!strcmp(comma, "always")) in cec_pin_error_inj_parse_line() 207 else if (!strcmp(comma, "toggle")) in cec_pin_error_inj_parse_line()
|
| /drivers/md/ |
| A D | md-autodetect.c | 237 char *comma = strchr(str+pos, ','); in raid_setup() local 239 if (comma) in raid_setup() 240 wlen = (comma-str)-pos; in raid_setup()
|
| /drivers/base/firmware_loader/builtin/ |
| A D | Makefile | 13 FWSTR = $(subst $(comma),_,$(subst /,_,$(subst .,_,$(subst -,_,$(FWNAME)))))
|
| /drivers/pinctrl/tegra/ |
| A D | pinctrl-tegra-xusb.c | 412 const char *comma = strchr(s, ','); in strip_prefix() local 413 if (!comma) in strip_prefix() 416 return comma + 1; in strip_prefix()
|
| A D | pinctrl-tegra.c | 656 const char *comma = strchr(s, ','); in strip_prefix() local 657 if (!comma) in strip_prefix() 660 return comma + 1; in strip_prefix()
|
| /drivers/android/ |
| A D | Kconfig | 35 The binder.devices parameter is a comma-separated list of strings
|
| /drivers/block/rnbd/ |
| A D | README | 36 a pair of a source and a destination IPs, separated by comma. Multiple
|
| /drivers/s390/char/ |
| A D | defkeymap.map | 112 keycode 107 = comma Ocircumflex
|
| /drivers/tty/vt/ |
| A D | defkeymap.map | 109 keycode 51 = comma less
|
Completed in 22 milliseconds