Lines Matching refs:hwicap_drvdata
229 static int hwicap_command_desync(struct hwicap_drvdata *drvdata) in hwicap_command_desync()
261 static int hwicap_get_configuration_register(struct hwicap_drvdata *drvdata, in hwicap_get_configuration_register()
315 static int hwicap_initialize_hwicap(struct hwicap_drvdata *drvdata) in hwicap_initialize_hwicap()
354 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_read()
440 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_write()
527 struct hwicap_drvdata *drvdata; in hwicap_open()
531 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev); in hwicap_open()
562 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_release()
604 struct hwicap_drvdata *drvdata = NULL; in hwicap_setup()
633 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL); in hwicap_setup()
723 struct hwicap_drvdata *drvdata; in hwicap_remove()