Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dfirewire-cdev.h422 #define FW_CDEV_IOC_SEND_PHY_PACKET _IOWR('#', 0x15, struct fw_cdev_send_phy_packet)
1018 struct fw_cdev_send_phy_packet { struct
/linux-4.4.14/drivers/firewire/
Dcore-cdev.c438 struct fw_cdev_send_phy_packet send_phy_packet;
1522 struct fw_cdev_send_phy_packet *a = &arg->send_phy_packet; in ioctl_send_phy_packet()