op_cycle          185 drivers/greybus/connection.c 	atomic_set(&connection->op_cycle, 0);
op_cycle          750 drivers/greybus/operation.c 		cycle = (unsigned int)atomic_inc_return(&connection->op_cycle);
op_cycle           60 include/linux/greybus/connection.h 	atomic_t			op_cycle;