Lines Matching refs:hwicap_drvdata
230 static int hwicap_command_desync(struct hwicap_drvdata *drvdata) in hwicap_command_desync()
264 static int hwicap_get_configuration_register(struct hwicap_drvdata *drvdata, in hwicap_get_configuration_register()
318 static int hwicap_initialize_hwicap(struct hwicap_drvdata *drvdata) in hwicap_initialize_hwicap()
358 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_read()
444 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_write()
531 struct hwicap_drvdata *drvdata; in hwicap_open()
535 drvdata = container_of(inode->i_cdev, struct hwicap_drvdata, cdev); in hwicap_open()
566 struct hwicap_drvdata *drvdata = file->private_data; in hwicap_release()
608 struct hwicap_drvdata *drvdata = NULL; in hwicap_setup()
637 drvdata = kzalloc(sizeof(struct hwicap_drvdata), GFP_KERNEL); in hwicap_setup()
726 struct hwicap_drvdata *drvdata; in hwicap_remove()