Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/char/
Dmouse_rpc.c28 static short old_x, old_y, old_b; variable
46 if (dx || dy || buttons != old_b) { in mouse_rpc_irq()
48 old_b = buttons; in mouse_rpc_irq()
65 old_b = (__raw_readl(0xe0310000) >> 4) & 7; in mouse_rpc_init()
/linux-2.4.37.9/drivers/media/video/
Di2c-parport.c95 struct parport_i2c_bus *b, *old_b = NULL; in i2c_parport_detach() local
102 if (old_b) in i2c_parport_detach()
103 old_b->next = b->next; in i2c_parport_detach()
110 old_b = b; in i2c_parport_detach()