Home
last modified time | relevance | path

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

12345678910>>...13

/linux/drivers/clk/at91/
H A Dclk-master.c32 const struct clk_master_characteristics *characteristics; member
91 const struct clk_master_characteristics *characteristics = in clk_master_div_recalc_rate() local
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()
107 else if (rate > characteristics->output.max) in clk_master_div_recalc_rate()
126 div = master->characteristics->divisors[div]; in clk_master_div_save_context()
147 div = master->characteristics->divisors[div]; in clk_master_div_restore_context()
165 const struct clk_master_characteristics *characteristics = in clk_master_div_set() local
166 master->characteristics; in clk_master_div_set()
251 const struct clk_master_characteristics *characteristics = clk_master_div_notifier_fn() local
381 const struct clk_master_characteristics *characteristics = clk_master_pres_recalc_rate() local
478 at91_clk_register_master_internal(struct regmap * regmap,const char * name,int num_parents,const char ** parent_names,struct clk_hw ** parent_hws,const struct clk_master_layout * layout,const struct clk_master_characteristics * characteristics,const struct clk_ops * ops,spinlock_t * lock,u32 flags) at91_clk_register_master_internal() argument
536 at91_clk_register_master_pres(struct regmap * regmap,const char * name,int num_parents,const char ** parent_names,struct clk_hw ** parent_hws,const struct clk_master_layout * layout,const struct clk_master_characteristics * characteristics,spinlock_t * lock) at91_clk_register_master_pres() argument
550 at91_clk_register_master_div(struct regmap * regmap,const char * name,const char * parent_name,struct clk_hw * parent_hw,const struct clk_master_layout * layout,const struct clk_master_characteristics * characteristics,spinlock_t * lock,u32 flags,u32 safe_div) at91_clk_register_master_div() argument
[all...]
H A Dclk-pll.c42 const struct clk_pll_characteristics *characteristics; member
60 const struct clk_pll_characteristics *characteristics = in clk_pll_prepare() local
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()
85 characteristics->icpll[pll->range] << PLL_ICPR_SHIFT(id)); in clk_pll_prepare()
129 const struct clk_pll_characteristics *characteristics = in clk_pll_get_best_div_mul() local
130 pll->characteristics; in clk_pll_get_best_div_mul()
139 if (parent_rate < characteristics in clk_pll_get_best_div_mul()
315 at91_clk_register_pll(struct regmap * regmap,const char * name,const char * parent_name,u8 id,const struct clk_pll_layout * layout,const struct clk_pll_characteristics * characteristics) at91_clk_register_pll() argument
[all...]
H A Ddt-compat.c370 struct clk_master_characteristics *characteristics; in of_at91_clk_master_get_characteristics() local
372 characteristics = kzalloc(sizeof(*characteristics), GFP_KERNEL); in of_at91_clk_master_get_characteristics()
373 if (!characteristics) in of_at91_clk_master_get_characteristics()
376 if (of_at91_get_clk_range(np, "atmel,clk-output-range", &characteristics->output)) in of_at91_clk_master_get_characteristics()
380 characteristics->divisors, 4); in of_at91_clk_master_get_characteristics()
382 characteristics->have_div3_pres = 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()
400 struct clk_master_characteristics *characteristics; in of_at91_clk_master_setup() local
554 struct clk_pll_characteristics *characteristics; of_at91_clk_pll_get_characteristics() local
649 struct clk_pll_characteristics *characteristics; of_at91_clk_pll_setup() local
[all...]
H A Dclk-sam9x60-pll.c31 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()
200 if (rate < core->characteristics->core_output[0].min || in sam9x60_frac_pll_compute_mul_frac()
201 rate > core->characteristics->core_output[0].max) in sam9x60_frac_pll_compute_mul_frac()
221 if (tmprate < core->characteristics->core_output[0].min || in sam9x60_frac_pll_compute_mul_frac()
222 tmprate > core->characteristics->core_output[0].max) in sam9x60_frac_pll_compute_mul_frac()
451 const struct clk_pll_characteristics *characteristics = in sam9x60_div_pll_compute_div() local
452 core->characteristics; in sam9x60_div_pll_compute_div()
635 sam9x60_clk_register_frac_pll(struct regmap * regmap,spinlock_t * lock,const char * name,const char * parent_name,struct clk_hw * parent_hw,u8 id,const struct clk_pll_characteristics * characteristics,const struct clk_pll_layout * layout,u32 flags) sam9x60_clk_register_frac_pll() argument
722 sam9x60_clk_register_div_pll(struct regmap * regmap,spinlock_t * lock,const char * name,const char * parent_name,struct clk_hw * parent_hw,u8 id,const struct clk_pll_characteristics * characteristics,const struct clk_pll_layout * layout,u32 flags,u32 safe_div) sam9x60_clk_register_div_pll() argument
[all...]
H A Dpmc.h200 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/arch/arm64/kernel/
H A Defi-header.S40 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics
104 .long 0 // Characteristics
114 .long 0 // Characteristics
141 IMAGE_SCN_MEM_EXECUTE // Characteristics
155 IMAGE_SCN_MEM_WRITE // Characteristics
/linux/Documentation/admin-guide/mm/
H 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/arch/riscv/kernel/
H A Defi-header.S26 IMAGE_FILE_LINE_NUMS_STRIPPED // Characteristics
96 IMAGE_SCN_MEM_EXECUTE // Characteristics
118 IMAGE_SCN_MEM_WRITE // Characteristics
/linux/arch/arm/boot/compressed/
H A Defi-header.S58 IMAGE_FILE_LINE_NUMS_STRIPPED @ Characteristics
116 IMAGE_SCN_MEM_EXECUTE @ Characteristics
129 IMAGE_SCN_MEM_WRITE @ Characteristics
/linux/arch/loongarch/kernel/
H A Defi-header.S20 IMAGE_FILE_LINE_NUMS_STRIPPED /* Characteristics */
79 IMAGE_SCN_MEM_EXECUTE /* Characteristics */
93 IMAGE_SCN_MEM_WRITE /* Characteristics */
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-i3c50 BCR stands for Bus Characteristics Register and express the
60 DCR stands for Device Characteristics Register and express the
125 BCR stands for Bus Characteristics Register and express the
133 DCR stands for Device Characteristics Register and express the
/linux/Documentation/power/powercap/
H 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/drivers/s390/net/
H A Dqeth_l2_sys.c22 return sysfs_emit(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_state_show()
69 return sysfs_emit(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_role_show()
120 return sysfs_emit(buf, "n/a (VNIC characteristics)\n"); in qeth_bridge_port_state_show()
135 return sysfs_emit(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_hostnotification_show()
183 return sysfs_emit(buf, "n/a (VNIC characteristics)\n"); in qeth_bridgeport_reflect_show()
/linux/arch/x86/boot/
H A Dheader.S74 IMAGE_FILE_LINE_NUMS_STRIPPED # Characteristics
149 IMAGE_SCN_MEM_DISCARDABLE # Characteristics
162 IMAGE_SCN_MEM_DISCARDABLE # Characteristics
193 IMAGE_SCN_MEM_EXECUTE # Characteristics
205 IMAGE_SCN_MEM_DISCARDABLE # Characteristics
221 IMAGE_SCN_MEM_WRITE # Characteristics
/linux/Documentation/devicetree/bindings/iio/adc/
H A Dadc.yaml72 In some cases, the desired filtering characteristics are a function the
73 device design and can interact with other characteristics such as
/linux/Documentation/hwmon/
H 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/drivers/firmware/efi/libstub/
H A Dzboot-header.S90 .long 0 // Characteristics
100 .long 0 // Characteristics
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_acpi.c360 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 in amdgpu_atif_query_backlight_caps()
[all...]
/linux/Documentation/userspace-api/
H A Dsysfs-platform_profile.rst6 hardware related characteristics are often dynamically configurable. The
20 characteristics. Monitoring performance is best done with device/vendor
/linux/drivers/media/usb/go7007/
H A Dgo7007-priv.h36 /* Various characteristics of each board */
41 /* Characteristics of sensor devices */
55 /* Characteristics of audio sensor devices */
/linux/Documentation/networking/pse-pd/
H A Dintroduction.rst59 characteristics of Powered Device (PD) and Power Sourcing Equipment (PSE).
68 characteristics of PoDL Powered Devices (PDs) and PoDL Power Sourcing Equipment
/linux/tools/testing/selftests/powerpc/papr_sysparm/
H A Dpapr_sysparm.c29 .parameter = 20, // SPLPAR characteristics in get_splpar()
160 .description = "retrieve SPLPAR characteristics",
/linux/arch/s390/include/asm/
H A Dqdio.h54 * @ac: adapter characteristics
94 * @ac: adapter characteristics
247 /* qdio adapter-characteristics-1 flag */
/linux/Documentation/userspace-api/netlink/
H A Dnetlink-raw.rst84 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/Documentation/userspace-api/media/dvb/
H A Dquery-dvb-frontend-info.rst12 Digital TV API version and other characteristics about the frontend, and can

12345678910>>...13