Lines Matching defs:buf
31 struct dell_wmi_smbios_buffer *buf;
56 input.pointer = &priv->buf->std;
59 priv->buf->std.cmd_class, priv->buf->std.cmd_select,
60 priv->buf->std.input[0], priv->buf->std.input[1],
61 priv->buf->std.input[2], priv->buf->std.input[3]);
75 memcpy(&priv->buf->std, obj->buffer.pointer, obj->buffer.length);
77 priv->buf->std.output[0], priv->buf->std.output[1],
78 priv->buf->std.output[2], priv->buf->std.output[3]);
101 memset(&priv->buf->ext, 0, difference);
102 memcpy(&priv->buf->std, buffer, size);
104 memcpy(buffer, &priv->buf->std, size);
125 memcpy(priv->buf, arg, priv->req_buf_size);
126 if (dell_smbios_call_filter(&wdev->dev, &priv->buf->std)) {
128 priv->buf->std.cmd_class,
129 priv->buf->std.cmd_select,
130 priv->buf->std.input[0]);
137 memcpy(arg, priv->buf, priv->req_buf_size);
186 priv->buf = (void *)__get_free_pages(GFP_KERNEL, count);
187 if (!priv->buf)
205 free_pages((unsigned long)priv->buf, count);
220 free_pages((unsigned long)priv->buf, count);