Searched defs:devix (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/unisys/common-spar/include/
H A Dvbusdeviceinfo.h145 * Pass <devix> >= 0 if you want a device index presented.
151 char *p, int remain, int devix)
163 if (devix >= 0) {
165 x = vbuschannel_itoa(p, remain, devix);
150 vbuschannel_devinfo_to_string(ULTRA_VBUS_DEVICEINFO *devinfo, char *p, int remain, int devix) argument
/drivers/staging/unisys/virtpci/
H A Dvirtpci.c227 * ULTRA_VBUS_CHANNEL_PROTOCOL.DevInfo[<devix>].
231 ULTRA_VBUS_DEVICEINFO *info, int devix)
242 (chan->HdrInfo.deviceInfoStructBytes * devix);
230 write_vbus_devInfo(ULTRA_VBUS_CHANNEL_PROTOCOL *chan, ULTRA_VBUS_DEVICEINFO *info, int devix) argument

Completed in 151 milliseconds