Home
last modified time | relevance | path

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

/linux/drivers/gpib/tms9914/
H A Dtms9914.c191 if (priv->holdoff_active) { in tms9914_release_holdoff()
193 priv->holdoff_active = 0; in tms9914_release_holdoff()
474 priv->holdoff_active = 1; in tms9914_read_data_in()
477 priv->holdoff_active = 1; in tms9914_read_data_in()
/linux/drivers/gpib/include/
H A Dtms9914.h50 unsigned holdoff_active : 1; member
/linux/drivers/gpib/agilent_82350b/
H A Dagilent_82350b.c56 if (tms_priv->holdoff_active == 0 && length > 1) { in agilent_82350b_accel_read()
103 tms_priv->holdoff_active = 1; in agilent_82350b_accel_read()
/linux/drivers/gpib/hp_82341/
H A Dhp_82341.c120 tms_priv->holdoff_active = 1; in hp_82341_accel_read()