Home
last modified time | relevance | path

Searched refs:IOCTL_Command_struct (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dcciss_ioctl.h47 } IOCTL_Command_struct; typedef
78 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/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 Dcciss_ioctl.h47 } IOCTL_Command_struct; typedef
78 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/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 Dcciss_ioctl.h47 } IOCTL_Command_struct; typedef
78 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dhpsa.c259 IOCTL_Command_struct *iocommand);
6246 IOCTL_Command_struct arg64; in hpsa_ioctl32_passthru()
6254 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru()
6374 IOCTL_Command_struct *iocommand) in hpsa_passthru_ioctl()
6616 IOCTL_Command_struct iocommand; in hpsa_ioctl()
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c5989 IOCTL_Command_struct iocommand; in pqi_passthru_ioctl()