Lines Matching refs:DeviceName
59 char *DeviceName);
63 char *DeviceName,
91 char *DeviceName) in MpSaveGpioInfo() argument
108 Info = MpCreateGpioInfo (PinList[i], DeviceName); in MpSaveGpioInfo()
111 Info->DeviceName = DeviceName; in MpSaveGpioInfo()
141 char *DeviceName) in MpSaveSerialInfo() argument
186 Info = MpCreateSerialInfo (DeviceName, Address); in MpSaveSerialInfo()
189 Info->DeviceName = DeviceName; in MpSaveSerialInfo()
214 char *DeviceName) in MpCreateGpioInfo() argument
242 (strcmp (DeviceName, NextGpio->DeviceName) > 0)) in MpCreateGpioInfo()
252 !strcmp (DeviceName, NextGpio->DeviceName)) in MpCreateGpioInfo()
291 char *DeviceName, in MpCreateSerialInfo() argument
319 (strcmp (DeviceName, NextSerial->DeviceName) > 0)) in MpCreateSerialInfo()
329 !strcmp (DeviceName, NextSerial->DeviceName)) in MpCreateSerialInfo()