Home
last modified time | relevance | path

Searched refs:device_trylock (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Ddevice.h1017 static inline int device_trylock(struct device *dev) in device_trylock() function
H A Dusb.h765 #define usb_trylock_device(udev) device_trylock(&(udev)->dev)
/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c1179 if (!device_trylock(&pcidev->dev)) { in pmc_core_set_device_d3()
/linux/drivers/pci/
H A Dpci.c5035 if (device_trylock(&dev->dev)) { in pci_dev_trylock()