Home
last modified time | relevance | path

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

12345678

/Linux-v5.10/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.10/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.10/drivers/gpu/drm/sun4i/
Dsun8i_vi_layer.c141 u64 ability; in sun8i_vi_layer_update_coord() local
147 ability = clk_get_rate(mixer->mod_clk); in sun8i_vi_layer_update_coord()
149 ability *= 80; in sun8i_vi_layer_update_coord()
150 do_div(ability, mode->vdisplay * fps * max(src_w, dst_w)); in sun8i_vi_layer_update_coord()
154 if (ability < required) { in sun8i_vi_layer_update_coord()
157 vn = (u32)ability * dst_h / 100; in sun8i_vi_layer_update_coord()
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Drtw_odm.h22 void rtw_odm_ability_set(struct adapter *adapter, u32 ability);
/Linux-v5.10/Documentation/devicetree/bindings/rtc/
Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
/Linux-v5.10/drivers/staging/media/zoran/
DTODO12 Note: only recent ffmpeg has the ability of sending non-raw video via v4l2
/Linux-v5.10/drivers/net/ethernet/ezchip/
DKconfig26 Device does not have DMA ability.
/Linux-v5.10/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.10/Documentation/arm/
Dswp_emulation.rst7 ARMv7 multiprocessing extensions introduce the ability to disable these
/Linux-v5.10/tools/power/cpupower/
DToDo6 - Somewhere saw the ability to read power consumption of
/Linux-v5.10/drivers/hid/intel-ish-hid/
DKconfig10 The Integrated Sensor Hub (ISH) enables the ability to offload
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst15 the 8548) has the ability to perform TCP, UDP, and IP checksums
/Linux-v5.10/drivers/ras/
DKconfig25 Reliability is a measure of the ability of a system to function
/Linux-v5.10/drivers/vfio/
DKconfig36 VFIO is built on the ability to isolate devices using the IOMMU.
/Linux-v5.10/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.10/drivers/thermal/intel/int340x_thermal/
DKconfig19 Enable this to expose the temperature information and cooling ability
/Linux-v5.10/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.10/Documentation/watchdog/
Dwdt.rst15 time another timeout. In the case of the software watchdog the ability to
/Linux-v5.10/Documentation/admin-guide/device-mapper/
Dkcopyd.rst5 Kcopyd provides the ability to copy a range of sectors from one block-device
/Linux-v5.10/Documentation/arm64/
Dlegacy_instructions.rst35 performance, but at the loss of ability to gather runtime statistics
/Linux-v5.10/Documentation/filesystems/ext4/
Dbigalloc.rst12 bigalloc feature provides exactly this ability.
/Linux-v5.10/Documentation/admin-guide/
Dvga-softcursor.rst7 Linux now has some ability to manipulate cursor appearance. Normally,
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-resource.rst7 ``devlink`` provides the ability for drivers to register resources, which
/Linux-v5.10/drivers/net/ethernet/marvell/
DKconfig138 This option adds the ability to dump driver state for debugging.
173 This option adds the ability to dump driver state for debugging.

12345678