Searched refs:bus_attr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dbus.c98 struct bus_attribute *bus_attr = to_bus_attr(attr); local
102 if (bus_attr->show)
103 ret = bus_attr->show(bus_priv->bus, buf);
110 struct bus_attribute *bus_attr = to_bus_attr(attr); local
114 if (bus_attr->store)
115 ret = bus_attr->store(bus_priv->bus, buf, count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dipr.c6458 ioa_cfg->bus_attr[i].bus_width);
6460 if (max_xfer_rate < ioa_cfg->bus_attr[i].max_xfer_rate)
6461 ioa_cfg->bus_attr[i].max_xfer_rate = max_xfer_rate;
6480 struct ipr_bus_attributes *bus_attr; local
6499 bus_attr = &ioa_cfg->bus_attr[i];
6501 bus->bus_width = bus_attr->bus_width;
6502 bus->max_xfer_rate = cpu_to_be32(bus_attr->max_xfer_rate);
6504 if (bus_attr->qas_enabled)
8305 ioa_cfg->bus_attr[
[all...]
H A Dipr.h1445 struct ipr_bus_attributes bus_attr[IPR_MAX_NUM_BUSES]; member in struct:ipr_ioa_cfg

Completed in 143 milliseconds