Searched refs:adapter (Results 1 – 2 of 2) sorted by relevance
385 native_client_access_ok(struct native_i2c_adapter *adapter, uint16_t addr) in native_client_access_ok() argument387 if (ioctl(adapter->fd, I2C_SLAVE, addr) < 0) { in native_client_access_ok()415 struct native_i2c_adapter *adapter; in native_adapter_proc() local419 adapter = native_adapter_find(vi2c, addr); in native_adapter_proc()420 if (!adapter) { in native_adapter_proc()428 ret = ioctl(adapter->fd, I2C_RDWR, &work_queue); in native_adapter_proc()
12 - VGA interface of virtio-gpu adapter support
Completed in 27 milliseconds