Home
last modified time | relevance | path

Searched refs:ssam_device_is_hot_removed (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/surface_aggregator/
Ddevice.h285 static inline bool ssam_device_is_hot_removed(struct ssam_device *sdev) in ssam_device_is_hot_removed() function
602 if (ssam_device_is_hot_removed(sdev)) in ssam_device_notifier_register()
630 !ssam_device_is_hot_removed(sdev)); in ssam_device_notifier_unregister()
/Linux-v6.6/drivers/hid/surface-hid/
Dsurface_hid_core.c33 return ssam_device_is_hot_removed(to_ssam_device(shid->dev)); in surface_hid_is_hot_removed()