Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/intel/pmc/
H A Dmtl.c955 if (!device_trylock(&pcidev->dev)) { in mtl_set_device_d3()
/openbmc/linux/include/linux/
H A Ddevice.h1000 static inline int device_trylock(struct device *dev) in device_trylock() function
H A Dusb.h771 #define usb_trylock_device(udev) device_trylock(&(udev)->dev)
/openbmc/linux/drivers/pci/
H A Dpci.c5325 if (device_trylock(&dev->dev)) { in pci_dev_trylock()