Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 6 of 6) sorted by relevance

/tools/usb/usbip/libsrc/
Dvhci_driver.c159 struct udev_device *platform; in get_ncontrollers() local
162 platform = udev_device_get_parent(vhci_driver->hc_device); in get_ncontrollers()
163 if (platform == NULL) in get_ncontrollers()
166 n = scandir(udev_device_get_syspath(platform), &namelist, vhci_hcd_filter, NULL); in get_ncontrollers()
/tools/testing/selftests/gpio/
Dgpio-mockup.sh49 GPIO_DRV_SYSFS=`echo $SYSFS/devices/platform/$module/gpio`
/tools/usb/usbip/
DINSTALL167 platform different from the build platform, you should specify the
168 "host" platform (i.e., that on which the generated programs will
/tools/perf/pmu-events/
DREADME19 - To reduce JSON event duplication per architecture, platform JSONs may
/tools/power/pm-graph/
Dbootgraph.py32 import platform
72 self.hostname = platform.node()
Dsleepgraph.py58 import platform
298 self.archargs = 'args_'+platform.machine()
299 self.hostname = platform.node()
5768 pprint('Checking this system (%s)...' % platform.node())
6376 kprobesec = 'dev_timeline_functions_'+platform.machine()
6381 kprobesec = 'timeline_functions_'+platform.machine()