Searched refs:smibuf (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/firmware/google/
H A Dgsmi.c154 struct gsmi_buf *smibuf; local
156 smibuf = kzalloc(sizeof(*smibuf), GFP_KERNEL);
157 if (!smibuf) {
163 smibuf->start = kmem_cache_alloc(gsmi_dev.mem_pool, GFP_KERNEL);
164 if (!smibuf->start) {
166 kfree(smibuf);
171 smibuf->length = GSMI_BUF_SIZE;
172 smibuf->address = (u32)virt_to_phys(smibuf
177 gsmi_buf_free(struct gsmi_buf *smibuf) argument
[all...]

Completed in 214 milliseconds