Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/misc/
Dcypress_cy7c63.c167 static ssize_t read_port(struct device *dev, struct device_attribute *attr, in read_port() function
188 return read_port(dev, attr, buf, 0, CYPRESS_READ_PORT_ID0); in port0_show()
196 return read_port(dev, attr, buf, 1, CYPRESS_READ_PORT_ID1); in port1_show()
/linux-6.12.1/drivers/char/
Dmem.c387 static ssize_t read_port(struct file *file, char __user *buf, in read_port() function
662 .read = read_port,