Searched refs:opal_i2c_request (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-opal.c39 static int i2c_opal_send_request(u32 bus_id, struct opal_i2c_request *req)
52 rc = opal_i2c_request(token, bus_id, req);
77 struct opal_i2c_request req;
117 struct opal_i2c_request req;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-call.c235 OPAL_CALL(opal_i2c_request, OPAL_I2C_REQUEST);
H A Dopal.c1242 EXPORT_SYMBOL_GPL(opal_i2c_request); variable
/linux-master/arch/powerpc/include/asm/
H A Dopal.h209 int64_t opal_i2c_request(uint64_t async_token, uint32_t bus_id,
210 struct opal_i2c_request *oreq);
H A Dopal-api.h1007 struct opal_i2c_request { struct

Completed in 193 milliseconds