Searched refs:root_device (Results 1 - 2 of 2) sorted by relevance

/drivers/firewire/
H A Dcore-card.c287 struct fw_device *root_device, *irm_device; local
309 root_device = root_node->data;
310 root_device_is_running = root_device &&
311 atomic_read(&root_device->state) == FW_DEVICE_RUNNING;
312 root_device_is_cmc = root_device && root_device->cmc;
429 if (root_device == NULL) {
/drivers/base/
H A Dcore.c1386 struct root_device { struct
1391 inline struct root_device *to_root_device(struct device *d)
1393 return container_of(d, struct root_device, dev);
1425 struct root_device *root;
1428 root = kzalloc(sizeof(struct root_device), GFP_KERNEL);
1472 struct root_device *root = to_root_device(dev);

Completed in 265 milliseconds