Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddivacapi.h282 byte adjust_b_restore; member
Dmessage.c164 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc);
2831 if (plci->adjust_b_restore) in connect_b3_res()
2833 plci->adjust_b_restore = false; in connect_b3_res()
2834 start_internal_command(Id, plci, adjust_b_restore); in connect_b3_res()
6907 if (plci->adjust_b_restore) in nl_ind()
6909 plci->adjust_b_restore = false; in nl_ind()
6910 start_internal_command(Id, plci, adjust_b_restore); in nl_ind()
13452 plci->adjust_b_restore = false; in adjust_b_clear()
13735 plci->adjust_b_restore = true; in adjust_b_process()
13848 static void adjust_b_restore(dword Id, PLCI *plci, byte Rc) in adjust_b_restore() function