| /f-stack/freebsd/contrib/dev/acpica/components/executer/ |
| H A D | exregion.c | 181 UINT32 Function, in AcpiExSystemMemorySpaceHandler() argument 371 switch (Function) in AcpiExSystemMemorySpaceHandler() 468 UINT32 Function, in AcpiExSystemIoSpaceHandler() argument 488 switch (Function) in AcpiExSystemIoSpaceHandler() 533 UINT32 Function, in AcpiExPciConfigSpaceHandler() argument 567 PciId->Function, PciRegister)); in AcpiExPciConfigSpaceHandler() 569 switch (Function) in AcpiExPciConfigSpaceHandler() 614 UINT32 Function, in AcpiExCmosSpaceHandler() argument 651 UINT32 Function, in AcpiExPciBarSpaceHandler() argument 688 UINT32 Function, in AcpiExDataTableSpaceHandler() argument [all …]
|
| H A D | exserial.c | 297 UINT32 Function; in AcpiExReadSerialBus() local 321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus() 327 Function = ACPI_READ; in AcpiExReadSerialBus() 353 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadSerialBus() 375 ACPI_CAST_PTR (UINT64, BufferDesc->Buffer.Pointer), Function); in AcpiExReadSerialBus() 409 UINT32 Function; in AcpiExWriteSerialBus() local 448 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus() 454 Function = ACPI_WRITE; in AcpiExWriteSerialBus() 472 Function = ACPI_WRITE | (AccessorType << 16); in AcpiExWriteSerialBus() 503 ObjDesc, 0, (UINT64 *) Buffer, Function); in AcpiExWriteSerialBus()
|
| /f-stack/freebsd/contrib/dev/acpica/components/events/ |
| H A D | evrgnini.c | 180 UINT32 Function, in AcpiEvSystemMemoryRegionSetup() argument 192 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvSystemMemoryRegionSetup() 249 UINT32 Function, in AcpiEvIoSpaceRegionSetup() argument 256 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvIoSpaceRegionSetup() 289 UINT32 Function, in AcpiEvPciConfigRegionSetup() argument 319 if (Function == ACPI_REGION_DEACTIVATE) in AcpiEvPciConfigRegionSetup() 441 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (PciValue)); in AcpiEvPciConfigRegionSetup() 560 UINT32 Function, in AcpiEvPciBarRegionSetup() argument 591 UINT32 Function, in AcpiEvCmosRegionSetup() argument 620 UINT32 Function, in AcpiEvDefaultRegionSetup() argument [all …]
|
| H A D | evregion.c | 261 UINT32 Function, in AcpiEvAddressSpaceDispatch() argument 421 Status = Handler (Function, Address, BitWidth, Value, Context, in AcpiEvAddressSpaceDispatch() 689 UINT32 Function) in AcpiEvExecuteRegMethod() argument 739 if ((Function == ACPI_REG_CONNECT && in AcpiEvExecuteRegMethod() 741 (Function == ACPI_REG_DISCONNECT && in AcpiEvExecuteRegMethod() 777 Args[1] = AcpiUtCreateIntegerObject ((UINT64) Function); in AcpiEvExecuteRegMethod() 799 if (Function == ACPI_REG_CONNECT) in AcpiEvExecuteRegMethod() 836 UINT32 Function) in AcpiEvExecuteRegMethods() argument 858 Info.Function = Function; in AcpiEvExecuteRegMethods() 954 Status = AcpiEvExecuteRegMethod (ObjDesc, Info->Function); in AcpiEvRegRun()
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acevents.h | 394 UINT32 Function, 414 UINT32 Function); 419 UINT32 Function); 428 UINT32 Function, 435 UINT32 Function, 442 UINT32 Function, 449 UINT32 Function, 456 UINT32 Function, 463 UINT32 Function,
|
| H A D | acoutput.h | 441 #define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \ argument 445 Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \ 472 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument 474 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)) 518 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument 521 Function (ACPI_DEBUG_PARAMETERS, _Param); \ 527 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument 529 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \
|
| H A D | acinterp.h | 821 UINT32 Function, 830 UINT32 Function, 839 UINT32 Function, 848 UINT32 Function, 857 UINT32 Function, 866 UINT32 Function, 875 UINT32 Function, 885 UINT32 Function,
|
| H A D | acpiosxf.h | 450 ACPI_OSD_EXEC_CALLBACK Function, 563 UINT32 Function,
|
| H A D | actypes.h | 1269 UINT32 Function); 1303 UINT32 Function, 1326 UINT32 Function, 1439 UINT16 Function; member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | intel_vf.rst | 4 Intel Virtual Function Driver 55 Physical and Virtual Function Infrastructure 64 For global resource access, a Virtual Function has to send a request to the Physical Function for t… 65 and the Physical Function operates on the global resources on behalf of the Virtual Function. 69 Intel® Ethernet Adaptive Virtual Function 71 Adaptive Virtual Function (IAVF) is a SR-IOV Virtual Function with the same device id (8086:1889) o… 118 * Virtual Functions 0 and 2 belong to Physical Function 0 120 * Virtual Functions 1 and 3 belong to Physical Function 1 162 * Virtual Functions 0 and 2 belong to Physical Function 0 164 * Virtual Functions 1 and 3 belong to Physical Function 1 [all …]
|
| H A D | overview.rst | 14 The interface seen in the virtual environment is a VF (Virtual Function).
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/rmi4/ |
| H A D | rmi_2d_sensor.txt | 5 bindings for devices which contain 2D sensors using Function 11 or 6 Function 12. Complete documentation for transports and other functions 10 RMI4 Function 11 and Function 12 are for 2D touch position sensing.
|
| /f-stack/freebsd/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 1567 UINT32 Function, in AcpiOsSignal() argument 1571 switch (Function) in AcpiOsSignal() 1633 ACPI_OSD_EXEC_CALLBACK Function, in AcpiOsExecute() argument 1640 ret = pthread_create (&thread, NULL, (PTHREAD_CALLBACK) Function, Context); in AcpiOsExecute() 1659 ACPI_OSD_EXEC_CALLBACK Function, in AcpiOsExecute() argument 1663 Function (Context); in AcpiOsExecute()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mfd/ |
| H A D | stmfx.txt | 1 STMicroelectonics Multi-Function eXpander (STMFX) Core bindings 3 ST Multi-Function eXpander (STMFX) is a slave controller using I2C for
|
| H A D | st,stmfx.yaml | 7 title: STMicroelectonics Multi-Function eXpander (STMFX) bindings 9 description: ST Multi-Function eXpander (STMFX) is a slave controller using I2C for
|
| H A D | max14577.txt | 1 Maxim MAX14577/77836 Multi-Function Device 3 MAX14577 is a Multi-Function Device with Micro-USB Interface Circuit, Li+
|
| /f-stack/freebsd/contrib/dev/acpica/components/hardware/ |
| H A D | hwpci.c | 389 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function)); in AcpiHwProcessPciList() 416 PciId->Segment, PciId->Bus, PciId->Device, PciId->Function, in AcpiHwProcessPciList() 514 PciId->Function = ACPI_LOWORD (ACPI_LODWORD (ReturnValue)); in AcpiHwGetPciDeviceInfo()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | psci.yaml | 25 r0 => 32-bit Function ID / return value 50 Function IDs are not required and should be ignored by an OS with 80 description: Function ID for CPU_SUSPEND operation 84 description: Function ID for CPU_OFF operation 88 description: Function ID for CPU_ON operation 92 description: Function ID for MIGRATE operation
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.yaml | 136 * 1 : Alternate Function 0 137 * 2 : Alternate Function 1 138 * 3 : Alternate Function 2 140 * 16 : Alternate Function 15
|
| H A D | pinctrl-stmfx.txt | 1 STMicroelectronics Multi-Function eXpander (STMFX) GPIO expander bindings 3 ST Multi-Function eXpander (STMFX) offers up to 24 GPIOs expansion.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/net/ |
| H A D | fsl-enetc.txt | 9 - reg : Specifies PCIe Device Number and Function 59 - reg : Specifies PCIe Device Number and Function
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-card.txt | 5 child node describing a mmc-card / an eMMC, see "Use of Function subnodes"
|
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_drv.c | 605 printf("(%d, %d)", path[i].Device, path[i].Function); in dmar_print_path() 639 path[depth].Function = pci_get_function(child); in dmar_dev_path() 669 path1[i].Function != path2[i].Function) in dmar_match_pathes() 857 path->Device, path->Function); in dmar_find_nonpci() 965 path->Function); in dmar_path_dev() 968 path->Function, PCIR_SECBUS_1, 1); in dmar_path_dev() 972 *rid = PCI_RID(busno, path->Device, path->Function); in dmar_path_dev()
|
| /f-stack/freebsd/contrib/edk2/Include/Uefi/ |
| H A D | UefiPxe.h | 911 PXE_UINT8 Function; member 1199 UINT8 Function; member 1225 PXE_UINT8 Function; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/input/ |
| H A D | mtk-pmic-keys.txt | 6 of Muti-Function Device (MFD)
|