Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dfirewire-cdev.h428 #define FW_CDEV_IOC_SEND_PHY_PACKET _IOWR('#', 0x15, struct fw_cdev_send_phy_packet)
1024 struct fw_cdev_send_phy_packet { struct
/Linux-v5.4/drivers/firewire/
Dcore-cdev.c425 struct fw_cdev_send_phy_packet send_phy_packet;
1508 struct fw_cdev_send_phy_packet *a = &arg->send_phy_packet; in ioctl_send_phy_packet()