Searched refs:ieee1394_bus_type (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_core.h161 extern struct bus_type ieee1394_bus_type;
H A Dieee1394_core.c1181 ret = bus_register(&ieee1394_bus_type);
1188 ret = bus_create_file(&ieee1394_bus_type, fw_bus_attrs[i]);
1191 bus_remove_file(&ieee1394_bus_type,
1194 bus_unregister(&ieee1394_bus_type);
1246 bus_remove_file(&ieee1394_bus_type, fw_bus_attrs[i]);
1247 bus_unregister(&ieee1394_bus_type);
1269 bus_remove_file(&ieee1394_bus_type, fw_bus_attrs[i]);
1270 bus_unregister(&ieee1394_bus_type);
H A Dnodemgr.c163 struct bus_type ieee1394_bus_type = { variable in typeref:struct:bus_type
239 .bus = &ieee1394_bus_type,
245 .bus = &ieee1394_bus_type,
254 .bus = &ieee1394_bus_type,
260 .bus = &ieee1394_bus_type,
416 error = bus_rescan_devices(&ieee1394_bus_type);
1053 if (ud->device.bus != &ieee1394_bus_type)
1100 if (!parent && ud->device.bus != &ieee1394_bus_type)
1224 drv->driver.bus = &ieee1394_bus_type;
1553 if (bus_rescan_devices(&ieee1394_bus_type))
[all...]

Completed in 45 milliseconds