Lines Matching refs:DM_REMOVE_NORMAL
336 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_lifecycle()
369 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering()
388 ut_assertok(device_remove(dev_penultimate, DM_REMOVE_NORMAL)); in dm_test_ordering()
390 ut_assertok(device_remove(dev_last, DM_REMOVE_NORMAL)); in dm_test_ordering()
398 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_ordering()
474 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove()
628 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_children()
635 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_children()
749 ut_assertok(device_remove(top[3], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
758 ut_assertok(device_remove(top[4], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
767 ut_assertok(device_remove(top[5], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
776 ut_assertok(device_remove(top[2], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
784 ut_assertok(device_remove(grandchild[0], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
793 ut_assertok(device_remove(grandchild[1], DM_REMOVE_NORMAL)); in dm_test_device_reparent()
865 ut_assertok(device_remove(dev, DM_REMOVE_NORMAL)); in dm_test_remove_active_dma()
969 dm_remove_devices_flags(DM_REMOVE_NORMAL); in dm_test_remove_vital()