Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/fsi/
Dfsi-sbefifo.c133 void *pending_cmd; member
761 if (is_vmalloc_addr(user->pending_cmd)) in sbefifo_release_command()
762 vfree(user->pending_cmd); in sbefifo_release_command()
763 user->pending_cmd = NULL; in sbefifo_release_command()
824 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter); in sbefifo_user_read()
856 user->pending_cmd = user->cmd_page; in sbefifo_user_write()
858 user->pending_cmd = vmalloc(len); in sbefifo_user_write()
859 if (!user->pending_cmd) { in sbefifo_user_write()
865 if (copy_from_user(user->pending_cmd, buf, len)) { in sbefifo_user_write()
871 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) == in sbefifo_user_write()
/Linux-v5.15/drivers/tty/
Dn_gsm.c245 struct gsm_control *pending_cmd;/* Our current pending command */ member
1273 ctrl = gsm->pending_cmd; in gsm_control_response()
1279 gsm->pending_cmd = NULL; in gsm_control_response()
1324 ctrl = gsm->pending_cmd; in gsm_control_retransmit()
1328 gsm->pending_cmd = NULL; in gsm_control_retransmit()
1362 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()
1364 if (gsm->pending_cmd != NULL) { in gsm_control_send()
1371 gsm->pending_cmd = ctrl; in gsm_control_send()