Lines Matching refs:sd_device
19 static int monitor_handler(sd_device_monitor *m, sd_device *d, void *userdata) { in monitor_handler()
30 _cleanup_(sd_device_unrefp) sd_device *loopback = NULL; in test_receive_device_fail()
54 static void test_send_receive_one(sd_device *device, bool subsystem_filter, bool tag_filter, bool u… in test_send_receive_one()
89 static void test_subsystem_filter(sd_device *device) { in test_subsystem_filter()
93 sd_device *d; in test_subsystem_filter()
127 static void test_tag_filter(sd_device *device) { in test_tag_filter()
131 sd_device *d; in test_tag_filter()
163 static void test_sysattr_filter(sd_device *device, const char *sysattr) { in test_sysattr_filter()
167 sd_device *d; in test_sysattr_filter()
205 static void test_parent_filter(sd_device *device) { in test_parent_filter()
209 sd_device *parent, *d; in test_parent_filter()
249 static void test_sd_device_monitor_filter_remove(sd_device *device) { in test_sd_device_monitor_filter_remove()
278 static void test_device_copy_properties(sd_device *device) { in test_device_copy_properties()
279 _cleanup_(sd_device_unrefp) sd_device *copy = NULL; in test_device_copy_properties()
288 _cleanup_(sd_device_unrefp) sd_device *loopback = NULL, *sda = NULL; in main()