Searched refs:semaphore_idx (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/i2c/busses/
H A Di2c-designware-core.h237 * @semaphore_idx: Index of table with semaphore type attached to the bus. It's
296 int semaphore_idx; member in struct:dw_i2c_dev
H A Di2c-designware-platdrv.c242 dev->semaphore_idx = -1;
260 dev->semaphore_idx = i;
269 if (dev->semaphore_idx < 0)
272 if (i2c_dw_semaphore_cb_table[dev->semaphore_idx].remove)
273 i2c_dw_semaphore_cb_table[dev->semaphore_idx].remove(dev);

Completed in 214 milliseconds