Home
last modified time | relevance | path

Searched refs:is_fw_unit (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/firewire/
H A Ddevice-attribute-test.c108 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_simple_avc()
112 KUNIT_ASSERT_TRUE(test, is_fw_unit(unit0_dev)); in device_attr_simple_avc()
190 KUNIT_ASSERT_FALSE(test, is_fw_unit(node_dev)); in device_attr_legacy_avc()
194 KUNIT_ASSERT_TRUE(test, is_fw_unit(unit0_dev)); in device_attr_legacy_avc()
H A Dcore-device.c207 static bool is_fw_unit(const struct device *dev);
212 return is_fw_unit(dev) && unit_match(dev, drv) != NULL; in fw_unit_match()
292 if (is_fw_unit(dev)) { in show_immediate()
341 if (is_fw_unit(dev)) { in show_text_leaf()
831 static bool is_fw_unit(const struct device *dev) in is_fw_unit() function
987 if (is_fw_unit(dev) && driver != NULL && driver->update != NULL) { in update_unit()