Home
last modified time | relevance | path

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

/drivers/firewire/
Dfw-card.c207 struct fw_device *root_device; in fw_card_bm_work() local
228 root_device = root_node->data; in fw_card_bm_work()
229 root_device_is_running = root_device && in fw_card_bm_work()
230 atomic_read(&root_device->state) == FW_DEVICE_RUNNING; in fw_card_bm_work()
231 root_device_is_cmc = root_device && root_device->cmc; in fw_card_bm_work()
308 if (root_device == NULL) { in fw_card_bm_work()
/drivers/base/
Dcore.c1208 struct root_device struct
1214 #define to_root_device(dev) container_of(dev, struct root_device, dev) argument
1243 struct root_device *root; in __root_device_register()
1246 root = kzalloc(sizeof(struct root_device), GFP_KERNEL); in __root_device_register()
1290 struct root_device *root = to_root_device(dev); in root_device_unregister()