Searched refs:write_port (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/usb/misc/ |
H A D | cypress_cy7c63.c | 120 static ssize_t write_port(struct device *dev, struct device_attribute *attr, in write_port() function 155 return write_port(dev, attr, buf, count, 0, CYPRESS_WRITE_PORT_ID0); in port0_store() 163 return write_port(dev, attr, buf, count, 1, CYPRESS_WRITE_PORT_ID1); in port1_store()
|
/openbmc/linux/drivers/char/ |
H A D | mem.c | 417 static ssize_t write_port(struct file *file, const char __user *buf, in write_port() function 671 .write = write_port,
|