Home
last modified time | relevance | path

Searched refs:ability (Results 1 – 25 of 159) sorted by relevance

1234567

/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_odm.c134 u32 ability = 0; in rtw_odm_ability_msg() local
137 rtw_hal_get_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); in rtw_odm_ability_msg()
138 DBG_871X_SEL_NL(sel, "odm.SupportAbility = 0x%08x\n", ability); in rtw_odm_ability_msg()
142 (BIT0 << i) & ability ? '+' : ' ', i, in rtw_odm_ability_msg()
147 inline void rtw_odm_ability_set(struct adapter *adapter, u32 ability) in rtw_odm_ability_set() argument
149 rtw_hal_set_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); in rtw_odm_ability_set()
/Linux-v4.19/crypto/asymmetric_keys/
DKconfig31 data and provides the ability to instantiate a crypto key from a
41 signature data and provides the ability to verify the signature.
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Drtw_odm.h22 void rtw_odm_ability_set(struct adapter *adapter, u32 ability);
/Linux-v4.19/tools/power/cpupower/
DToDo6 - Somewhere saw the ability to read power consumption of
/Linux-v4.19/Documentation/devicetree/bindings/rtc/
Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/Linux-v4.19/drivers/hid/intel-ish-hid/
DKconfig9 The Integrated Sensor Hub (ISH) enables the ability to offload
/Linux-v4.19/drivers/net/ethernet/ezchip/
DKconfig25 Device does not have DMA ability.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-plugins/
DAddingPlugins.txt17 - ability to alter the command to be run in any phase:
24 - ability to add to the command line args, and use them at run time
/Linux-v4.19/Documentation/arm/
Dswp_emulation7 ARMv7 multiprocessing extensions introduce the ability to disable these
/Linux-v4.19/Documentation/mic/
Dmic_overview.txt13 Since it is a PCIe card, it does not have the ability to host hardware
46 single threaded performance for the host compared to MIC, the ability of
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dbigalloc.rst12 `bigalloc <Bigalloc>`__ feature provides exactly this ability. The
/Linux-v4.19/drivers/vfio/
DKconfig36 VFIO is built on the ability to isolate devices using the IOMMU.
/Linux-v4.19/Documentation/networking/
Dgianfar.txt10 the 8548) has the ability to perform TCP, UDP, and IP checksums
/Linux-v4.19/drivers/firmware/
DKconfig31 it supports, Power domain management which is the ability to place
33 it supports, Performance management which is the ability to control
36 management which is the ability to set and inquire rates on platform
37 managed clocks and Sensor management which is the ability to read
/Linux-v4.19/drivers/thermal/int340x_thermal/
DKconfig18 Enable this to expose the temperature information and cooling ability
/Linux-v4.19/drivers/ras/
DKconfig24 Reliability is a measure of the ability of a system to function
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Drtw_proc.c534 u32 ability; in proc_set_odm_ability() local
541 int num = sscanf(tmp, "%x", &ability); in proc_set_odm_ability()
546 rtw_odm_ability_set(adapter, ability); in proc_set_odm_ability()
/Linux-v4.19/Documentation/w1/
Dw1.generic67 Emulated devices must provide the ability to set the output signal level
70 Devices that support the 1-wire natively must provide the ability to write and
/Linux-v4.19/drivers/net/ethernet/marvell/
DKconfig129 This option adds the ability to dump driver state for debugging.
164 This option adds the ability to dump driver state for debugging.
/Linux-v4.19/Documentation/watchdog/
Dwdt.txt12 time another timeout. In the case of the software watchdog the ability to
/Linux-v4.19/Documentation/devicetree/bindings/mailbox/
Dfsl,mu.txt6 and control) through the MU interface. The MU also provides the ability
/Linux-v4.19/Documentation/device-mapper/
Dkcopyd.txt4 Kcopyd provides the ability to copy a range of sectors from one block-device
/Linux-v4.19/Documentation/arm64/
Dlegacy_instructions.txt28 performance, but at the loss of ability to gather runtime statistics
/Linux-v4.19/Documentation/admin-guide/
Dvga-softcursor.rst7 Linux now has some ability to manipulate cursor appearance. Normally,

1234567