/Linux-v5.15/drivers/clk/at91/ |
D | clk-pll.c | 42 const struct clk_pll_characteristics *characteristics; member 59 const struct clk_pll_characteristics *characteristics = in clk_pll_prepare() local 60 pll->characteristics; in clk_pll_prepare() 79 if (characteristics->out) in clk_pll_prepare() 80 out = characteristics->out[pll->range]; in clk_pll_prepare() 82 if (characteristics->icpll) in clk_pll_prepare() 84 characteristics->icpll[pll->range] << PLL_ICPR_SHIFT(id)); in clk_pll_prepare() 128 const struct clk_pll_characteristics *characteristics = in clk_pll_get_best_div_mul() local 129 pll->characteristics; in clk_pll_get_best_div_mul() 138 if (parent_rate < characteristics->input.min) in clk_pll_get_best_div_mul() [all …]
|
D | clk-master.c | 39 const struct clk_master_characteristics *characteristics; member 93 const struct clk_master_characteristics *characteristics = in clk_master_div_recalc_rate() local 94 master->characteristics; in clk_master_div_recalc_rate() 105 rate /= characteristics->divisors[div]; in clk_master_div_recalc_rate() 107 if (rate < characteristics->output.min) in clk_master_div_recalc_rate() 109 else if (rate > characteristics->output.max) in clk_master_div_recalc_rate() 125 const struct clk_master_characteristics *characteristics = in clk_master_div_set_rate() local 126 master->characteristics; in clk_master_div_set_rate() 131 if (div > ARRAY_SIZE(characteristics->divisors)) in clk_master_div_set_rate() 134 for (i = 0; i < ARRAY_SIZE(characteristics->divisors); i++) { in clk_master_div_set_rate() [all …]
|
D | dt-compat.c | 344 struct clk_master_characteristics *characteristics; in of_at91_clk_master_get_characteristics() local 346 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics() 347 if (!characteristics) in of_at91_clk_master_get_characteristics() 350 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics() 354 characteristics->divisors, 4); in of_at91_clk_master_get_characteristics() 356 characteristics->have_div3_pres = in of_at91_clk_master_get_characteristics() 359 return characteristics; in of_at91_clk_master_get_characteristics() 362 kfree(characteristics); in of_at91_clk_master_get_characteristics() 374 struct clk_master_characteristics *characteristics; in of_at91_clk_master_setup() local 385 characteristics = of_at91_clk_master_get_characteristics(np); in of_at91_clk_master_setup() [all …]
|
D | clk-sam9x60-pll.c | 33 const struct clk_pll_characteristics *characteristics; member 99 if (core->characteristics->upll) in sam9x60_frac_pll_prepare() 109 if (core->characteristics->upll) { in sam9x60_frac_pll_prepare() 157 if (core->characteristics->upll) in sam9x60_frac_pll_unprepare() 389 const struct clk_pll_characteristics *characteristics = in sam9x60_div_pll_compute_div() local 390 core->characteristics; in sam9x60_div_pll_compute_div() 399 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 400 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() 421 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 422 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() [all …]
|
D | pmc.h | 161 const struct clk_master_characteristics *characteristics, 168 const struct clk_master_characteristics *characteristics, 192 const struct clk_pll_characteristics *characteristics); 200 const struct clk_pll_characteristics *characteristics, 207 const struct clk_pll_characteristics *characteristics,
|
/Linux-v5.15/Documentation/admin-guide/mm/ |
D | numaperf.rst | 8 node. These disparate memory ranges may share some characteristics, such 14 characteristics. Some memory may share the same node as a CPU, and others 55 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 104 performance characteristics in order to provide large address space of
|
/Linux-v5.15/arch/arm64/kernel/ |
D | efi-header.S | 40 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics 103 IMAGE_SCN_MEM_EXECUTE // Characteristics 117 IMAGE_SCN_MEM_WRITE // Characteristics 137 .long 0 // Characteristics
|
/Linux-v5.15/arch/riscv/kernel/ |
D | efi-header.S | 25 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics 91 IMAGE_SCN_MEM_EXECUTE // Characteristics 105 IMAGE_SCN_MEM_WRITE // Characteristics
|
/Linux-v5.15/arch/arm/boot/compressed/ |
D | efi-header.S | 52 IMAGE_FILE_LINE_NUMS_STRIPPED @ Characteristics 110 IMAGE_SCN_MEM_EXECUTE @ Characteristics 123 IMAGE_SCN_MEM_WRITE @ Characteristics
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-bus-i3c | 50 BCR stands for Bus Characteristics Register and express the 60 DCR stands for Device Characteristics Register and express the 110 BCR stands for Bus Characteristics Register and express the 118 DCR stands for Device Characteristics Register and express the
|
D | sysfs-kernel-mm-numa | 14 characteristics instead of plain NUMA systems where
|
/Linux-v5.15/Documentation/power/powercap/ |
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-v5.15/drivers/s390/net/ |
D | qeth_l2_sys.c | 22 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_state_show() 69 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_show() 120 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_state_show() 135 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_hostnotification_show() 183 return sprintf(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_reflect_show()
|
/Linux-v5.15/Documentation/devicetree/bindings/iio/adc/ |
D | adc.yaml | 50 In some cases, the desired filtering characteristics are a function the 51 device design and can interact with other characteristics such as
|
/Linux-v5.15/Documentation/userspace-api/ |
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-v5.15/Documentation/hwmon/ |
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-v5.15/drivers/media/usb/go7007/ |
D | go7007-priv.h | 36 /* Various characteristics of each board */ 41 /* Characteristics of sensor devices */ 55 /* Characteristics of audio sensor devices */
|
/Linux-v5.15/arch/x86/boot/ |
D | header.S | 119 IMAGE_FILE_LINE_NUMS_STRIPPED # Characteristics 208 IMAGE_SCN_ALIGN_16BYTES # Characteristics 229 IMAGE_SCN_ALIGN_1BYTES # Characteristics 248 IMAGE_SCN_ALIGN_1BYTES # Characteristics 270 IMAGE_SCN_ALIGN_16BYTES # Characteristics
|
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acpi.c | 312 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local 338 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps() 339 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps() 340 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps() 344 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps() 346 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps()
|
/Linux-v5.15/arch/s390/include/asm/ |
D | qdio.h | 54 * @ac: adapter characteristics 94 * @ac: adapter characteristics 247 /* qdio adapter-characteristics-1 flag */
|
/Linux-v5.15/Documentation/devicetree/bindings/power/supply/ |
D | battery.yaml | 7 title: Battery Characteristics 13 The devicetree battery node provides static battery characteristics.
|
/Linux-v5.15/fs/xfs/ |
D | xfs_dquot.h | 11 * much like inodes are for files. In fact, dquots share many characteristics 13 * to a collection of inodes. In this respect, dquots share some characteristics
|
/Linux-v5.15/Documentation/userspace-api/media/dvb/ |
D | query-dvb-frontend-info.rst | 12 Digital TV API version and other characteristics about the frontend, and can
|
/Linux-v5.15/arch/arm/mach-sa1100/include/mach/ |
D | memory.h | 17 * characteristics, we then have generic discontiguous memory support.
|
/Linux-v5.15/include/linux/spi/ |
D | ad7877.h | 4 /* Touchscreen characteristics vary between boards and models. The
|