Searched refs:read_port (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/misc/ |
| H A D | cypress_cy7c63.c | 163 static ssize_t read_port(struct device *dev, struct device_attribute *attr, in read_port() function 184 return read_port(dev, attr, buf, 0, CYPRESS_READ_PORT_ID0); in port0_show() 192 return read_port(dev, attr, buf, 1, CYPRESS_READ_PORT_ID1); in port1_show()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 631 static ssize_t read_port(struct file *file, char __user *buf, in read_port() function 942 .read = read_port,
|