| /linux-6.15/drivers/clk/at91/ |
| H A D | clk-pll.c | 61 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 …]
|
| H A D | clk-master.c | 92 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() 506 master->characteristics = characteristics; in at91_clk_register_master_internal() 541 characteristics, in at91_clk_register_master_pres() [all …]
|
| H A D | dt-compat.c | 372 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() 571 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_pll_get_characteristics() 572 if (!characteristics) in of_at91_clk_pll_get_characteristics() 628 return characteristics; in of_at91_clk_pll_get_characteristics() 635 kfree(characteristics); in of_at91_clk_pll_get_characteristics() [all …]
|
| H A D | clk-sam9x60-pll.c | 31 const struct clk_pll_characteristics *characteristics; member 107 if (core->characteristics->upll) in sam9x60_frac_pll_set() 117 if (core->characteristics->upll) { in sam9x60_frac_pll_set() 172 if (core->characteristics->upll) in sam9x60_frac_pll_unprepare() 452 core->characteristics; in sam9x60_div_pll_compute_div() 461 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 462 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() 484 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() 667 frac->core.characteristics = characteristics; in sam9x60_clk_register_frac_pll() 694 characteristics->core_output[0].min, in sam9x60_clk_register_frac_pll() [all …]
|
| H A D | pmc.h | 200 const struct clk_master_characteristics *characteristics, 207 const struct clk_master_characteristics *characteristics, 234 const struct clk_pll_characteristics *characteristics); 243 const struct clk_pll_characteristics *characteristics, 251 const struct clk_pll_characteristics *characteristics,
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_acpi.c | 360 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local 386 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps() 387 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps() 388 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps() 392 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps() 394 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps() 395 atif->backlight_caps.ac_level = characteristics.ac_level; in amdgpu_atif_query_backlight_caps() 396 atif->backlight_caps.dc_level = characteristics.dc_level; in amdgpu_atif_query_backlight_caps() 397 atif->backlight_caps.data_points = characteristics.number_of_points; in amdgpu_atif_query_backlight_caps() 399 characteristics.data_points, in amdgpu_atif_query_backlight_caps()
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | numaperf.rst | 9 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.15/arch/s390/include/uapi/asm/ |
| H A D | dasd.h | 46 char characteristics[64]; /* from read_device_characteristics */ member 118 char characteristics[64]; /* from read_device_characteristics */ member
|
| /linux-6.15/Documentation/power/powercap/ |
| H A D | dtpm.rst | 40 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.15/Documentation/userspace-api/media/dvb/ |
| H A D | query-dvb-frontend-info.rst | 12 Digital TV API version and other characteristics about the frontend, and can
|
| /linux-6.15/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adc.yaml | 72 In some cases, the desired filtering characteristics are a function the 73 device design and can interact with other characteristics such as
|
| /linux-6.15/Documentation/networking/pse-pd/ |
| H A D | introduction.rst | 59 characteristics of Powered Device (PD) and Power Sourcing Equipment (PSE). 68 characteristics of PoDL Powered Devices (PDs) and PoDL Power Sourcing Equipment
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | g762.rst | 18 hardware characteristics of the system (reference clock, pulses per 70 based on the parameters associated with the physical characteristics of the
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-numa | 14 characteristics instead of plain NUMA systems where
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | sysfs-platform_profile.rst | 6 hardware related characteristics are often dynamically configurable. The 20 characteristics. Monitoring performance is best done with device/vendor
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | sysinfo.c | 189 if (info->characteristics & LPAR_CHAR_DEDICATED) in stsi_2_2_2() 191 if (info->characteristics & LPAR_CHAR_SHARED) in stsi_2_2_2() 193 if (info->characteristics & LPAR_CHAR_LIMITED) in stsi_2_2_2()
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | neofidelity,ntp8835.yaml | 19 but has different output signal characteristics.
|
| /linux-6.15/Documentation/devicetree/bindings/cpufreq/ |
| H A D | qemu,virtual-cpufreq.yaml | 29 and Voltage) characteristics. The size of the region is proportional to
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | sysinfo.h | 120 unsigned char characteristics; member
|
| /linux-6.15/Documentation/devicetree/bindings/power/supply/ |
| H A D | samsung,battery.yaml | 18 systems should determine hardware characteristics of the batteries from the
|
| H A D | cw2015_battery.yaml | 29 This property specifies characteristics of the battery used. The format
|
| /linux-6.15/drivers/net/ethernet/microchip/vcap/ |
| H A D | Kconfig | 36 characteristics. Look in the datasheet for the VCAP specifications for the
|
| /linux-6.15/Documentation/userspace-api/netlink/ |
| H A D | netlink-raw.rst | 84 the wrapper attr has very similar characteristics to a netlink message. It may 86 those shared characteristics we refer to the payload of the wrapper attribute as
|
| /linux-6.15/Documentation/devicetree/bindings/cpu/ |
| H A D | cpu-capacity.txt | 10 characteristics within the same chip. In this case, additional information has 22 context is about differing performance characteristics; this binding tries to
|
| /linux-6.15/Documentation/admin-guide/perf/ |
| H A D | mrvl-pem-pmu.rst | 7 characteristics of the data that is transmitted over the PCIe link.
|