Searched refs:hw_type (Results 1 – 4 of 4) sorted by relevance
53 return pdev->id.hw_type != HPHW_FAULTY; in check_dev()109 if ((ids->hw_type != HWTYPE_ANY_ID) && in match_device()110 (ids->hw_type != dev->id.hw_type)) in match_device()263 if (pdev->id.hw_type != HPHW_BCPORT) in is_IKE_device()295 if (candidate->id.hw_type == type) in find_pa_parent_type()425 dev->id.hw_type = HPHW_FAULTY; in create_tree_node()511 if (dev->id.hw_type != HPHW_FAULTY) { in alloc_pa_dev()518 dev->id.hw_type = iodc_data[3] & 0x1f; in alloc_pa_dev()561 (u8)id->hw_type, (u16)id->hversion, (u8)id->hversion_rev, in make_modalias()598 pa_dev_attr_id(hw_type, "0x%02x\n");[all …]
1329 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) { in parisc_hardware_description()1330 if ((listptr->hw_type == id->hw_type) && in parisc_hardware_description()1342 switch (id->hw_type) { in parisc_hardware_description()
489 if ((!dev) || (dev->id.hw_type != HPHW_BA)) in snake_inventory()
13 unsigned int hw_type:8; /* HPHW_xxx */ member