Lines Matching full:initialize

224  * device_init_cdev - Initialize cdev and device for habanalabs device
234 * Initialize a cdev and a Linux device for habanalabs's device.
279 dev_err(hdev->dev, "failed to initialize sysfs\n"); in device_cdev_sysfs_add()
921 * Re-initialize all internal data structures
1090 /* Re-initialize PI,CI to 0 in all queues (hw queue, cq) */ in hl_device_reset()
1105 /* Finished tear-down, starting to re-initialize */ in hl_device_reset()
1121 "Failed to initialize MMU S/W after hard reset\n"); in hl_device_reset()
1156 "failed to initialize the H/W after reset\n"); in hl_device_reset()
1264 /* Initialize cdev and device structures */ in hl_device_init()
1279 /* Initialize cdev and device structures for control device */ in hl_device_init()
1288 /* Initialize ASIC function pointers and perform early init */ in hl_device_init()
1315 /* initialize completion structure for multi CS wait */ in hl_device_init()
1319 * Initialize the H/W queues. Must be done before hw_init, because in hl_device_init()
1325 dev_err(hdev->dev, "failed to initialize kernel queues\n"); in hl_device_init()
1332 * Initialize the completion queues. Must be done before hw_init, in hl_device_init()
1354 "failed to initialize completion queue\n"); in hl_device_init()
1361 * Initialize the event queue. Must be done before hw_init, in hl_device_init()
1367 dev_err(hdev->dev, "failed to initialize event queue\n"); in hl_device_init()
1374 dev_err(hdev->dev, "Failed to initialize MMU S/W structures\n"); in hl_device_init()
1396 dev_err(hdev->dev, "failed to initialize kernel context\n"); in hl_device_init()
1403 dev_err(hdev->dev, "failed to initialize CB pool\n"); in hl_device_init()
1422 dev_err(hdev->dev, "failed to initialize the H/W\n"); in hl_device_init()
1448 dev_err(hdev->dev, "Failed to initialize memory module\n"); in hl_device_init()
1480 dev_err(hdev->dev, "Failed to initialize hwmon\n"); in hl_device_init()
1531 "Failed to initialize hl%d. Device is NOT usable !\n", in hl_device_init()
1534 pr_err("Failed to initialize hl%d. Device is NOT usable !\n", in hl_device_init()