Home
last modified time | relevance | path

Searched refs:ibf (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/input/serio/
Dhp_sdc.c122 hp_sdc.ibf = 0; in hp_sdc_status_in8()
138 hp_sdc.ibf = 1; in hp_sdc_status_out8()
150 hp_sdc.ibf = 1; in hp_sdc_data_out8()
167 if (!hp_sdc.ibf) { in hp_sdc_spin_ibf()
175 hp_sdc.ibf = 0; in hp_sdc_spin_ibf()
363 if (hp_sdc.ibf) { in hp_sdc_put()
365 if (hp_sdc.ibf) in hp_sdc_put()
589 if (!hp_sdc.ibf && limit++ < 20) in hp_sdc_put()
854 hp_sdc.ibf = 1; in hp_sdc_init()
/linux-3.4.99/include/linux/
Dhp_sdc.h273 int ibf; /* Last known status of IBF flag */ member