Lines Matching refs:DeviceName
167 char *DeviceName);
171 char *DeviceName,
199 char *DeviceName) in MpSaveGpioInfo() argument
216 Info = MpCreateGpioInfo (PinList[i], DeviceName); in MpSaveGpioInfo()
219 Info->DeviceName = DeviceName; in MpSaveGpioInfo()
249 char *DeviceName) in MpSaveSerialInfo() argument
294 Info = MpCreateSerialInfo (DeviceName, Address); in MpSaveSerialInfo()
297 Info->DeviceName = DeviceName; in MpSaveSerialInfo()
322 char *DeviceName) in MpCreateGpioInfo() argument
350 (strcmp (DeviceName, NextGpio->DeviceName) > 0)) in MpCreateGpioInfo()
360 !strcmp (DeviceName, NextGpio->DeviceName)) in MpCreateGpioInfo()
399 char *DeviceName, in MpCreateSerialInfo() argument
427 (strcmp (DeviceName, NextSerial->DeviceName) > 0)) in MpCreateSerialInfo()
437 !strcmp (DeviceName, NextSerial->DeviceName)) in MpCreateSerialInfo()