Lines Matching refs:operational
296 * Check if device is operational.
298 * An operational device is responding, has exited bootloader, and has
308 * -EINVAL device is in operational mode, but not supported by this driver
335 cyapa->operational = true;
337 cyapa->operational = false;
345 * And when the device is detected and operational, it will be reset to
357 dev_warn(dev, "device detected but not operational\n");
379 if (cyapa->operational) {
383 * when in operational mode.
393 if (error || !cyapa->operational) {
425 if (cyapa->operational)
535 if (!input || cyapa->operational)
551 if (!input || cyapa->operational)
619 if (cyapa->operational)
636 if (cyapa->operational)
644 if (!input && cyapa->operational) {
656 if (cyapa->operational)
659 } else if (!error && cyapa->operational) {
662 * in operational mode and input->users > 0.
698 if (cyapa->operational) {
714 if (!cyapa->operational || error) {
965 /* runtime is enabled until device is operational and opened. */
1143 if (cyapa->operational) {
1165 if (cyapa->operational) {
1192 return "operational"; /* Normal valid state. */
1324 * Register the device in the input subsystem when it's operational.
1328 if (cyapa->operational) {
1358 * Runtime PM is enable only when device is in operational mode and
1370 if (cyapa->operational) {
1412 * Re-Enable proximity interrupt after enter operational mode.