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

/linux-master/drivers/i2c/busses/
H A Di2c-designware-platdrv.c243 dev->semaphore_idx = -1;
261 dev->semaphore_idx = i;
270 if (dev->semaphore_idx < 0)
273 if (i2c_dw_semaphore_cb_table[dev->semaphore_idx].remove)
274 i2c_dw_semaphore_cb_table[dev->semaphore_idx].remove(dev);
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

Completed in 220 milliseconds