Lines Matching defs:supported_parent
429 static struct udev_device *handle_scsi(struct udev_device *parent, char **path, bool *supported_parent) {
443 *supported_parent = true;
452 *supported_parent = true;
458 *supported_parent = true;
464 *supported_parent = true;
583 bool supported_parent = false;
603 parent = handle_scsi(parent, &path, &supported_parent);
620 supported_parent = true;
625 supported_parent = true;
629 supported_parent = true;
633 supported_parent = true;
638 supported_parent = true;
649 if (!supported_parent) {