Searched refs:_cap (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/hwtracing/intel_th/ |
A D | intel_th.h | 61 #define INTEL_TH_CAP(_th, _cap) ((_th)->drvdata ? (_th)->drvdata->_cap : 0) argument
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | acpi_power_meter.rst | 40 the case, the `power[1-*]_cap` and related sysfs files will appear. When the 52 `power[1-*]_cap` will be notified if the firmware changes the power cap.
|
A D | occ.rst | 115 power[1-n]_cap
|
A D | sysfs-interface.rst | 408 `power[1-*]_cap`
|
/linux-6.3-rc2/drivers/pci/controller/dwc/ |
A D | pcie-designware.h | 57 #define dw_pcie_cap_is(_pci, _cap) \ argument 58 test_bit(DW_PCIE_CAP_ ## _cap, &(_pci)->caps) 60 #define dw_pcie_cap_set(_pci, _cap) \ argument 61 set_bit(DW_PCIE_CAP_ ## _cap, &(_pci)->caps)
|
/linux-6.3-rc2/drivers/i3c/master/mipi-i3c-hci/ |
A D | ext_caps.c | 217 #define EXT_CAP_VENDOR(_vendor, _cap, _highest_mandatory_reg_offset) \ argument 218 { .vendor = (MIPI_VENDOR_##_vendor), .cap = (_cap), \
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-class-hwmon | 788 cap is changed by the hardware. The `*_cap`
|
/linux-6.3-rc2/arch/x86/events/intel/ |
A D | uncore_snbep.c | 2892 #define hswep_get_chop(_cap) (((_cap) >> 6) & 0x3) argument
|
Completed in 23 milliseconds