Home | History | Annotate | Download | only in dev

Lines Matching defs:model

117 	const struct wzero3usb_model *model;
119 for (model = wzero3usb_table; model->platid != NULL; model++) {
120 if (platid_match(&platid, model->platid)) {
121 return model;
143 const struct wzero3usb_model *model;
150 model = wzero3usb_lookup();
151 if (model == NULL) {
152 aprint_error_dev(self, "unknown model\n");
155 sc->sc_client_pin = model->client_pin;
156 sc->sc_host_pin = model->host_pin;
157 sc->sc_host_power_pin = model->host_power_pin;