Lines Matching refs:qmichannel
122 const char *qmichannel = (const char *)argv[1]; in is_same_linkfile() local
133 if (strcmp(filename, qmichannel)) in is_same_linkfile()
192 static int kill_brothers(const char *qmichannel) in kill_brothers() argument
196 void *argv[2] = {myself, (void *)qmichannel}; in kill_brothers()
304 kill_brothers(profile->qmichannel); in qmi_main()
782 if (!(profile.qmichannel[0]) || !(profile.usbnet_adapter[0])) { in main()
783 char qmichannel[32+1] = {'\0'}; in main() local
789 if (qmidevice_detect(qmichannel, usbnet_adapter, sizeof(qmichannel), &profile)) { in main()
792 else if (mhidevice_detect(qmichannel, usbnet_adapter, &profile)) { in main()
800 strncpy(profile.qmichannel, qmichannel, sizeof(profile.qmichannel)); in main()
823 if (qmidev_is_gobinet(profile.qmichannel)) in main()