Searched refs:hwicap_drvdata (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dfifo_icap.h45 struct hwicap_drvdata *drvdata,
51 struct hwicap_drvdata *drvdata,
55 u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
56 void fifo_icap_reset(struct hwicap_drvdata *drvdata);
57 void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
H A Dbuffer_icap.h44 int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
48 int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
51 u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
52 void buffer_icap_reset(struct hwicap_drvdata *drvdata);
H A Dfifo_icap.c93 static inline void fifo_icap_fifo_write(struct hwicap_drvdata *drvdata,
106 static inline u32 fifo_icap_fifo_read(struct hwicap_drvdata *drvdata)
118 static inline void fifo_icap_set_read_size(struct hwicap_drvdata *drvdata,
128 static inline void fifo_icap_start_config(struct hwicap_drvdata *drvdata)
138 static inline void fifo_icap_start_readback(struct hwicap_drvdata *drvdata)
160 u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
171 static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
184 struct hwicap_drvdata *drvdata)
196 struct hwicap_drvdata *drvdata)
213 int fifo_icap_set_configuration(struct hwicap_drvdata *drvdat
[all...]
H A Dxilinx_hwicap.h42 struct hwicap_drvdata { struct
66 int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
70 int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
83 u32 (*get_status)(struct hwicap_drvdata *drvdata);
85 void (*reset)(struct hwicap_drvdata *drvdata);
H A Dbuffer_icap.c88 u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
187 static int buffer_icap_device_read(struct hwicap_drvdata *drvdata,
221 static int buffer_icap_device_write(struct hwicap_drvdata *drvdata,
256 void buffer_icap_reset(struct hwicap_drvdata *drvdata)
267 int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
326 int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
H A Dxilinx_hwicap.c204 static int hwicap_command_desync(struct hwicap_drvdata *drvdata)
236 static int hwicap_get_configuration_register(struct hwicap_drvdata *drvdata,
290 static int hwicap_initialize_hwicap(struct hwicap_drvdata *drvdata)
329 struct hwicap_drvdata *drvdata = file->private_data;
415 struct hwicap_drvdata *drvdata = file->private_data;
502 struct hwicap_drvdata *drvdata;
506 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev);
537 struct hwicap_drvdata *drvdata = file->private_data;
578 struct hwicap_drvdata *drvdata = NULL;
607 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNE
[all...]

Completed in 105 milliseconds