Searched refs:lanes_show (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | xdomain.c | 1743 static ssize_t lanes_show(struct device *dev, struct device_attribute *attr, in lanes_show() function 1751 static DEVICE_ATTR(rx_lanes, 0444, lanes_show, NULL); 1752 static DEVICE_ATTR(tx_lanes, 0444, lanes_show, NULL);
|
A D | switch.c | 1914 static ssize_t lanes_show(struct device *dev, struct device_attribute *attr, in lanes_show() function 1926 static DEVICE_ATTR(rx_lanes, 0444, lanes_show, NULL); 1927 static DEVICE_ATTR(tx_lanes, 0444, lanes_show, NULL);
|
Completed in 14 milliseconds