ecpp_hw_bind
static struct ecpp_hw_bind *ecpp_determine_sio_type(struct ecppunit *);
static struct ecpp_hw_bind *
struct ecpp_hw_bind *hw_bind;
for (hw_bind = NULL, i = 0; i < NELEM(ecpp_hw_bind); i++) {
if (strcmp(name, ecpp_hw_bind[i].name) == 0) {
hw_bind = &ecpp_hw_bind[i];
struct ecpp_hw_bind ecpp_hw_bind[] = {
struct ecpp_hw_bind *hw_bind;