Home
last modified time | relevance | path

Searched refs:gsm_read_ea (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/tty/
H A Dn_gsm.c405 * gsm_read_ea - read a byte into an EA
413 static int gsm_read_ea(unsigned int *val, u8 c) in gsm_read_ea() function
437 if (gsm_read_ea(val, *data++)) in gsm_read_ea_val()
1216 while (gsm_read_ea(&addr, *dp++) == 0) { in gsm_control_modem()
1232 while (gsm_read_ea(&modem, *dp++) == 0) { in gsm_control_modem()
1239 while (gsm_read_ea(&brk, *dp++) == 0) { in gsm_control_modem()
1275 while (gsm_read_ea(&addr, *dp++) == 0) { in gsm_control_rls()
1736 while (gsm_read_ea(&modem, *data++) == 0) { in gsm_dlci_data()
1771 if (gsm_read_ea(&command, *data++) == 1) { in gsm_dlci_command()
2043 if (gsm_read_ea( in gsm0_receive()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dn_gsm.c494 * gsm_read_ea - read a byte into an EA
502 static int gsm_read_ea(unsigned int *val, u8 c) in gsm_read_ea() function
526 if (gsm_read_ea(val, *data++)) in gsm_read_ea_val()
1805 while (gsm_read_ea(&addr, *dp++) == 0) { in gsm_control_rls()
2873 if (gsm_read_ea(&gsm->address, c)) in gsm0_receive()
2883 if (gsm_read_ea(&gsm->len, c)) { in gsm0_receive()
3018 if (gsm_read_ea(&gsm->address, c)) in gsm1_receive()

Completed in 9 milliseconds