Home
last modified time | relevance | path

Searched refs:hw_type (Results 1 – 4 of 4) sorted by relevance

/arch/parisc/kernel/
A Ddrivers.c53 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()
426 dev->id.hw_type = HPHW_FAULTY; in create_tree_node()
512 if (dev->id.hw_type != HPHW_FAULTY) { in alloc_pa_dev()
519 dev->id.hw_type = iodc_data[3] & 0x1f; in alloc_pa_dev()
599 pa_dev_attr_id(hw_type, "0x%02x\n");
795 ((dev->id.hw_type == HPHW_IOA) || (dev->id.hw_type == HPHW_BCPORT))
[all …]
A Dhardware.c1326 for (listptr = hp_hardware_list; listptr->hw_type != HPHW_FAULTY; listptr++) { in parisc_hardware_description()
1327 if ((listptr->hw_type == id->hw_type) && in parisc_hardware_description()
1339 switch (id->hw_type) { in parisc_hardware_description()
A Dinventory.c489 if ((!dev) || (dev->id.hw_type != HPHW_BA)) in snake_inventory()
/arch/parisc/include/asm/
A Dhardware.h13 unsigned int hw_type:8; /* HPHW_xxx */ member

Completed in 16 milliseconds