Lines Matching refs:cookie
52 int cookie; /* implementation specific cookie */ member
85 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie);
86 typedef int (*xilinx_init_fn)(int cookie);
87 typedef int (*xilinx_err_fn)(int cookie);
88 typedef int (*xilinx_done_fn)(int cookie);
89 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
90 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie);
91 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
92 typedef int (*xilinx_rdata_fn)(unsigned char *data, int cookie);
93 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie);
94 typedef int (*xilinx_busy_fn)(int cookie);
95 typedef int (*xilinx_abort_fn)(int cookie);
96 typedef int (*xilinx_pre_fn)(int cookie);
97 typedef int (*xilinx_post_fn)(int cookie);
98 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);