Lines Matching refs:data
111 const char *uname, int depth, void *data)
148 const char *uname, int depth, void *data)
382 static irqreturn_t opal_message_notify(int irq, void *data)
444 static int __opal_put_chars(uint32_t vtermno, const char *data, int total_len, bool atomic)
468 rc = opal_console_write(vtermno, &olen, data);
500 int opal_put_chars(uint32_t vtermno, const char *data, int total_len)
502 return __opal_put_chars(vtermno, data, total_len, false);
511 int opal_put_chars_atomic(uint32_t vtermno, const char *data, int total_len)
513 return __opal_put_chars(vtermno, data, total_len, true);
565 * flushed if wait, otherwise it will return -EBUSY if the console has data,
566 * -EAGAIN if it has data and some of it was flushed.
1151 uint64_t data = vmalloc_to_pfn(vmalloc_addr) << PAGE_SHIFT;
1154 sg->entry[i].data = cpu_to_be64(data);