Home
last modified time | relevance | path

Searched refs:holdoff_active (Results 1 – 2 of 2) 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