Home
last modified time | relevance | path

Searched refs:getbuf (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/siox/
Dsiox-bus-gpio.c30 size_t getbuf_len, u8 getbuf[]) in siox_gpio_pushpull() argument
66 getbuf[i] = get; in siox_gpio_pushpull()
Dsiox.h15 size_t getbuf_len, u8 getbuf[]);
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch41613 + void *buf, *getbuf = NULL;
41616 + getbuf = (void *)__get_free_page(GFP_KERNEL);
41618 + if (!getbuf)
41620 + buf = getbuf;
41638 + if (ret > 0 && getbuf != NULL) {
41643 + if (getbuf != NULL)
41644 + free_page((unsigned long)getbuf);