Home
last modified time | relevance | path

Searched refs:scom_access (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfsi.h19 struct scom_access { struct
54 #define FSI_SCOM_READ _IOWR('s', 0x01, struct scom_access) argument
55 #define FSI_SCOM_WRITE _IOWR('s', 0x02, struct scom_access)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfsi.h19 struct scom_access { struct
54 #define FSI_SCOM_READ _IOWR('s', 0x01, struct scom_access) argument
55 #define FSI_SCOM_WRITE _IOWR('s', 0x02, struct scom_access)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfsi.h19 struct scom_access { struct
54 #define FSI_SCOM_READ _IOWR('s', 0x01, struct scom_access) argument
55 #define FSI_SCOM_WRITE _IOWR('s', 0x02, struct scom_access)
/OK3568_Linux_fs/kernel/drivers/fsi/
H A Dfsi-scom.c429 static void raw_convert_status(struct scom_access *acc, uint32_t status) in raw_convert_status()
447 struct scom_access acc; in scom_raw_read()
451 if (copy_from_user(&acc, argp, sizeof(struct scom_access))) in scom_raw_read()
458 if (copy_to_user(argp, &acc, sizeof(struct scom_access))) in scom_raw_read()
466 struct scom_access acc; in scom_raw_write()
470 if (copy_from_user(&acc, argp, sizeof(struct scom_access))) in scom_raw_write()
489 if (copy_to_user(argp, &acc, sizeof(struct scom_access))) in scom_raw_write()