Searched refs:ecpp_hw_bind (Results 1 – 2 of 2) sorted by relevance
189 static struct ecpp_hw_bind *ecpp_determine_sio_type(struct ecppunit *);437 struct ecpp_hw_bind ecpp_hw_bind[] = { variable593 struct ecpp_hw_bind *hw_bind; in ecpp_attach()4092 static struct ecpp_hw_bind *4095 struct ecpp_hw_bind *hw_bind; in ecpp_determine_sio_type()4101 for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) { in ecpp_determine_sio_type()4102 if (strcmp(name, ecpp_hw_bind[i].name) == 0) { in ecpp_determine_sio_type()4103 hw_bind = &ecpp_hw_bind[i]; in ecpp_determine_sio_type()
92 struct ecpp_hw_bind { struct