Lines Matching full:coupling
400 * adxl313_is_act_inact_ac() - Check if AC coupling is enabled.
404 * Provide a type of activity or inactivity, combined with either AC coupling
405 * set, or default to DC coupling. This function verifies if the combination is
408 * Return: if the provided activity type has AC coupling enabled or a negative
415 bool coupling; in adxl313_is_act_inact_ac() local
422 coupling = adxl313_act_acdc_msk[type] & regval; in adxl313_is_act_inact_ac()
427 return coupling == ADXL313_COUPLING_DC; in adxl313_is_act_inact_ac()
430 return coupling == ADXL313_COUPLING_AC; in adxl313_is_act_inact_ac()
496 /* Check if configured coupling matches provided type */ in adxl313_is_act_inact_en()
563 * coupling event is specified. This step helps prevent misuse - in adxl313_set_act_inact_en()
595 /* Update AC/DC-coupling according to the command */ in adxl313_set_act_inact_en()