Home
last modified time | relevance | path

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

12345678

/Linux-v5.15/drivers/staging/rtl8723bs/core/
Drtw_odm.c135 u32 ability = 0; in rtw_odm_ability_msg() local
138 rtw_hal_get_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); in rtw_odm_ability_msg()
139 netdev_dbg(adapter->pnetdev, "odm.SupportAbility = 0x%08x\n", ability); in rtw_odm_ability_msg()
143 (BIT0 << i) & ability ? '+' : ' ', i, in rtw_odm_ability_msg()
148 inline void rtw_odm_ability_set(struct adapter *adapter, u32 ability) in rtw_odm_ability_set() argument
150 rtw_hal_set_hwreg(adapter, HW_VAR_DM_FLAG, (u8 *)&ability); in rtw_odm_ability_set()
/Linux-v5.15/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.15/drivers/firmware/arm_scmi/
DKconfig12 it supports, Power domain management which is the ability to place
14 it supports, Performance management which is the ability to control
17 management which is the ability to set and inquire rates on platform
18 managed clocks and Sensor management which is the ability to read
/Linux-v5.15/drivers/gpu/drm/sun4i/
Dsun8i_vi_layer.c171 u64 ability; in sun8i_vi_layer_update_coord() local
177 ability = clk_get_rate(mixer->mod_clk); in sun8i_vi_layer_update_coord()
179 ability *= 80; in sun8i_vi_layer_update_coord()
180 do_div(ability, mode->vdisplay * fps * max(src_w, dst_w)); in sun8i_vi_layer_update_coord()
184 if (ability < required) { in sun8i_vi_layer_update_coord()
187 vn = (u32)ability * dst_h / 100; in sun8i_vi_layer_update_coord()
/Linux-v5.15/drivers/staging/rtl8723bs/include/
Drtw_odm.h22 void rtw_odm_ability_set(struct adapter *adapter, u32 ability);
/Linux-v5.15/Documentation/devicetree/bindings/rtc/
Dbrcm,brcmstb-waketimer.txt4 ability to wake up the system from low-power suspend/standby modes.
/Linux-v5.15/drivers/staging/media/zoran/
DTODO12 Note: only recent ffmpeg has the ability of sending non-raw video via v4l2
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-devices-system-ibm-rtl7 ability to query the current state.
/Linux-v5.15/drivers/net/ethernet/ezchip/
DKconfig26 Device does not have DMA ability.
/Linux-v5.15/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.15/tools/power/cpupower/
DToDo6 - Somewhere saw the ability to read power consumption of
/Linux-v5.15/Documentation/arm/
Dswp_emulation.rst7 ARMv7 multiprocessing extensions introduce the ability to disable these
/Linux-v5.15/drivers/hid/intel-ish-hid/
DKconfig11 The Integrated Sensor Hub (ISH) enables the ability to offload
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/
Dgianfar.rst15 the 8548) has the ability to perform TCP, UDP, and IP checksums
/Linux-v5.15/drivers/vfio/
DKconfig35 VFIO is built on the ability to isolate devices using the IOMMU.
/Linux-v5.15/drivers/ras/
DKconfig25 Reliability is a measure of the ability of a system to function
/Linux-v5.15/drivers/thermal/intel/int340x_thermal/
DKconfig20 Enable this to expose the temperature information and cooling ability
/Linux-v5.15/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.15/Documentation/watchdog/
Dwdt.rst15 time another timeout. In the case of the software watchdog the ability to
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Dkcopyd.rst5 Kcopyd provides the ability to copy a range of sectors from one block-device
/Linux-v5.15/Documentation/filesystems/ext4/
Dbigalloc.rst12 bigalloc feature provides exactly this ability.
/Linux-v5.15/Documentation/arm64/
Dlegacy_instructions.rst35 performance, but at the loss of ability to gather runtime statistics
/Linux-v5.15/Documentation/admin-guide/
Dvga-softcursor.rst7 Linux now has some ability to manipulate cursor appearance. Normally,
/Linux-v5.15/drivers/net/ethernet/marvell/
DKconfig137 This option adds the ability to dump driver state for debugging.
172 This option adds the ability to dump driver state for debugging.
/Linux-v5.15/Documentation/hwmon/
Dacpi_power_meter.rst39 Some computers have the ability to enforce a power cap in hardware. If this is

12345678