Home
last modified time | relevance | path

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

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