Home
last modified time | relevance | path

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

1234567

/Linux-v5.4/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-v5.4/crypto/asymmetric_keys/
DKconfig44 data and provides the ability to instantiate a crypto key from a
54 private key data and provides the ability to instantiate a crypto key
63 private key data and provides the ability to instantiate a crypto key
74 signature data and provides the ability to verify the signature.
/Linux-v5.4/drivers/gpu/drm/sun4i/
Dsun8i_vi_layer.c140 u64 ability; in sun8i_vi_layer_update_coord() local
146 ability = clk_get_rate(mixer->mod_clk); in sun8i_vi_layer_update_coord()
148 ability *= 80; in sun8i_vi_layer_update_coord()
149 do_div(ability, mode->vdisplay * fps * max(src_w, dst_w)); in sun8i_vi_layer_update_coord()
153 if (ability < required) { in sun8i_vi_layer_update_coord()
156 vn = (u32)ability * dst_h / 100; in sun8i_vi_layer_update_coord()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtw_odm.h22 void rtw_odm_ability_set(struct adapter *adapter, u32 ability);
/Linux-v5.4/tools/power/cpupower/
DToDo6 - Somewhere saw the ability to read power consumption of
/Linux-v5.4/Documentation/devicetree/bindings/rtc/
Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
/Linux-v5.4/drivers/net/ethernet/ezchip/
DKconfig26 Device does not have DMA ability.
/Linux-v5.4/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-v5.4/Documentation/arm/
Dswp_emulation.rst7 ARMv7 multiprocessing extensions introduce the ability to disable these
/Linux-v5.4/Documentation/mic/
Dmic_overview.rst17 Since it is a PCIe card, it does not have the ability to host hardware
50 single threaded performance for the host compared to MIC, the ability of
/Linux-v5.4/drivers/hid/intel-ish-hid/
DKconfig10 The Integrated Sensor Hub (ISH) enables the ability to offload
/Linux-v5.4/Documentation/networking/device_drivers/freescale/
Dgianfar.txt10 the 8548) has the ability to perform TCP, UDP, and IP checksums
/Linux-v5.4/drivers/ras/
DKconfig25 Reliability is a measure of the ability of a system to function
/Linux-v5.4/drivers/vfio/
DKconfig36 VFIO is built on the ability to isolate devices using the IOMMU.
/Linux-v5.4/drivers/thermal/intel/int340x_thermal/
DKconfig19 Enable this to expose the temperature information and cooling ability
/Linux-v5.4/drivers/net/ethernet/marvell/
DKconfig130 This option adds the ability to dump driver state for debugging.
165 This option adds the ability to dump driver state for debugging.
/Linux-v5.4/Documentation/w1/
Dw1-generic.rst75 Emulated devices must provide the ability to set the output signal level
78 Devices that support the 1-wire natively must provide the ability to write and
/Linux-v5.4/drivers/firmware/
DKconfig18 it supports, Power domain management which is the ability to place
20 it supports, Performance management which is the ability to control
23 management which is the ability to set and inquire rates on platform
24 managed clocks and Sensor management which is the ability to read
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dkcopyd.rst5 Kcopyd provides the ability to copy a range of sectors from one block-device
/Linux-v5.4/Documentation/devicetree/bindings/mailbox/
Dfsl,mu.txt6 and control) through the MU interface. The MU also provides the ability
/Linux-v5.4/Documentation/watchdog/
Dwdt.rst15 time another timeout. In the case of the software watchdog the ability to
/Linux-v5.4/Documentation/admin-guide/
Dvga-softcursor.rst7 Linux now has some ability to manipulate cursor appearance. Normally,
/Linux-v5.4/Documentation/arm64/
Dlegacy_instructions.rst35 performance, but at the loss of ability to gather runtime statistics
/Linux-v5.4/Documentation/filesystems/ext4/
Dbigalloc.rst12 bigalloc feature provides exactly this ability.

1234567