Searched refs:device_trylock (Results 1 – 4 of 4) sorted by relevance
955 if (!device_trylock(&pcidev->dev)) { in mtl_set_device_d3()
1000 static inline int device_trylock(struct device *dev) in device_trylock() function
771 #define usb_trylock_device(udev) device_trylock(&(udev)->dev)
5282 if (device_trylock(&dev->dev)) { in pci_dev_trylock()