Searched defs:bus (Results 1 - 3 of 3) sorted by relevance

/net/dsa/
H A Dslave.c18 static int dsa_slave_phy_read(struct mii_bus *bus, int addr, int reg) argument
20 struct dsa_switch *ds = bus->priv;
28 static int dsa_slave_phy_write(struct mii_bus *bus, int addr, int reg, u16 val) argument
30 struct dsa_switch *ds = bus->priv;
H A Ddsa.c47 dsa_switch_probe(struct mii_bus *bus, int sw_addr, char **_name) argument
62 name = drv->probe(bus, sw_addr);
79 struct device *parent, struct mii_bus *bus)
92 drv = dsa_switch_probe(bus, pd->sw_addr, &name);
113 ds->master_mii_bus = bus;
265 struct mii_bus *bus; local
267 bus = to_mii_bus(d);
270 return bus;
376 mdio = of_parse_phandle(np, "dsa,mii-bus", 0);
537 struct mii_bus *bus; local
78 dsa_switch_setup(struct dsa_switch_tree *dst, int index, struct device *parent, struct mii_bus *bus) argument
[all...]
/net/bluetooth/
H A Dhci_sysfs.c153 static inline char *host_bustostr(int bus) argument
155 switch (bus) {
191 return sprintf(buf, "%s\n", host_bustostr(hdev->bus));
344 static DEVICE_ATTR(bus, S_IRUGO, show_bus, NULL);
550 BT_DBG("%p name %s bus %d", hdev, hdev->name, hdev->bus);
580 BT_DBG("%p name %s bus %d", hdev, hdev->name, hdev->bus);

Completed in 80 milliseconds