Searched defs:devb (Results 1 - 2 of 2) sorted by relevance

/drivers/base/power/
H A Dpower.h67 struct device *devb) {}
69 struct device *devb) {}
66 device_pm_move_before(struct device *deva, struct device *devb) argument
68 device_pm_move_after(struct device *deva, struct device *devb) argument
H A Dmain.c161 * @devb: Device @deva should come before.
163 void device_pm_move_before(struct device *deva, struct device *devb) argument
167 devb->bus ? devb->bus->name : "No Bus", dev_name(devb));
168 /* Delete deva from dpm_list and reinsert before devb. */
169 list_move_tail(&deva->power.entry, &devb->power.entry);
175 * @devb: Device @deva should come after.
177 void device_pm_move_after(struct device *deva, struct device *devb) argument
181 devb
[all...]

Completed in 147 milliseconds