Home
last modified time | relevance | path

Searched refs:characteristics (Results 1 – 25 of 96) sorted by relevance

1234

/linux-6.3-rc2/drivers/clk/at91/
A Dclk-pll.c61 pll->characteristics; in clk_pll_prepare()
80 if (characteristics->out) in clk_pll_prepare()
81 out = characteristics->out[pll->range]; in clk_pll_prepare()
83 if (characteristics->icpll) in clk_pll_prepare()
130 pll->characteristics; in clk_pll_get_best_div_mul()
139 if (parent_rate < characteristics->input.min) in clk_pll_get_best_div_mul()
152 if (parent_rate > characteristics->input.max) { in clk_pll_get_best_div_mul()
221 if (i >= characteristics->num_output) in clk_pll_get_best_div_mul()
283 if (pll->characteristics->out) in clk_pll_restore_context()
284 out = pll->characteristics->out[pll->range]; in clk_pll_restore_context()
[all …]
A Dclk-master.c92 master->characteristics; in clk_master_div_recalc_rate()
103 rate /= characteristics->divisors[div]; in clk_master_div_recalc_rate()
105 if (rate < characteristics->output.min) in clk_master_div_recalc_rate()
166 master->characteristics; in clk_master_div_set()
173 if (!characteristics->divisors[i]) in clk_master_div_set()
252 master_div->characteristics; in clk_master_div_notifier_fn()
307 if (!characteristics->divisors[i]) in clk_master_div_notifier_fn()
382 master->characteristics; in clk_master_pres_recalc_rate()
502 master->characteristics = characteristics; in at91_clk_register_master_internal()
536 characteristics, in at91_clk_register_master_pres()
[all …]
A Ddt-compat.c372 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics()
373 if (!characteristics) in of_at91_clk_master_get_characteristics()
385 return characteristics; in of_at91_clk_master_get_characteristics()
388 kfree(characteristics); in of_at91_clk_master_get_characteristics()
413 if (!characteristics) in of_at91_clk_master_setup()
438 kfree(characteristics); in of_at91_clk_master_setup()
569 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_pll_get_characteristics()
570 if (!characteristics) in of_at91_clk_pll_get_characteristics()
626 return characteristics; in of_at91_clk_pll_get_characteristics()
633 kfree(characteristics); in of_at91_clk_pll_get_characteristics()
[all …]
A Dclk-sam9x60-pll.c34 const struct clk_pll_characteristics *characteristics; member
104 if (core->characteristics->upll) in sam9x60_frac_pll_set()
114 if (core->characteristics->upll) { in sam9x60_frac_pll_set()
169 if (core->characteristics->upll) in sam9x60_frac_pll_unprepare()
441 core->characteristics; in sam9x60_div_pll_compute_div()
450 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
451 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
472 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div()
473 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div()
643 frac->core.characteristics = characteristics; in sam9x60_clk_register_frac_pll()
[all …]
A Dpmc.h177 const struct clk_master_characteristics *characteristics,
184 const struct clk_master_characteristics *characteristics,
208 const struct clk_pll_characteristics *characteristics);
216 const struct clk_pll_characteristics *characteristics,
224 const struct clk_pll_characteristics *characteristics,
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_acpi.c311 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local
337 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps()
338 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps()
339 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps()
343 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps()
345 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps()
/linux-6.3-rc2/Documentation/admin-guide/mm/
A Dnumaperf.rst9 node. These disparate memory ranges may share some characteristics, such
15 characteristics. Some memory may share the same node as a CPU, and others
56 nodes' access characteristics share the same performance relative to other
69 be allocated from based on the node's performance characteristics. If
79 The performance characteristics the kernel provides for the local initiators
103 performance characteristics in order to provide large address space of
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/adc/
A Dadc.yaml50 In some cases, the desired filtering characteristics are a function the
51 device design and can interact with other characteristics such as
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Ddasd.h46 char characteristics[64]; /* from read_device_characteristics */ member
116 char characteristics[64]; /* from read_device_characteristics */ member
/linux-6.3-rc2/Documentation/userspace-api/
A Dsysfs-platform_profile.rst6 hardware related characteristics are often dynamically configurable. The
20 characteristics. Monitoring performance is best done with device/vendor
/linux-6.3-rc2/Documentation/power/powercap/
A Ddtpm.rst40 characteristics of the children nodes and their power limitations.
64 When the nodes are inserted in the tree, their power characteristics are propagated to the parents::
200 If a device has its power characteristics changing, then the tree must
212 * dtpm_update_power() : Update the power characteristics of the dtpm node
/linux-6.3-rc2/Documentation/userspace-api/media/dvb/
A Dquery-dvb-frontend-info.rst12 Digital TV API version and other characteristics about the frontend, and can
/linux-6.3-rc2/Documentation/hwmon/
A Dg762.rst18 hardware characteristics of the system (reference clock, pulses per
70 based on the parameters associated with the physical characteristics of the
/linux-6.3-rc2/arch/s390/include/asm/
A Dsysinfo.h90 unsigned char characteristics; member
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-kernel-mm-numa14 characteristics instead of plain NUMA systems where
/linux-6.3-rc2/arch/s390/kernel/
A Dsysinfo.c215 if (info->characteristics & LPAR_CHAR_DEDICATED) in stsi_2_2_2()
217 if (info->characteristics & LPAR_CHAR_SHARED) in stsi_2_2_2()
219 if (info->characteristics & LPAR_CHAR_LIMITED) in stsi_2_2_2()
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Dsamsung,battery.yaml18 systems should determine hardware characteristics of the batteries from the
A Dcw2015_battery.yaml29 This property specifies characteristics of the battery used. The format
/linux-6.3-rc2/drivers/net/ethernet/microchip/vcap/
A DKconfig36 characteristics. Look in the datasheet for the VCAP specifications for the
/linux-6.3-rc2/Documentation/devicetree/bindings/cpu/
A Dcpu-capacity.txt10 characteristics within the same chip. In this case, additional information has
22 context is about differing performance characteristics; this binding tries to
/linux-6.3-rc2/Documentation/sound/cards/
A Dimg-spdif-in.rst43 This control is used to modify the locking/jitter rejection characteristics
/linux-6.3-rc2/tools/usb/usbip/
A Dconfigure.ac34 # Checks for typedefs, structures, and compiler characteristics.
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dintel_uncore_frequency_scaling.rst16 on the workload characteristics. To optimize the total power and improve overall
/linux-6.3-rc2/Documentation/devicetree/bindings/display/mediatek/
A Dmediatek,color.yaml16 resemble the other in their output characteristics.
/linux-6.3-rc2/Documentation/mm/
A Dzsmalloc.rst92 characteristics in terms of the number of pages per zspage and the number
130 As the zspage chain size for class #96 increases, its key characteristics

Completed in 38 milliseconds

1234