Searched refs:extra_op (Results 1 – 4 of 4) sorted by relevance
574 union acpi_parse_object *extra_op; in acpi_ds_init_aml_walk() local634 extra_op = parser_state->start_op; in acpi_ds_init_aml_walk()635 while (extra_op && !extra_op->common.node) { in acpi_ds_init_aml_walk()636 extra_op = extra_op->common.parent; in acpi_ds_init_aml_walk()639 if (!extra_op) { in acpi_ds_init_aml_walk()642 parser_state->start_node = extra_op->common.node; in acpi_ds_init_aml_walk()
5505 if (scan_info->extra_op.set) in rtw89_fw_h2c_scan_list_offload_ax()5708 if (scan_info->extra_op.set) in rtw89_fw_h2c_scan_offload_ax()5709 h2c->w6 = le32_encode_bits(scan_info->extra_op.macid, in rtw89_fw_h2c_scan_offload_ax()5760 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_fw_h2c_scan_offload_be()7174 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_add_chan_ax()7450 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_prep_chan_list_ax()7851 struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_set_extra_op_info()8057 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_offload()
4968 if (scan_info->extra_op.set) { in rtw89_hw_scan_search_op_chan()4969 op = &scan_info->extra_op.chan; in rtw89_hw_scan_search_op_chan()
5573 struct rtw89_hw_scan_extra_op extra_op; member
Completed in 70 milliseconds