Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fsi/
H A Dfsi-sbefifo.c138 void *pending_cmd; member
784 if (is_vmalloc_addr(user->pending_cmd)) in sbefifo_release_command()
785 vfree(user->pending_cmd); in sbefifo_release_command()
786 user->pending_cmd = NULL; in sbefifo_release_command()
853 rc = __sbefifo_submit(sbefifo, user->pending_cmd, cmd_len, &resp_iter); in sbefifo_user_read()
887 user->pending_cmd = user->cmd_page; in sbefifo_user_write()
889 user->pending_cmd = vmalloc(len); in sbefifo_user_write()
890 if (!user->pending_cmd) { in sbefifo_user_write()
896 if (copy_from_user(user->pending_cmd, buf, len)) { in sbefifo_user_write()
902 if (len == 4 && be32_to_cpu(*(__be32 *)user->pending_cmd) == in sbefifo_user_write()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c322 struct gsm_control *pending_cmd;/* Our current pending command */ member
1937 ctrl = gsm->pending_cmd; in gsm_control_response()
1944 gsm->pending_cmd = NULL; in gsm_control_response()
2034 ctrl = gsm->pending_cmd; in gsm_control_retransmit()
2037 gsm->pending_cmd = NULL; in gsm_control_retransmit()
2072 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()
2074 if (gsm->pending_cmd != NULL) { in gsm_control_send()
2081 gsm->pending_cmd = ctrl; in gsm_control_send()