Home
last modified time | relevance | path

Searched refs:probe_info (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/parport/
H A Dshare.c352 kfree(port->probe_info[d].class_name); in free_port()
353 kfree(port->probe_info[d].mfr); in free_port()
354 kfree(port->probe_info[d].model); in free_port()
355 kfree(port->probe_info[d].cmdset); in free_port()
356 kfree(port->probe_info[d].description); in free_port()
484 tmp->probe_info[device].class = PARPORT_CLASS_LEGACY; in parport_register_port()
H A Dprobe.c39 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()
H A Dprocfs.c431 t->vars[5 + i].extra2 = &port->probe_info[i]; in parport_proc_register()
/linux/include/linux/
H A Dparport.h227 struct parport_device_info probe_info[5]; /* 0-3 + non-IEEE1284.3 */ member
/linux/drivers/char/
H A Dlp.c967 port->probe_info[0].class != PARPORT_CLASS_PRINTER) in lp_attach()
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c4010 struct wmi_bcn_prb_info *probe_info; in ath11k_wmi_probe_resp_tmpl() local
4020 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()
4034 probe_info = ptr; in ath11k_wmi_probe_resp_tmpl()
4035 len = sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
4036 probe_info->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_probe_resp_tmpl()
4039 probe_info->caps = 0; in ath11k_wmi_probe_resp_tmpl()
4040 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
4042 ptr += sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c3976 struct ath12k_wmi_bcn_prb_info_params *probe_info; in ath12k_wmi_probe_resp_tmpl() local
3986 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath12k_wmi_probe_resp_tmpl()
4000 probe_info = ptr; in ath12k_wmi_probe_resp_tmpl()
4001 len = sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
4002 probe_info->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_BCN_PRB_INFO, in ath12k_wmi_probe_resp_tmpl()
4004 probe_info->caps = 0; in ath12k_wmi_probe_resp_tmpl()
4005 probe_info->erp = 0; in ath12k_wmi_probe_resp_tmpl()
4007 ptr += sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst148 struct parport_device_info probe_info;