Searched refs:bus_type (Results 1 – 19 of 19) sorted by relevance
27 int bus_type; member62 adapter->bus_type = (dev_info.type & 0x0f); in cras_bt_adapter_query_bus_type()86 adapter->bus_type = HCI_USB; in cras_bt_adapter_create()251 return !!(adapter->bus_type == HCI_USB); in cras_bt_adapter_on_usb()
27 struct bus_type *bus;
116 struct bus_type test_bus_type = {706 struct bus_type *bus = &test_bus_type; in test_bus_file()
38 options.bus_type = dbus::Bus::SYSTEM; in ConnectWithTimeout()
75 options.bus_type = dbus::Bus::SYSTEM; in SetUp()234 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
33 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
102 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
104 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
113 options.bus_type = dbus::Bus::SYSTEM; in SetUp()
140 struct bus_type { struct170 const struct bus_type *bus;
761 static const struct bus_type pci_bus = {882 static const struct bus_type simple_bus = {
139 struct bus_type { struct169 const struct bus_type *bus;
684 static const struct bus_type pci_bus = {816 static const struct bus_type simple_bus = {
56 options.bus_type = dbus::Bus::SYSTEM; in HttpProxyTest()
182 __u32 bus_type:8; member
191 BusType bus_type; // SESSION by default. member
150 : bus_type(SESSION), in Options()157 : bus_type_(options.bus_type), in Bus()
1935 if (hw->bus_type == e1000_bus_type_pcix) { in e1000_init_hw()5471 hw->bus_type = e1000_bus_type_pci; in e1000_get_bus_type()5480 hw->bus_type = e1000_bus_type_pci_express; in e1000_get_bus_type()5484 hw->bus_type = (status & E1000_STATUS_PCIX_MODE) ? in e1000_get_bus_type()
1098 e1000_bus_type bus_type; member