Searched refs:busp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_dn.c65 const u32 *busp = of_get_property(dn, "linux,subbus", NULL); local
66 if (busp)
67 pdn->bussubno = *busp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dpci.c736 const u32 *busp; local
741 busp = of_get_property(node, "bus-range", NULL);
742 if (busp == NULL)
744 bus = *busp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/hda/
H A Dhda_codec.h578 struct hda_bus **busp);
H A Dhda_codec.c345 * @busp: the pointer to store the created bus instance
351 struct hda_bus **busp)
362 if (busp)
363 *busp = NULL;
385 if (busp)
386 *busp = bus;
349 snd_hda_bus_new(struct snd_card *card, const struct hda_bus_template *temp, struct hda_bus **busp) argument

Completed in 86 milliseconds