Searched refs:exec_command (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/private/i2c/
H A Di2c.h53 status_t (*exec_command)(i2c_device cookie, i2c_op op, member in struct:__anon2
77 status_t (*exec_command)(i2c_bus cookie, i2c_op op, i2c_addr slaveAddress, member in struct:__anon3
119 status_t (*exec_command)(i2c_bus_cookie cookie, i2c_op op, member in struct:__anon5
/haiku/src/add-ons/kernel/busses/i2c/ocores/
H A Dkernel_interface.cpp35 .exec_command = [](i2c_bus_cookie cookie, i2c_op op,
/haiku/src/add-ons/kernel/bus_managers/i2c/
H A DI2CBus.cpp48 return fController->exec_command(fCookie, op, slaveAddress, cmdBuffer, cmdLength,
/haiku/src/add-ons/kernel/drivers/input/i2c_hid/
H A DHIDDevice.cpp337 status = fI2C->exec_command(fI2CCookie, I2C_OP_READ_STOP, cmd, cmdLength,
/haiku/src/add-ons/kernel/busses/i2c/pch/
H A Dpch_i2c.cpp104 exec_command(i2c_bus_cookie cookie, i2c_op op, i2c_addr slaveAddress, function
114 TRACE("exec_command: acquired busy flag\n");
129 TRACE("exec_command: write slave address\n");
148 TRACE("exec_command: write command buffer\n");
152 ERROR("exec_command can't write, cmd too long %" B_PRIuSIZE
167 TRACE("exec_command: processing buffer %" B_PRIuSIZE " bytes\n",
205 ERROR("exec_command timed out waiting for read\n");
208 ERROR("exec_command timed out reading %" B_PRIuSIZE " bytes\n",
224 TRACE("exec_command %" B_PRIuSIZE" bytes to be read\n",
233 TRACE("exec_command
[all...]
/haiku/src/add-ons/kernel/drivers/input/i2c_elan/
H A DELANDevice.cpp543 status = fI2C->exec_command(fI2CCookie, I2C_OP_READ_STOP, cmd, cmdLength,

Completed in 101 milliseconds