Lines Matching refs:sd_device_get_syspath
27 assert_se(sd_device_get_syspath(d, &syspath) >= 0); in test_sd_device_one()
34 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
39 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
54 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
62 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
81 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
94 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
117 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
125 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
144 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
150 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
155 assert_se(sd_device_get_syspath(dev, &val) >= 0); in test_sd_device_one()
225 assert_se(sd_device_get_syspath(d, &syspath) >= 0); in test_sd_device_enumerator_filter_subsystem_one()
239 assert_se(sd_device_get_syspath(d, &syspath) >= 0); in test_sd_device_enumerator_filter_subsystem_one()
270 assert_se(sd_device_get_syspath(d, &syspath) >= 0); in TEST()