is_fw_unit        174 drivers/firewire/core-device.c static bool is_fw_unit(struct device *dev);
is_fw_unit        179 drivers/firewire/core-device.c 	return is_fw_unit(dev) && unit_match(dev, drv) != NULL;
is_fw_unit        259 drivers/firewire/core-device.c 	if (is_fw_unit(dev))
is_fw_unit        292 drivers/firewire/core-device.c 	if (is_fw_unit(dev))
is_fw_unit        853 drivers/firewire/core-device.c 	if (is_fw_unit(dev) && driver != NULL && driver->update != NULL) {