Home | History | Annotate | Download | only in init

Lines Matching full:subsystem

63     const char *subsystem;
333 uevent->subsystem = "";
349 } else if(!strncmp(msg, "SUBSYSTEM=", 10)) {
351 uevent->subsystem = msg;
378 uevent->action, uevent->path, uevent->subsystem,
417 if (asprintf(&links[link_num], "/dev/usb/%s%.*s", uevent->subsystem, width, parent) > 0)
585 if (!strncmp(uevent->subsystem, "usb", 3)) {
586 if (!strcmp(uevent->subsystem, "usb")) {
624 } else if (!strncmp(uevent->subsystem, "graphics", 8)) {
627 } else if (!strncmp(uevent->subsystem, "oncrpc", 6)) {
630 } else if (!strncmp(uevent->subsystem, "adsp", 4)) {
633 } else if (!strncmp(uevent->subsystem, "msm_camera", 10)) {
636 } else if(!strncmp(uevent->subsystem, "input", 5)) {
639 } else if(!strncmp(uevent->subsystem, "mtd", 3)) {
642 } else if(!strncmp(uevent->subsystem, "sound", 5)) {
645 } else if(!strncmp(uevent->subsystem, "misc", 4) &&
666 if (!strncmp(uevent->subsystem, "block", 5)) {
668 } else if (!strncmp(uevent->subsystem, "platform", 8)) {
808 if(strcmp(uevent->subsystem, "firmware"))