Searched refs:host_bus_type (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/firmware/ |
A D | edd.c | 134 if (isprint(info->params.host_bus_type[i])) { in edd_show_host_bus() 135 p += scnprintf(p, left, "%c", info->params.host_bus_type[i]); in edd_show_host_bus() 141 if (!strncmp(info->params.host_bus_type, "ISA", 3)) { in edd_show_host_bus() 144 } else if (!strncmp(info->params.host_bus_type, "PCIX", 4) || in edd_show_host_bus() 145 !strncmp(info->params.host_bus_type, "PCI", 3) || in edd_show_host_bus() 146 !strncmp(info->params.host_bus_type, "XPRS", 4)) { in edd_show_host_bus() 153 } else if (!strncmp(info->params.host_bus_type, "IBND", 4) || in edd_show_host_bus() 154 !strncmp(info->params.host_bus_type, "HTPT", 4)) { in edd_show_host_bus() 644 if (!strncmp(info->params.host_bus_type, type, strlen(type)) || in edd_dev_is_type()
|
/linux/include/uapi/linux/ |
A D | edd.h | 85 __u8 host_bus_type[4]; member
|
/linux/drivers/scsi/aacraid/ |
A D | aacraid.h | 1408 u8 host_bus_type; /* uses HOST_BUS_TYPE_xxx defines */ member
|
Completed in 20 milliseconds