Searched refs:pending_cmd (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/fsi/ |
H A D | fsi-sbefifo.c | 133 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() [all...] |
/kernel/linux/linux-6.6/drivers/fsi/ |
H A D | fsi-sbefifo.c | 138 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() [all...] |
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | n_gsm.c | 249 struct gsm_control *pending_cmd;/* Our current pending command */ member 1401 ctrl = gsm->pending_cmd; in gsm_control_response() 1407 gsm->pending_cmd = NULL; in gsm_control_response() 1444 * gsm->pending_cmd will be NULL and we just let the timer expire. 1453 ctrl = gsm->pending_cmd; in gsm_control_retransmit() 1456 gsm->pending_cmd = NULL; in gsm_control_retransmit() 1491 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send() 1493 if (gsm->pending_cmd != NULL) { in gsm_control_send() 1500 gsm->pending_cmd = ctrl; in gsm_control_send()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | n_gsm.c | 320 struct gsm_control *pending_cmd;/* Our current pending command */ member 1935 ctrl = gsm->pending_cmd; in gsm_control_response() 1942 gsm->pending_cmd = NULL; in gsm_control_response() 2023 * gsm->pending_cmd will be NULL and we just let the timer expire. 2032 ctrl = gsm->pending_cmd; in gsm_control_retransmit() 2035 gsm->pending_cmd = NULL; in gsm_control_retransmit() 2070 wait_event(gsm->event, gsm->pending_cmd == NULL); in gsm_control_send() 2072 if (gsm->pending_cmd != NULL) { in gsm_control_send() 2079 gsm->pending_cmd = ctrl; in gsm_control_send()
|
Completed in 12 milliseconds