Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfirewire-cdev.h558 #define FW_CDEV_IOC_RECEIVE_PHY_PACKETS _IOW('#', 0x16, struct fw_cdev_receive_phy_packets)
1173 struct fw_cdev_receive_phy_packets { struct
/openbmc/linux/drivers/firewire/
H A Dcore-cdev.c439 struct fw_cdev_receive_phy_packets receive_phy_packets;
1665 struct fw_cdev_receive_phy_packets *a = &arg->receive_phy_packets; in ioctl_receive_phy_packets()