Searched defs:removable (Results 1 - 9 of 9) sorted by relevance

/drivers/pci/hotplug/
H A Dacpi_pcihp.c163 unsigned long long removable; local
168 status = acpi_evaluate_integer(handle, "_RMV", NULL, &removable);
169 if (ACPI_SUCCESS(status) && removable)
/drivers/s390/block/
H A Ddasd_fba.h51 unsigned char removable:1; member in struct:dasd_fba_characteristics::__anon4946::__anon4947
/drivers/usb/gadget/function/
H A Df_mass_storage.h10 bool removable[FSG_MAX_LUNS]; member in struct:fsg_module_parameters
36 _FSG_MODULE_PARAM_ARRAY(prefix, params, removable, bool, \
37 "true to simulate removable media"); \
68 * marked as non-removable or with prevent_medium_removal flag
100 char removable; member in struct:fsg_lun_config
H A Dstorage_common.c370 return sprintf(buf, "%u\n", curlun->removable);
491 bool removable; local
494 ret = strtobool(buf, &removable);
498 curlun->removable = removable;
H A Dstorage_common.h98 unsigned int removable:1; member in struct:fsg_lun
/drivers/ide/
H A Dide-atapi.c39 u8 gcw[2], protocol, device_type, removable, drq_type, packet_size; local
45 removable = (gcw[0] & 0x80) >> 7;
64 else if (removable == 0)
65 printk(KERN_ERR "%s: %s: the removable flag is not set\n",
/drivers/block/paride/
H A Dpd.c234 int removable; /* removable media device ? */ member in struct:pd_unit
688 disk->removable = pd_scratch[0] & 0x80;
695 disk->removable ? "removable" : "fixed");
746 if (disk->removable) {
793 if (!--disk->access && disk->removable)
802 if (!disk->removable)
H A Dpf.c233 int removable; /* removable media device ? */ member in struct:pf_unit
322 if (pf->removable)
376 if (!pf->access && pf->removable)
648 pf->removable = (buf[1] & 0x80);
658 if (pf->removable)
659 printk(", removable");
/drivers/usb/core/
H A Dhub.c1414 dev_dbg(hub_dev, "compound device; port removable status: %s\n", portstr);
2346 bool removable = true; local
2361 removable = false;
2364 removable = false;
2367 if (removable)
2368 udev->removable = USB_DEVICE_REMOVABLE;
2370 udev->removable = USB_DEVICE_FIXED;
2374 * removable. If the parent port has a known connect_type use
2379 udev->removable = USB_DEVICE_REMOVABLE;
2382 udev->removable
[all...]

Completed in 810 milliseconds