Lines Matching refs:hwicap_drvdata
227 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()
355 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_read()
441 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_write()
528 struct hwicap_drvdata *drvdata; in hwicap_open()
532 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev); in hwicap_open()
563 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_release()
604 struct hwicap_drvdata *drvdata = NULL; in hwicap_setup()
634 drvdata = devm_kzalloc(dev, sizeof(struct hwicap_drvdata), GFP_KERNEL); in hwicap_setup()
719 struct hwicap_drvdata *drvdata; in hwicap_drv_remove()