Searched refs:bus_type (Results 1 – 5 of 5) sorted by relevance
34 static int bus_type = -1; variable233 bus_type = BUS_I2C; in onewire_i2c_init()252 if (bus_type == BUS_I2C && lcd_id > 0) { in onewire_get_info()293 if (bus_type == BUS_I2C) { in onewire_set_backlight()
140 struct bus_type { struct170 const struct bus_type *bus;
778 static const struct bus_type pci_bus = {899 static const struct bus_type simple_bus = {1408 static const struct bus_type graph_port_bus = {1412 static const struct bus_type graph_ports_bus = {
1937 if (hw->bus_type == e1000_bus_type_pcix) { in e1000_init_hw()5473 hw->bus_type = e1000_bus_type_pci; in e1000_get_bus_type()5482 hw->bus_type = e1000_bus_type_pci_express; in e1000_get_bus_type()5486 hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? in e1000_get_bus_type()
1100 e1000_bus_type bus_type; member
Completed in 35 milliseconds