Home
last modified time | relevance | path

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

/linux-4.4.14/arch/cris/include/uapi/asm/
Dsync_serial.h125 struct ssp_request { struct
/linux-4.4.14/arch/cris/arch-v32/drivers/
Dsync_serial.c690 struct ssp_request req; in sync_serial_input()
695 ret = copy_from_user(&req, (struct ssp_request __user *)arg, in sync_serial_input()
696 sizeof(struct ssp_request)); in sync_serial_input()
723 ret = copy_to_user((struct ssp_request __user *)arg, &req, in sync_serial_input()
724 sizeof(struct ssp_request)); in sync_serial_input()