Searched refs:resource_index (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/drivers/acpi/acpica/ |
D | utresrc.c | 144 u8 resource_index; in acpi_ut_walk_aml_resources() local 168 acpi_ut_validate_resource(walk_state, aml, &resource_index); in acpi_ut_walk_aml_resources() 185 user_function(aml, length, offset, resource_index, in acpi_ut_walk_aml_resources() 233 &resource_index); in acpi_ut_walk_aml_resources() 235 user_function(end_tag, 2, offset, resource_index, context); in acpi_ut_walk_aml_resources() 267 u8 resource_index; in acpi_ut_validate_resource() local 294 resource_index = (u8) (resource_type - 0x70); in acpi_ut_validate_resource() 300 resource_index = (u8) in acpi_ut_validate_resource() 308 if (!acpi_gbl_resource_types[resource_index]) { in acpi_ut_validate_resource() 317 minimum_resource_length = acpi_gbl_resource_aml_sizes[resource_index]; in acpi_ut_validate_resource() [all …]
|
D | rslist.c | 32 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()
|
D | rscalc.c | 451 u8 resource_index; in acpi_rs_get_list_length() local 468 &resource_index); in acpi_rs_get_list_length() 483 acpi_gbl_resource_aml_sizes[resource_index]; in acpi_rs_get_list_length() 672 acpi_gbl_resource_struct_sizes[resource_index] + in acpi_rs_get_list_length()
|
D | acresrc.h | 209 u32 offset, u8 resource_index, void **context);
|
D | acutils.h | 123 u8 resource_index, void **context);
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cgroup.c | 48 enum rdmacg_resource_type resource_index) in ib_rdmacg_try_charge() argument 51 resource_index); in ib_rdmacg_try_charge() 57 enum rdmacg_resource_type resource_index) in ib_rdmacg_uncharge() argument 60 resource_index); in ib_rdmacg_uncharge()
|
D | core_priv.h | 153 enum rdmacg_resource_type resource_index); 157 enum rdmacg_resource_type resource_index); 167 enum rdmacg_resource_type resource_index) in ib_rdmacg_try_charge() argument 172 enum rdmacg_resource_type resource_index) in ib_rdmacg_uncharge() argument
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | gadget.h | 106 dep->resource_index = DWC3_DEPCMD_GET_RSC_IDX(res_id); in dwc3_gadget_ep_get_transfer_index()
|
D | ep0.c | 915 dep->resource_index = 0; in dwc3_ep0_xfer_complete() 1044 if (!dep->resource_index) in dwc3_ep0_end_control_data() 1049 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in dwc3_ep0_end_control_data() 1053 dep->resource_index = 0; in dwc3_ep0_end_control_data()
|
D | gadget.c | 1230 DWC3_DEPCMD_PARAM(dep->resource_index); in __dwc3_gadget_kick_transfer() 2524 !dep->resource_index) in dwc3_stop_active_transfer() 2561 cmd |= DWC3_DEPCMD_PARAM(dep->resource_index); in dwc3_stop_active_transfer() 2565 dep->resource_index = 0; in dwc3_stop_active_transfer()
|
D | core.h | 700 u8 resource_index; member
|
/Linux-v4.19/drivers/fpga/ |
D | dfl.h | 179 int resource_index; member
|
D | dfl-afu-main.c | 225 struct resource *res = &pdev->resource[feature->resource_index]; in port_afu_init()
|
D | dfl.c | 490 feature->resource_index = index; in build_info_commit_dev()
|