Searched refs:probe_info (Results 1 – 8 of 8) sorted by relevance
357 kfree(port->probe_info[d].class_name); in free_port()358 kfree(port->probe_info[d].mfr); in free_port()359 kfree(port->probe_info[d].model); in free_port()360 kfree(port->probe_info[d].cmdset); in free_port()361 kfree(port->probe_info[d].description); in free_port()459 memset(tmp->probe_info, 0, 5 * sizeof(struct parport_device_info)); in parport_register_port()499 tmp->probe_info[device].class = PARPORT_CLASS_LEGACY; in parport_register_port()
39 struct parport_device_info *info = &port->probe_info[device + 1]; in pretty_print()58 struct parport_device_info *info = &port->probe_info[device + 1]; in parse_data()
446 t->vars[5 + i].extra2 = &port->probe_info[i]; in parport_proc_register()
229 struct parport_device_info probe_info[5]; /* 0-3 + non-IEEE1284.3 */ member
3090 struct ath12k_wmi_bcn_prb_info_params *probe_info; in ath12k_wmi_probe_resp_tmpl() local3100 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath12k_wmi_probe_resp_tmpl()3114 probe_info = ptr; in ath12k_wmi_probe_resp_tmpl()3115 len = sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()3116 probe_info->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_BCN_PRB_INFO, in ath12k_wmi_probe_resp_tmpl()3118 probe_info->caps = 0; in ath12k_wmi_probe_resp_tmpl()3119 probe_info->erp = 0; in ath12k_wmi_probe_resp_tmpl()3121 ptr += sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
967 port->probe_info[0].class != PARPORT_CLASS_PRINTER) in lp_attach()
3833 struct wmi_bcn_prb_info *probe_info; in ath11k_wmi_probe_resp_tmpl() local3843 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()3857 probe_info = ptr; in ath11k_wmi_probe_resp_tmpl()3858 len = sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()3859 probe_info->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_probe_resp_tmpl()3862 probe_info->caps = 0; in ath11k_wmi_probe_resp_tmpl()3863 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()3865 ptr += sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
143 struct parport_device_info probe_info;