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