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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dds.c181 driver->drv.bus = &pcmcia_bus_type;
510 p_dev->dev.bus = &pcmcia_bus_type;
668 bus_for_each_dev(&pcmcia_bus_type, NULL, NULL, pcmcia_requery_callback);
703 if (bus_rescan_devices(&pcmcia_bus_type))
1221 bus_for_each_dev(&pcmcia_bus_type, NULL, skt, pcmcia_bus_resume_callback);
1228 if (bus_for_each_dev(&pcmcia_bus_type, NULL, skt,
1391 struct bus_type pcmcia_bus_type = { variable in typeref:struct:bus_type
1407 ret = bus_register(&pcmcia_bus_type);
1416 bus_unregister(&pcmcia_bus_type);
1430 bus_unregister(&pcmcia_bus_type);
[all...]
H A Dcs_internal.h147 extern struct bus_type pcmcia_bus_type;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dsetup.c381 extern struct bus_type pcmcia_bus_type;
383 bus_register_notifier(&pcmcia_bus_type, &pcmcia_notifier);

Completed in 100 milliseconds