Home
last modified time | relevance | path

Searched full:nonlinear (Results 1 – 25 of 25) sorted by relevance

/linux-6.14.4/Documentation/mm/
Dremap_file_pages.rst5 The remap_file_pages() system call is used to create a nonlinear mapping,
12 Supporting of nonlinear mapping requires significant amount of non-trivial
14 nonlinear mapping work kernel need a way to distinguish normal page table
26 emulation creates new VMAs instead of nonlinear mappings. It's going to
/linux-6.14.4/Documentation/devicetree/bindings/display/mediatek/
Dmediatek,gamma.yaml14 Mediatek display gamma correction, namely GAMMA, provides a nonlinear
/linux-6.14.4/Documentation/admin-guide/acpi/
Dcppc_sysfs.rst43 * lowest_nonlinear_perf : Lowest performance of this processor with nonlinear
/linux-6.14.4/drivers/cpufreq/
Damd-pstate.h40 * @lowest_nonlinear_perf: the lowest performance level at which nonlinear power
Dcppc_cpufreq.c610 * Set min to lowest nonlinear perf to avoid any efficiency penalty (see in cppc_cpufreq_cpu_init()
620 * nonlinear perf in cppc_cpufreq_cpu_init()
/linux-6.14.4/Documentation/hwmon/
Dmax31760.rst30 the user to program a smooth nonlinear fan speed vs. temperature transfer
/linux-6.14.4/drivers/gpu/drm/i915/
Di915_scheduler_types.h36 * actually, from a nonlinear, non-subjective viewpoint, it's more like a big
/linux-6.14.4/drivers/iio/accel/
Dsca3000.c935 u8 nonlinear = 0; in sca3000_write_event_value() local
941 nonlinear |= (1 << i); in sca3000_write_event_value()
948 nonlinear |= (1 << i); in sca3000_write_event_value()
956 nonlinear); in sca3000_write_event_value()
/linux-6.14.4/include/linux/
Dpower_supply.h725 * load is rarely that small and Ri is strongly nonlinear depending on
738 * nonlinear and may need many datapoints but can be found in datasheets for
749 * voltage drops too low for example. This effect is also highly nonlinear and
/linux-6.14.4/drivers/net/ethernet/freescale/dpaa/
Ddpaa_eth.c2152 /* linear data size for nonlinear skbs needs to be aligned */ in dpaa_a050385_wa_skb()
2303 bool nonlinear; in dpaa_start_xmit() local
2319 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2320 if (!nonlinear) { in dpaa_start_xmit()
2336 if (unlikely(nonlinear && in dpaa_start_xmit()
2344 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2351 nonlinear = skb_is_nonlinear(skb); in dpaa_start_xmit()
2355 if (nonlinear) { in dpaa_start_xmit()
/linux-6.14.4/arch/x86/mm/
Dinit_32.c163 * to become nonlinear. Attempt to fix it, and if it in page_table_kmap_check()
164 * is still nonlinear then we have to bug. in page_table_kmap_check()
/linux-6.14.4/drivers/video/backlight/
Dmp3309c.c231 * to allow nonlinear mappings. in mp3309c_parse_fwnode()
/linux-6.14.4/arch/hexagon/include/asm/
Dpgtable.h41 * To make nonlinear swap work according to the more recent
/linux-6.14.4/net/vmw_vsock/
Dvirtio_transport.c118 /* If skb is nonlinear, then its buffer must contain in virtio_transport_send_skb()
/linux-6.14.4/Documentation/admin-guide/pm/
Damd-pstate.rst113 This is the lowest performance level at which nonlinear power savings are
123 performance level lower than the lowest nonlinear performance level may
/linux-6.14.4/sound/pci/pcxhr/
Dpcxhr_mix22.c236 /* conversion from PmBoardCodedLevel to AKM nonlinear programming */ in hr222_set_hw_playback_level()
/linux-6.14.4/drivers/clk/qcom/
Dgcc-ipq4019.c176 * This clock divider is nonlinear so this function calculates the actual
/linux-6.14.4/drivers/media/platform/chips-media/coda/
Dcoda-jpeg.c992 * Scale quantization table using nonlinear scaling factor
/linux-6.14.4/drivers/acpi/
Dcppc_acpi.c653 * ResourceTemplate() {Register(PCC, 32, 0, 0x128, 2)}, // Lowest Nonlinear Performance
/linux-6.14.4/net/iucv/
Daf_iucv.c989 /* In nonlinear "classic" iucv skb, in iucv_sock_sendmsg()
/linux-6.14.4/drivers/net/ethernet/microsoft/mana/
Dmana_en.c208 "TX nonlinear head: hs:%d, skb_hlen:%d\n", in mana_fix_skb_head()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/spl/
Ddc_spl.c814 * function to determine whether to use LINEAR or NONLINEAR scaling in enable_easf()
/linux-6.14.4/net/tipc/
Dcrypto.c754 * for authentication tag @skb allocation. Even when skb is nonlinear in tipc_aead_encrypt()
/linux-6.14.4/drivers/hid/
Dhid-debug.c3040 seq_printf(f, "%s", HID_MAIN_ITEM_NONLINEAR & j ? "NonLinear " : ""); in hid_dump_field()
/linux-6.14.4/mm/
Dmemory.c4470 * page->index of !PageKSM() pages would be nonlinear inside the in do_swap_page()