Lines Matching refs:cookie
44 int cookie; /* implementation specific cookie */ member
67 typedef int (*xilinx_pgm_fn)(int assert_pgm, int flush, int cookie);
68 typedef int (*xilinx_init_fn)(int cookie);
69 typedef int (*xilinx_err_fn)(int cookie);
70 typedef int (*xilinx_done_fn)(int cookie);
71 typedef int (*xilinx_clk_fn)(int assert_clk, int flush, int cookie);
72 typedef int (*xilinx_cs_fn)(int assert_cs, int flush, int cookie);
73 typedef int (*xilinx_wr_fn)(int assert_write, int flush, int cookie);
74 typedef int (*xilinx_rdata_fn)(unsigned char *data, int cookie);
75 typedef int (*xilinx_wdata_fn)(unsigned char data, int flush, int cookie);
76 typedef int (*xilinx_busy_fn)(int cookie);
77 typedef int (*xilinx_abort_fn)(int cookie);
78 typedef int (*xilinx_pre_fn)(int cookie);
79 typedef int (*xilinx_post_fn)(int cookie);
80 typedef int (*xilinx_bwr_fn)(void *buf, size_t len, int flush, int cookie);