my_index          606 arch/powerpc/platforms/pseries/hotplug-cpu.c 	u32 my_index;
my_index          610 arch/powerpc/platforms/pseries/hotplug-cpu.c 		rc = of_property_read_u32(dn, "ibm,my-drc-index", &my_index);
my_index          614 arch/powerpc/platforms/pseries/hotplug-cpu.c 		if (my_index == drc_index)
my_index          194 drivers/pci/hotplug/rpaphp_core.c 				char *drc_type, unsigned int my_index)
my_index          211 drivers/pci/hotplug/rpaphp_core.c 		if (be32_to_cpu(indexes[i + 1]) == my_index)
my_index          226 drivers/pci/hotplug/rpaphp_core.c 				char *drc_type, unsigned int my_index)
my_index          251 drivers/pci/hotplug/rpaphp_core.c 		if (my_index >= drc.drc_index_start && my_index <= drc.last_drc_index) {
my_index          252 drivers/pci/hotplug/rpaphp_core.c 			int index = my_index - drc.drc_index_start;
my_index          271 drivers/pci/hotplug/rpaphp_core.c 	const __be32 *my_index;
my_index          273 drivers/pci/hotplug/rpaphp_core.c 	my_index = of_get_property(dn, "ibm,my-drc-index", NULL);
my_index          274 drivers/pci/hotplug/rpaphp_core.c 	if (!my_index) {
my_index          281 drivers/pci/hotplug/rpaphp_core.c 						be32_to_cpu(*my_index));
my_index          284 drivers/pci/hotplug/rpaphp_core.c 						be32_to_cpu(*my_index));
my_index           85 drivers/pci/hotplug/rpaphp_slot.c 	u32 my_index;
my_index          100 drivers/pci/hotplug/rpaphp_slot.c 		retval = of_property_read_u32(child, "ibm,my-drc-index", &my_index);
my_index          101 drivers/pci/hotplug/rpaphp_slot.c 		if (my_index == slot->index) {
my_index           70 include/net/netrom.h 	unsigned char		my_index,   my_id;
my_index          151 net/netrom/af_netrom.c 		if (nr->my_index == index && nr->my_id == id) {
my_index          682 net/netrom/af_netrom.c 	nr->my_index = circuit / 256;
my_index          966 net/netrom/af_netrom.c 	nr_make->my_index    = circuit / 256;
my_index         1276 net/netrom/af_netrom.c 			nr->my_index,
my_index          157 net/netrom/nr_subr.c 		*dptr++  = nr->my_index;
my_index          180 net/netrom/nr_subr.c 		*dptr++ = nr->my_index;