Lines Matching defs:new
720 /* vmbus_add_dynid - add a new device ID to this driver and re-probe devices */
838 * vmbus_probe - Add the new vmbus's child device
1675 * before Hyper-V starts sending interrupts to the "new" target CPU.
1870 * vmbus_device_create - Creates and registers a new child device
2139 * @new: If successful, supplied a pointer to the
2160 int vmbus_allocate_mmio(struct resource **new, struct hv_device *device_obj,
2185 *new = request_mem_region_exclusive(start, size, dev_n);
2186 if (*new) {
2214 *new = request_mem_region_exclusive(start, size, dev_n);
2215 if (*new) {
2216 shadow->name = (char *)*new;
2396 * they would conflict with the new sub-channels that will be created