/Linux-v5.10/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 | dt-compat.c | 342 struct clk_master_characteristics *characteristics; in of_at91_clk_master_get_characteristics() local 344 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics() 345 if (!characteristics) in of_at91_clk_master_get_characteristics() 348 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics() 352 characteristics->divisors, 4); in of_at91_clk_master_get_characteristics() 354 characteristics->have_div3_pres = in of_at91_clk_master_get_characteristics() 357 return characteristics; in of_at91_clk_master_get_characteristics() 360 kfree(characteristics); in of_at91_clk_master_get_characteristics() 372 struct clk_master_characteristics *characteristics; in of_at91_clk_master_setup() local 383 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() 329 const struct clk_pll_characteristics *characteristics = in sam9x60_div_pll_compute_div() local 330 core->characteristics; in sam9x60_div_pll_compute_div() 339 if (rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 340 rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() 361 if (best_rate < characteristics->output[0].min || in sam9x60_div_pll_compute_div() 362 best_rate > characteristics->output[0].max) in sam9x60_div_pll_compute_div() [all …]
|
D | clk-master.c | 39 const struct clk_master_characteristics *characteristics; member 83 const struct clk_master_characteristics *characteristics = in clk_master_recalc_rate() local 84 master->characteristics; in clk_master_recalc_rate() 93 if (characteristics->have_div3_pres && pres == MASTER_PRES_MAX) in clk_master_recalc_rate() 98 rate /= characteristics->divisors[div]; in clk_master_recalc_rate() 100 if (rate < characteristics->output.min) in clk_master_recalc_rate() 102 else if (rate > characteristics->output.max) in clk_master_recalc_rate() 130 const struct clk_master_characteristics *characteristics) in at91_clk_register_master() argument 152 master->characteristics = characteristics; in at91_clk_register_master()
|
D | pmc.h | 161 const struct clk_master_characteristics *characteristics); 184 const struct clk_pll_characteristics *characteristics); 192 const struct clk_pll_characteristics *characteristics, 199 const struct clk_pll_characteristics *characteristics,
|
/Linux-v5.10/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.10/arch/arm64/kernel/ |
D | efi-header.S | 21 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics 85 IMAGE_SCN_MEM_EXECUTE // Characteristics 99 IMAGE_SCN_MEM_WRITE // Characteristics 119 .long 0 // Characteristics
|
/Linux-v5.10/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.10/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.10/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
|
/Linux-v5.10/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.10/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.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_acpi.c | 322 struct atif_qbtc_output characteristics; in amdgpu_atif_query_backlight_caps() local 348 memset(&characteristics, 0, sizeof(characteristics)); in amdgpu_atif_query_backlight_caps() 349 size = min(sizeof(characteristics), size); in amdgpu_atif_query_backlight_caps() 350 memcpy(&characteristics, info->buffer.pointer, size); in amdgpu_atif_query_backlight_caps() 354 characteristics.min_input_signal; in amdgpu_atif_query_backlight_caps() 356 characteristics.max_input_signal; in amdgpu_atif_query_backlight_caps()
|
/Linux-v5.10/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.10/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.10/arch/s390/include/asm/ |
D | qdio.h | 54 * @ac: adapter characteristics 94 * @ac: adapter characteristics 267 /* qdio adapter-characteristics-1 flag */
|
D | clp.h | 41 /* Store logical-processor characteristics request */
|
/Linux-v5.10/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.10/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.10/Documentation/devicetree/bindings/power/supply/ |
D | battery.yaml | 7 title: Battery Characteristics 13 The devicetree battery node provides static battery characteristics.
|
D | sc2731_charger.txt | 9 - monitored-battery: phandle of battery characteristics devicetree node.
|
/Linux-v5.10/arch/arm/mach-sa1100/include/mach/ |
D | memory.h | 17 * characteristics, we then have generic discontiguous memory support.
|
/Linux-v5.10/include/linux/spi/ |
D | ad7877.h | 4 /* Touchscreen characteristics vary between boards and models. The
|
/Linux-v5.10/drivers/usb/serial/ |
D | ftdi_sio.h | 31 #define FTDI_SIO_SET_DATA 4 /* Set the data characteristics of 201 * wValue: Data characteristics (see below) 206 * Data characteristics 493 * 7 bmAttributes 1 0x20 Config characteristics Remote Wakeup
|
/Linux-v5.10/drivers/scsi/ |
D | st.h | 128 /* Drive characteristics */ 152 /* Mode characteristics */
|