Searched refs:port_array (Results 1 – 1 of 1) sorted by relevance
3531 if (port_array[i] == NULL) { in device_init()3534 kfree(port_array[i]); in device_init()3542 memcpy(port_array[i]->port_array, port_array, sizeof(port_array)); in device_init()3543 add_device(port_array[i]); in device_init()3555 port_array[i]->irq_level = port_array[0]->irq_level; in device_init()3556 port_array[i]->reg_addr = port_array[0]->reg_addr; in device_init()3562 port_array[0]->irq_flags, in device_init()3564 port_array[0]) < 0) { in device_init()3572 port_array[i]->init_error = port_array[0]->init_error; in device_init()3573 port_array[i]->gpio_present = port_array[0]->gpio_present; in device_init()[all …]