Home
last modified time | relevance | path

Searched refs:fw_cdev_send_stream_packet (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 Dfirewire-cdev.h422 #define FW_CDEV_IOC_SEND_STREAM_PACKET _IOW('#', 0x13, struct fw_cdev_send_stream_packet)
997 struct fw_cdev_send_stream_packet { 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 Dfirewire-cdev.h422 #define FW_CDEV_IOC_SEND_STREAM_PACKET _IOW('#', 0x13, struct fw_cdev_send_stream_packet)
997 struct fw_cdev_send_stream_packet { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfirewire-cdev.h422 #define FW_CDEV_IOC_SEND_STREAM_PACKET _IOW('#', 0x13, struct fw_cdev_send_stream_packet)
997 struct fw_cdev_send_stream_packet { struct
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c423 struct fw_cdev_send_stream_packet send_stream_packet;
1457 struct fw_cdev_send_stream_packet *a = &arg->send_stream_packet; in ioctl_send_stream_packet()