Home
last modified time | relevance | path

Searched refs:ums (Results 1 – 7 of 7) sorted by relevance

/drivers/usb/storage/
DMakefile18 obj-$(CONFIG_USB_STORAGE_ALAUDA) += ums-alauda.o
19 obj-$(CONFIG_USB_STORAGE_CYPRESS_ATACB) += ums-cypress.o
20 obj-$(CONFIG_USB_STORAGE_DATAFAB) += ums-datafab.o
21 obj-$(CONFIG_USB_STORAGE_ENE_UB6250) += ums-eneub6250.o
22 obj-$(CONFIG_USB_STORAGE_FREECOM) += ums-freecom.o
23 obj-$(CONFIG_USB_STORAGE_ISD200) += ums-isd200.o
24 obj-$(CONFIG_USB_STORAGE_JUMPSHOT) += ums-jumpshot.o
25 obj-$(CONFIG_USB_STORAGE_KARMA) += ums-karma.o
26 obj-$(CONFIG_USB_STORAGE_ONETOUCH) += ums-onetouch.o
27 obj-$(CONFIG_USB_STORAGE_REALTEK) += ums-realtek.o
[all …]
DKconfig40 If this driver is compiled as a module, it will be named ums-realtek.
54 If this driver is compiled as a module, it will be named ums-datafab.
63 If this driver is compiled as a module, it will be named ums-freecom.
81 If this driver is compiled as a module, it will be named ums-isd200.
104 If this driver is compiled as a module, it will be named ums-usbat.
114 If this driver is compiled as a module, it will be named ums-sddr09.
123 If this driver is compiled as a module, it will be named ums-sddr55.
132 If this driver is compiled as a module, it will be named ums-jumpshot.
144 If this driver is compiled as a module, it will be named ums-alauda.
159 If this driver is compiled as a module, it will be named ums-onetouch.
[all …]
/drivers/gpu/drm/i915/
Di915_drv.c845 !dev_priv->ums.mm_suspended) { in i915_reset()
846 dev_priv->ums.mm_suspended = 0; in i915_reset()
Di915_gem.c2423 if (!dev_priv->ums.mm_suspended) { in __i915_add_request()
4589 if (dev_priv->ums.mm_suspended) in i915_gem_suspend()
4609 dev_priv->ums.mm_suspended = !drm_core_check_feature(dev, in i915_gem_suspend()
4927 dev_priv->ums.mm_suspended = 0; in i915_gem_entervt_ioctl()
4946 dev_priv->ums.mm_suspended = 1; in i915_gem_entervt_ioctl()
Di915_gem_execbuffer.c1303 if (dev_priv->ums.mm_suspended) { in i915_gem_do_execbuffer()
Di915_dma.c1789 dev_priv->ums.mm_suspended = 1; in i915_driver_load()
Di915_drv.h1674 struct i915_ums_state ums; member