Searched refs:cookie (Results 1 – 2 of 2) sorted by relevance
| /board/theadorable/ |
| A D | fpga.c | 20 static int fpga_pre_fn(int cookie) in fpga_pre_fn() argument 22 int gpio_config = COOKIE2CONFIG(cookie); in fpga_pre_fn() 23 int gpio_done = COOKIE2DONE(cookie); in fpga_pre_fn() 49 int gpio_config = COOKIE2CONFIG(cookie); in fpga_config_fn() 52 __func__, __LINE__, cookie, gpio_config); in fpga_config_fn() 64 int spi_bus = COOKIE2SPI_BUS(cookie); in fpga_write_fn() 65 int spi_dev = COOKIE2SPI_DEV(cookie); in fpga_write_fn() 77 __func__, __LINE__, cookie, spi_bus, spi_dev); in fpga_write_fn() 105 static int fpga_done_fn(int cookie) in fpga_done_fn() argument 107 int gpio_done = COOKIE2DONE(cookie); in fpga_done_fn() [all …]
|
| /board/beckhoff/mx53cx9020/ |
| A D | mx53cx9020.c | 186 static int ccat_config_fn(int assert_config, int flush, int cookie) in ccat_config_fn() argument 198 static int ccat_status_fn(int cookie) in ccat_status_fn() argument 203 static int ccat_write_fn(const void *buf, size_t buf_len, int flush, int cookie) in ccat_write_fn() argument 218 static int ccat_done_fn(int cookie) in ccat_done_fn() argument 224 static int ccat_post_fn(int cookie) in ccat_post_fn() argument
|
Completed in 6 milliseconds