Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/misc/
H A 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()
/openbmc/linux/drivers/char/
H A Dmem.c399 static ssize_t read_port(struct file *file, char __user *buf, in read_port() function
670 .read = read_port,