Searched refs:ide_bus_type (Results 1 - 6 of 6) sorted by relevance

/drivers/ide/
H A Dide.c154 struct bus_type ide_bus_type = { variable in typeref:struct:bus_type
166 EXPORT_SYMBOL_GPL(ide_bus_type); variable
379 ret = bus_register(&ide_bus_type);
398 bus_unregister(&ide_bus_type);
409 bus_unregister(&ide_bus_type);
H A Dide-gd.c169 .bus = &ide_bus_type,
H A Dide-proc.c756 err = bus_for_each_drv(&ide_bus_type, NULL, s, proc_print_driver);
H A Dide-probe.c1011 dev->bus = &ide_bus_type;
H A Dide-cd.c1579 .bus = &ide_bus_type,
H A Dide-tape.c1884 .bus = &ide_bus_type,

Completed in 157 milliseconds