Home
last modified time | relevance | path

Searched refs:controlling_dd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dqsfp.c27 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setsda()
51 struct hfi1_devdata *dd = bus->controlling_dd; in hfi1_setscl()
82 reg = read_csr(bus->controlling_dd, target_in); in hfi1_getsda()
96 reg = read_csr(bus->controlling_dd, target_in); in hfi1_getscl()
114 bus->controlling_dd = dd; in init_i2c_bus()
211 i2c->controlling_dd = dd; in i2c_bus_write()
259 bus->controlling_dd = dd; in i2c_bus_read()
H A Dhfi.h982 struct hfi1_devdata *controlling_dd; /* current controlling device */ member