Lines Matching defs:data
115 /* this is private data for each PCI-PC watchdog card */
159 pr_debug("sending following data cmd=0x%02x msb=0x%02x lsb=0x%02x\n",
163 /* If a command requires data it should be written first.
164 * Data for commands with 8 bits of data should be written to port 4.
165 * Commands with 16 bits of data, should be written as LSB to port 4
167 * After the required data has been written then write the command to
201 pr_debug("received following data for cmd=0x%02x: msb=0x%02x lsb=0x%02x\n",
310 outb_p(0x42, pcipcwd_private.io_addr); /* send out any data */
434 static ssize_t pcipcwd_write(struct file *file, const char __user *data,
450 if (get_user(c, data + i))
600 static ssize_t pcipcwd_temp_read(struct file *file, char __user *data,
608 if (copy_to_user(data, &temperature, 1))