Home
last modified time | relevance | path

Searched refs:extra_op (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/acpica/
H A Ddswstate.c574 union acpi_parse_object *extra_op; in acpi_ds_init_aml_walk() local
634 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()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c6376 if (scan_info->extra_op.set) in rtw89_fw_h2c_scan_list_offload_ax()
6579 if (scan_info->extra_op.set) in rtw89_fw_h2c_scan_offload_ax()
6580 h2c->w6 = le32_encode_bits(scan_info->extra_op.macid, in rtw89_fw_h2c_scan_offload_ax()
6631 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_fw_h2c_scan_offload_be()
8320 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_add_chan_ax()
8600 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_prep_chan_list_ax()
9016 struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_set_extra_op_info()
9216 const struct rtw89_hw_scan_extra_op *ext = &scan_info->extra_op; in rtw89_hw_scan_offload()
/linux/fs/btrfs/
H A Dextent-tree.c52 struct btrfs_delayed_extent_op *extra_op);