sub_number 1309 drivers/pci/hotplug/ibmphp_pci.c u8 sec_number, sub_number, pri_number; sub_number 1337 drivers/pci/hotplug/ibmphp_pci.c pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_SUBORDINATE_BUS, &sub_number); sub_number 1338 drivers/pci/hotplug/ibmphp_pci.c sub_no = (int) sub_number; sub_number 1340 drivers/pci/hotplug/ibmphp_pci.c if (sec_no != sub_number) { sub_number 453 sound/pci/mixart/mixart_core.c unsigned int sub_number = buffer_id & MIXART_NOTIFY_SUBS_MASK; /* 0 to MIXART_PLAYBACK_STREAMS */ sub_number 459 sound/pci/mixart/mixart_core.c if ((chip_number >= mgr->num_cards) || (pcm_number >= MIXART_PCM_TOTAL) || (sub_number >= MIXART_PLAYBACK_STREAMS)) { sub_number 469 sound/pci/mixart/mixart_core.c stream = &chip->playback_stream[pcm_number][sub_number];