Home
last modified time | relevance | path

Searched refs:uevent_suppress (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dkobject.h77 unsigned int uevent_suppress:1; member
H A Ddevice.h971 return dev->kobj.uevent_suppress; in device_enable_async_suspend()
976 dev->kobj.uevent_suppress = val; in device_disable_async_suspend()
/linux/lib/
H A Dkobject_uevent.c512 if (kobj->uevent_suppress) { in kobject_uevent_env()