Searched refs:running (Results 1 - 3 of 3) sorted by relevance

/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_dp_i2c_helper.c53 * Send the address. If the I2C link is running, this 'restarts'
69 algo_data->running = true;
88 if (algo_data->running) {
90 algo_data->running = false;
96 * the I2C link must be running or this returns -EIO
104 if (!algo_data->running)
113 * I2C link must be running or this returns -EIO
121 if (!algo_data->running)
/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_dp_helper.h325 * @running: set by the algo indicating whether an i2c is ongoing or whether
331 bool running; member in struct:i2c_algo_dp_aux_data
/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_dp.c618 intel_dp->algo.running = false;
1015 DRM_DEBUG_KMS("eDP was not running\n");
2380 /* Now read the DPCD to see if it's actually running */

Completed in 39 milliseconds