Lines Matching full:its
23 * its reference counter. Return 0 if new object has been created or refcount
48 /* kfree() verifies that its argument is nonzero. */ in dev_pm_get_subsys_data()
84 * dev_pm_domain_attach - Attach a device to its PM domain.
119 * dev_pm_domain_attach_by_id - Associate a device with one of its PM domains.
130 * in case its device requires power management through multiple PM domains. The
132 * towards its original device. Depending on the use-case and if needed, the
139 * Returns the virtual created device when successfully attached to its PM
155 * dev_pm_domain_attach_by_name - Associate a device with one of its PM domains.
172 * dev_pm_domain_attach_list - Associate a device with its PM domains.
177 * This function helps to attach a device to its multiple PM domains. The
345 * dev_pm_domain_detach - Detach a device from its PM domain.
351 * detaches @dev from its PM domain. Typically it should be invoked during the
394 * dev_pm_domain_start - Start the device through its PM domain.
398 * when it needs to start its device from the PM domain's perspective. Note
419 * to be set before its probe finishes (it's bound to a driver).