HomeSort by relevance Sort by last modified time
    Searched refs:find_device (Results 1 - 8 of 8) sorted by null

  /external/grub/util/
grub-install.in 214 # Usage: find_device file
216 find_device () {
380 root_device=`find_device ${rootdir}`
381 bootdir_device=`find_device ${bootdir}`
398 grubdir_device=`find_device ${grubdir}`
grub-install 214 # Usage: find_device file
216 find_device () {
380 root_device=`find_device ${rootdir}`
381 bootdir_device=`find_device ${bootdir}`
398 grubdir_device=`find_device ${grubdir}`
  /external/bluetooth/bluez/test/
gaptest.c 84 static char *find_device(DBusConnection *conn, const char *adapter, function
309 device = find_device(conn, adapter, create);
319 device = find_device(conn, adapter, remove);
  /external/bluetooth/bluez/tools/
hid2hci.c 254 static int find_device(struct device_info* devinfo) function
357 if (!find_device(&dev)) {
  /external/qemu/distrib/sdl-1.2.12/src/audio/nas/
SDL_nasaudio.c 212 find_device(_THIS, int nch) function
256 this->hidden->dev = find_device(this, spec->channels);
  /external/bluetooth/bluez/serial/
port.c 88 static struct serial_device *find_device(GSList *devices, const char *path) function
607 device = find_device(devices, path);
634 device = find_device(devices, path);
  /external/bluetooth/bluez/input/
device.c 1167 static struct input_device *find_device(const bdaddr_t *src, function
1239 struct input_device *idev = find_device(src, dst);
1270 struct input_device *idev = find_device(src, dst);
  /external/bluetooth/bluez/src/
adapter.c 1725 static DBusMessage *find_device(DBusConnection *conn, DBusMessage *msg, function
    [all...]

Completed in 229 milliseconds