hwicap_drvdata
static int buffer_icap_device_read(struct hwicap_drvdata *drvdata,
static int buffer_icap_device_write(struct hwicap_drvdata *drvdata,
void buffer_icap_reset(struct hwicap_drvdata *drvdata)
int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata)
int buffer_icap_set_configuration(struct hwicap_drvdata *drvdata, u32 *data,
int buffer_icap_get_configuration(struct hwicap_drvdata *drvdata, u32 *data,
u32 buffer_icap_get_status(struct hwicap_drvdata *drvdata);
void buffer_icap_reset(struct hwicap_drvdata *drvdata);
static inline u32 fifo_icap_fifo_read(struct hwicap_drvdata *drvdata)
static inline void fifo_icap_set_read_size(struct hwicap_drvdata *drvdata,
static inline void fifo_icap_start_config(struct hwicap_drvdata *drvdata)
static inline void fifo_icap_start_readback(struct hwicap_drvdata *drvdata)
u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata)
static inline u32 fifo_icap_busy(struct hwicap_drvdata *drvdata)
struct hwicap_drvdata *drvdata)
struct hwicap_drvdata *drvdata)
int fifo_icap_set_configuration(struct hwicap_drvdata *drvdata,
int fifo_icap_get_configuration(struct hwicap_drvdata *drvdata,
void fifo_icap_reset(struct hwicap_drvdata *drvdata)
void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata)
static inline void fifo_icap_fifo_write(struct hwicap_drvdata *drvdata,
struct hwicap_drvdata *drvdata,
struct hwicap_drvdata *drvdata,
u32 fifo_icap_get_status(struct hwicap_drvdata *drvdata);
void fifo_icap_reset(struct hwicap_drvdata *drvdata);
void fifo_icap_flush_fifo(struct hwicap_drvdata *drvdata);
static int hwicap_command_desync(struct hwicap_drvdata *drvdata)
static int hwicap_get_configuration_register(struct hwicap_drvdata *drvdata,
static int hwicap_initialize_hwicap(struct hwicap_drvdata *drvdata)
struct hwicap_drvdata *drvdata = file->private_data;
struct hwicap_drvdata *drvdata = file->private_data;
struct hwicap_drvdata *drvdata;
drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev);
struct hwicap_drvdata *drvdata = file->private_data;
struct hwicap_drvdata *drvdata = NULL;
drvdata = devm_kzalloc(dev, sizeof(struct hwicap_drvdata), GFP_KERNEL);
struct hwicap_drvdata *drvdata;
int (*get_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
int (*set_configuration)(struct hwicap_drvdata *drvdata, u32 *data,
u32 (*get_status)(struct hwicap_drvdata *drvdata);
void (*reset)(struct hwicap_drvdata *drvdata);