Home
last modified time | relevance | path

Searched refs:holdoff_active (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/staging/gpib/tms9914/
H A Dtms9914.c187 if (priv->holdoff_active) { in tms9914_release_holdoff()
189 priv->holdoff_active = 0; in tms9914_release_holdoff()
467 priv->holdoff_active = 1; in tms9914_read_data_in()
470 priv->holdoff_active = 1; in tms9914_read_data_in()
/linux/drivers/staging/gpib/include/
H A Dtms9914.h50 unsigned holdoff_active : 1; member
/linux/drivers/staging/gpib/agilent_82350b/
H A Dagilent_82350b.c46 if (tms_priv->holdoff_active == 0 && length > 1) { in agilent_82350b_accel_read()
99 tms_priv->holdoff_active = 1; in agilent_82350b_accel_read()
/linux/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c111 tms_priv->holdoff_active = 1; in hp_82341_accel_read()