Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/isdn/hardware/eicon/
Ddivacapi.h292 byte adjust_b_restore; member
Dmessage.c179 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc);
2954 if (plci->adjust_b_restore) in connect_b3_res()
2956 plci->adjust_b_restore = false; in connect_b3_res()
2957 start_internal_command(Id, plci, adjust_b_restore); in connect_b3_res()
7045 if (plci->adjust_b_restore) in nl_ind()
7047 plci->adjust_b_restore = false; in nl_ind()
7048 start_internal_command(Id, plci, adjust_b_restore); in nl_ind()
13577 plci->adjust_b_restore = false; in adjust_b_clear()
13846 plci->adjust_b_restore = true; in adjust_b_process()
13955 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc) in adjust_b_restore() function