Searched refs:cmd_ (Results 1 – 2 of 2) sorted by relevance
| /drivers/power/reset/ |
| A D | reboot-mode.c | 27 char cmd_[110]; in get_reboot_mode_magic() local 37 if (strscpy(cmd_, cmd, sizeof(cmd_)) == -E2BIG) in get_reboot_mode_magic() 40 strreplace(cmd_, ' ', '-'); in get_reboot_mode_magic() 41 strreplace(cmd_, ',', '-'); in get_reboot_mode_magic() 42 strreplace(cmd_, '/', '-'); in get_reboot_mode_magic() 45 if (!strcmp(info->mode, cmd_)) in get_reboot_mode_magic()
|
| /drivers/gpu/drm/i915/display/ |
| A D | intel_sdvo.c | 279 #define SDVO_CMD_NAME_ENTRY(cmd_) { .cmd = SDVO_CMD_ ## cmd_, .name = #cmd_ } argument
|
Completed in 11 milliseconds