Lines Matching full:initialize
162 * device_init_cdev - Initialize cdev and device for habanalabs device
172 * Initialize a cdev and a Linux device for habanalabs's device.
217 dev_err(hdev->dev, "failed to initialize sysfs\n"); in device_cdev_sysfs_add()
839 * Re-initialize all internal data structures
982 /* Re-initialize PI,CI to 0 in all queues (hw queue, cq) */ in hl_device_reset()
1005 /* Finished tear-down, starting to re-initialize */ in hl_device_reset()
1021 "Failed to initialize MMU S/W after hard reset\n"); in hl_device_reset()
1054 "failed to initialize the H/W after reset\n"); in hl_device_reset()
1143 /* Initialize cdev and device structures */ in hl_device_init()
1158 /* Initialize cdev and device structures for control device */ in hl_device_init()
1167 /* Initialize ASIC function pointers and perform early init */ in hl_device_init()
1181 * Initialize the H/W queues. Must be done before hw_init, because in hl_device_init()
1187 dev_err(hdev->dev, "failed to initialize kernel queues\n"); in hl_device_init()
1194 * Initialize the completion queues. Must be done before hw_init, in hl_device_init()
1216 "failed to initialize completion queue\n"); in hl_device_init()
1223 * Initialize the event queue. Must be done before hw_init, in hl_device_init()
1229 dev_err(hdev->dev, "failed to initialize event queue\n"); in hl_device_init()
1236 dev_err(hdev->dev, "Failed to initialize MMU S/W structures\n"); in hl_device_init()
1251 dev_err(hdev->dev, "failed to initialize kernel context\n"); in hl_device_init()
1258 dev_err(hdev->dev, "failed to initialize CB pool\n"); in hl_device_init()
1285 dev_err(hdev->dev, "failed to initialize the H/W\n"); in hl_device_init()
1311 dev_err(hdev->dev, "Failed to initialize memory module\n"); in hl_device_init()
1343 dev_err(hdev->dev, "Failed to initialize hwmon\n"); in hl_device_init()
1383 "Failed to initialize hl%d. Device is NOT usable !\n", in hl_device_init()
1386 pr_err("Failed to initialize hl%d. Device is NOT usable !\n", in hl_device_init()