Home
last modified time | relevance | path

Searched refs:resource_index (Results 1 – 14 of 14) sorted by relevance

/drivers/acpi/acpica/
A Dutresrc.c148 u8 resource_index; in acpi_ut_walk_aml_resources() local
172 acpi_ut_validate_resource(walk_state, aml, &resource_index); in acpi_ut_walk_aml_resources()
189 user_function(aml, length, offset, resource_index, in acpi_ut_walk_aml_resources()
237 &resource_index); in acpi_ut_walk_aml_resources()
239 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources()
271 u8 resource_index; in acpi_ut_validate_resource() local
298 resource_index = (u8) (resource_type - 0x70); in acpi_ut_validate_resource()
304 resource_index = (u8) in acpi_ut_validate_resource()
312 if (!acpi_gbl_resource_types[resource_index]) { in acpi_ut_validate_resource()
325 switch (acpi_gbl_resource_types[resource_index]) { in acpi_ut_validate_resource()
[all …]
A Drslist.c32 u32 offset, u8 resource_index, void **context) in acpi_rs_convert_aml_to_resources() argument
70 acpi_gbl_get_resource_dispatch[resource_index]; in acpi_rs_convert_aml_to_resources()
76 resource_index)); in acpi_rs_convert_aml_to_resources()
A Drscalc.c461 u8 resource_index; in acpi_rs_get_list_length() local
478 &resource_index); in acpi_rs_get_list_length()
493 acpi_gbl_resource_aml_sizes[resource_index]; in acpi_rs_get_list_length()
691 acpi_gbl_resource_struct_sizes[resource_index] + in acpi_rs_get_list_length()
A Dacresrc.h211 u32 offset, u8 resource_index, void **context);
A Dacutils.h126 u8 resource_index, void **context);
/drivers/infiniband/core/
A Dcgroup.c39 enum rdmacg_resource_type resource_index) in ib_rdmacg_try_charge() argument
42 resource_index); in ib_rdmacg_try_charge()
48 enum rdmacg_resource_type resource_index) in ib_rdmacg_uncharge() argument
51 resource_index); in ib_rdmacg_uncharge()
A Dcore_priv.h159 enum rdmacg_resource_type resource_index);
163 enum rdmacg_resource_type resource_index);
175 enum rdmacg_resource_type resource_index) in ib_rdmacg_try_charge() argument
182 enum rdmacg_resource_type resource_index) in ib_rdmacg_uncharge() argument
/drivers/usb/dwc3/
A Dgadget.h122 int dwc3_gadget_start_config(struct dwc3 *dwc, unsigned int resource_index);
136 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
A Dep0.c962 dep->resource_index = 0; in dwc3_ep0_xfer_complete()
1116 if (!dep->resource_index && dep->number) in dwc3_ep0_end_control_data()
1121 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in dwc3_ep0_end_control_data()
1125 dep->resource_index = 0; in dwc3_ep0_end_control_data()
A Dgadget.c545 int dwc3_gadget_start_config(struct dwc3 *dwc, unsigned int resource_index) in dwc3_gadget_start_config() argument
553 if (resource_index != 0 && resource_index != 2) in dwc3_gadget_start_config()
558 cmd |= DWC3_DEPCMD_PARAM(resource_index); in dwc3_gadget_start_config()
565 for (i = resource_index; i < dwc->num_eps; i++) { in dwc3_gadget_start_config()
1705 DWC3_DEPCMD_PARAM(dep->resource_index); in __dwc3_gadget_kick_transfer()
1762 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in __dwc3_stop_active_transfer()
1776 dep->resource_index = 0; in __dwc3_stop_active_transfer()
A Dcore.h793 u8 resource_index; member
/drivers/fpga/
A Ddfl.c386 parent_res = &pdev->resource[feature->resource_index]; in dfl_dev_add()
519 feature->resource_index); in dfl_feature_instance_init()
826 feature->resource_index = -1; in binfo_create_feature_dev_data()
833 feature->resource_index = res_idx; in binfo_create_feature_dev_data()
A Ddfl.h291 int resource_index; member
A Ddfl-afu-main.c513 struct resource *res = &pdev->resource[feature->resource_index]; in port_afu_init()
535 struct resource *res = &pdev->resource[feature->resource_index]; in port_stp_init()

Completed in 59 milliseconds