Home
last modified time | relevance | path

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

/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()
/linux/drivers/platform/x86/dell/
H A Ddell-uart-backlight.c62 u8 pending_cmd; member
93 dell_bl->pending_cmd = cmd[1]; in dell_uart_bl_command()
238 if (dell_bl->resp[RESP_CMD] != dell_bl->pending_cmd) { in dell_uart_bl_receive()
240 dell_bl->resp[RESP_CMD], dell_bl->pending_cmd); in dell_uart_bl_receive()
/linux/drivers/tty/
H A Dn_gsm.c323 struct gsm_control *pending_cmd;/* Our current pending command */ member
1938 ctrl = gsm->pending_cmd; in gsm_control_response()
1945 gsm->pending_cmd = NULL; in gsm_control_response()
2026 * gsm->pending_cmd will be NULL and we just let the timer expire.
2035 ctrl = gsm->pending_cmd; in gsm_control_retransmit()
2038 gsm->pending_cmd = NULL; in gsm_control_retransmit()
2073 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send()
2075 if (gsm->pending_cmd != NULL) { in gsm_control_send()
2082 gsm->pending_cmd = ctrl; in gsm_control_send()