HomeSort by relevance Sort by last modified time
    Searched defs:devpath (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluez/tools/
hid2hci.c 216 " --devpath= sys device path\n"
226 { "devpath", required_argument, NULL, 'p' },
241 const char *devpath = NULL; local
264 devpath = optarg;
285 if (!devpath || method == METHOD_UNDEF) {
286 usage("error: --devpath= and --method= must be defined\n");
294 snprintf(syspath, sizeof(syspath), "%s/%s", udev_get_sys_path(udev), devpath);
297 fprintf(stderr, "error: could not find '%s'\n", devpath);
314 fprintf(stderr, "error: could not find usb_device for '%s'\n", devpath);
  /system/vold/
VolumeManager.cpp 127 const char *devpath = evt->findParam("DEVPATH"); local
135 SLOGD("Device '%s' event handled by volume %s\n", devpath, (*it)->getLabel());
144 SLOGW("No volumes handled block event for '%s'", devpath);
    [all...]
  /system/core/init/
devices.c 293 } else if(!strncmp(msg, "DEVPATH=", 8)) {
438 static void handle_device(const char *action, const char *devpath,
444 make_device(devpath, path, block, major, minor);
447 make_link(devpath, links[i]);
454 remove_link(devpath, links[i]);
456 unlink(devpath);
501 char devpath[96]; local
508 snprintf(devpath, sizeof(devpath), "%s%s", base, name);
514 handle_device(uevent->action, devpath, uevent->path, 1
522 char devpath[96] = {0}; local
    [all...]
  /external/kernel-headers/original/linux/
usb.h 326 char devpath [16]; /* Use in messages: /port/port/... */ member in struct:usb_device
461 dev->devpath);
    [all...]
  /external/qemu/
usb-linux.c 1263 char devpath[PATH_MAX]; local
    [all...]
  /external/blktrace/
blktrace.c 91 struct devpath { struct
136 struct devpath *dpp;
245 struct devpath *dpp;
484 static inline void pdc_dr_update(struct devpath *dpp, int cpu, int data_read)
489 static inline void pdc_nev_update(struct devpath *dpp, int cpu, int nevents)
594 static void dpp_free(struct devpath *dpp)
912 struct devpath *dpp = list_entry(p, struct devpath, head);
1045 struct devpath *dpp = list_entry(p, struct devpath, head)
    [all...]

Completed in 366 milliseconds