Searched full:deva (Results 1 – 3 of 3) sorted by relevance
188 * @deva: Device to move in dpm_list.189 * @devb: Device @deva should come before.191 void device_pm_move_before(struct device *deva, struct device *devb) in device_pm_move_before() argument194 deva->bus ? deva->bus->name : "No Bus", dev_name(deva), in device_pm_move_before()196 /* Delete deva from dpm_list and reinsert before devb. */ in device_pm_move_before()197 list_move_tail(&deva->power.entry, &devb->power.entry); in device_pm_move_before()202 * @deva: Device to move in dpm_list.203 * @devb: Device @deva should come after.205 void device_pm_move_after(struct device *deva, struct device *devb) in device_pm_move_after() argument208 deva->bus ? deva->bus->name : "No Bus", dev_name(deva), in device_pm_move_after()[all …]
117 substitutas corretas, embora se deva notar que estas exigem que a string seja127 embora se deva ter cuidado nos casos em que o valor de retorno de strcpy() era167 strscpy(), embora se deva ter cuidado nos casos em que o valor de retorno de186 importante. Talvez ele deva ser removido por completo?
2625 s32 devA = (s32) (state->osc_clock_deviation) * in DRXD_init() local2628 s32 deviation = (devA / (1000000L)); in DRXD_init()2630 if (devA > 0) in DRXD_init()2634 if ((devB * (devA % 1000000L) > 1000000L)) { in DRXD_init()