Searched refs:probe_info (Results 1 – 9 of 9) sorted by relevance
281 if (port->probe_info[d].class_name) in free_port()282 kfree (port->probe_info[d].class_name); in free_port()283 if (port->probe_info[d].mfr) in free_port()284 kfree (port->probe_info[d].mfr); in free_port()285 if (port->probe_info[d].model) in free_port()286 kfree (port->probe_info[d].model); in free_port()287 if (port->probe_info[d].cmdset) in free_port()288 kfree (port->probe_info[d].cmdset); in free_port()289 if (port->probe_info[d].description) in free_port()290 kfree (port->probe_info[d].description); in free_port()[all …]
35 struct parport_device_info *info = &port->probe_info[device + 1]; in pretty_print()62 struct parport_device_info *info = &port->probe_info[device + 1]; in parse_data()
566 info = &d->port->probe_info[1 + d->daisy]; in parport_find_device()608 while (d && d->port->probe_info[1 + d->daisy].class != cls) in parport_find_class()
397 t->vars[6 + i].extra2 = &port->probe_info[i]; in parport_proc_register()
566 if (port->probe_info[0].class != PARPORT_CLASS_MEDIA || in cpia_pp_attach()567 port->probe_info[0].cmdset == NULL || in cpia_pp_attach()568 strncmp(port->probe_info[0].cmdset, "CPIA_1", 6) != 0) in cpia_pp_attach()638 if(parport_enumerate() && !parport_enumerate()->probe_info.model) { in init_module()
196 if (qcam->pport->probe_info[0].class == PARPORT_CLASS_MEDIA in qc_detect()197 && qcam->pport->probe_info[0].model in qc_detect()198 && !strcmp(qcam->pdev->port->probe_info[0].model, in qc_detect()
302 struct parport_device_info probe_info[5]; /* 0-3 + non-IEEE1284.3 */ member
845 port->probe_info[0].class != PARPORT_CLASS_PRINTER) in lp_attach()
138 struct parport_device_info probe_info;