Lines Matching refs:device_attach
2500 if (device_attach(host) < 0)
2501 dev_err(dev, "device_attach(host) failed\n");
2504 /* Must set the mode before device_attach of the host */
2506 /* This device_attach() might sleep */
2507 if (device_attach(host) < 0)
2508 dev_err(dev, "device_attach(host) failed\n");
2527 /* Must set the mode before device_attach of the host */
2529 /* This device_attach() might sleep */
2530 if (device_attach(host) < 0)
2531 dev_err(dev, "device_attach(host) failed\n");