Lines Matching full:its
22 * its reference counter. Return 0 if new object has been created or refcount
47 /* kfree() verifies that its argument is nonzero. */ in dev_pm_get_subsys_data()
83 * dev_pm_domain_attach - Attach a device to its PM domain.
118 * dev_pm_domain_attach_by_id - Associate a device with one of its PM domains.
129 * in case its device requires power management through multiple PM domains. The
131 * towards its original device. Depending on the use-case and if needed, the
138 * Returns the virtual created device when successfully attached to its PM
154 * dev_pm_domain_attach_by_name - Associate a device with one of its PM domains.
171 * dev_pm_domain_detach - Detach a device from its PM domain.
176 * dev_pm_domain_attach_by_id(), thus it detaches @dev from its PM domain.
191 * dev_pm_domain_start - Start the device through its PM domain.
195 * when it needs to start its device from the PM domain's perspective. Note
216 * to be set before its probe finishes (it's bound to a driver).