Home
last modified time | relevance | path

Searched full:pre (Results 1 – 25 of 4170) sorted by relevance

12345678910>>...167

/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
Dipu-pre.c118 struct ipu_pre *pre; in ipu_pre_lookup_by_phandle() local
121 list_for_each_entry(pre, &ipu_pre_list, list) { in ipu_pre_lookup_by_phandle()
122 if (pre_node == pre->dev->of_node) { in ipu_pre_lookup_by_phandle()
124 device_link_add(dev, pre->dev, in ipu_pre_lookup_by_phandle()
127 return pre; in ipu_pre_lookup_by_phandle()
137 int ipu_pre_get(struct ipu_pre *pre) in ipu_pre_get() argument
141 if (pre->in_use) in ipu_pre_get()
145 writel(0, pre->regs + IPU_PRE_CTRL); in ipu_pre_get()
152 writel(val, pre->regs + IPU_PRE_CTRL); in ipu_pre_get()
154 pre->in_use = true; in ipu_pre_get()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
Dipu-pre.c118 struct ipu_pre *pre; in ipu_pre_lookup_by_phandle() local
121 list_for_each_entry(pre, &ipu_pre_list, list) { in ipu_pre_lookup_by_phandle()
122 if (pre_node == pre->dev->of_node) { in ipu_pre_lookup_by_phandle()
124 device_link_add(dev, pre->dev, in ipu_pre_lookup_by_phandle()
127 return pre; in ipu_pre_lookup_by_phandle()
137 int ipu_pre_get(struct ipu_pre *pre) in ipu_pre_get() argument
141 if (pre->in_use) in ipu_pre_get()
145 writel(0, pre->regs + IPU_PRE_CTRL); in ipu_pre_get()
152 writel(val, pre->regs + IPU_PRE_CTRL); in ipu_pre_get()
154 pre->in_use = true; in ipu_pre_get()
[all …]
/kernel/linux/linux-6.6/drivers/firmware/broadcom/
Dbcm47xx_sprom.c191 const char *pre = prefix; in bcm47xx_sprom_fill_auto() local
195 ENTRY(0xfffffffe, u16, pre, "devid", dev_id, 0, fallback); in bcm47xx_sprom_fill_auto()
197 ENTRY(0xfffffffe, u16, pre, "boardrev", board_rev, 0, true); in bcm47xx_sprom_fill_auto()
198 ENTRY(0xfffffffe, u32, pre, "boardflags", boardflags, 0, fb); in bcm47xx_sprom_fill_auto()
199 ENTRY(0xfffffff0, u32, pre, "boardflags2", boardflags2, 0, fb); in bcm47xx_sprom_fill_auto()
200 ENTRY(0xfffff800, u32, pre, "boardflags3", boardflags3, 0, fb); in bcm47xx_sprom_fill_auto()
201 ENTRY(0x00000002, u16, pre, "boardflags", boardflags_lo, 0, fb); in bcm47xx_sprom_fill_auto()
202 ENTRY(0xfffffffc, u16, pre, "boardtype", board_type, 0, true); in bcm47xx_sprom_fill_auto()
203 ENTRY(0xfffffffe, u16, pre, "boardnum", board_num, 0, fb); in bcm47xx_sprom_fill_auto()
204 ENTRY(0x00000002, u8, pre, "cc", country_code, 0, fb); in bcm47xx_sprom_fill_auto()
[all …]
/kernel/linux/linux-5.10/drivers/firmware/broadcom/
Dbcm47xx_sprom.c191 const char *pre = prefix; in bcm47xx_sprom_fill_auto() local
195 ENTRY(0xfffffffe, u16, pre, "devid", dev_id, 0, fallback); in bcm47xx_sprom_fill_auto()
197 ENTRY(0xfffffffe, u16, pre, "boardrev", board_rev, 0, true); in bcm47xx_sprom_fill_auto()
198 ENTRY(0xfffffffe, u32, pre, "boardflags", boardflags, 0, fb); in bcm47xx_sprom_fill_auto()
199 ENTRY(0xfffffff0, u32, pre, "boardflags2", boardflags2, 0, fb); in bcm47xx_sprom_fill_auto()
200 ENTRY(0xfffff800, u32, pre, "boardflags3", boardflags3, 0, fb); in bcm47xx_sprom_fill_auto()
201 ENTRY(0x00000002, u16, pre, "boardflags", boardflags_lo, 0, fb); in bcm47xx_sprom_fill_auto()
202 ENTRY(0xfffffffc, u16, pre, "boardtype", board_type, 0, true); in bcm47xx_sprom_fill_auto()
203 ENTRY(0xfffffffe, u16, pre, "boardnum", board_num, 0, fb); in bcm47xx_sprom_fill_auto()
204 ENTRY(0x00000002, u8, pre, "cc", country_code, 0, fb); in bcm47xx_sprom_fill_auto()
[all …]
/kernel/linux/linux-6.6/Documentation/netlink/specs/
Ddevlink.yaml263 pre: devlink-nl-pre-doit
289 pre: devlink-nl-pre-doit-port
317 pre: devlink-nl-pre-doit
343 pre: devlink-nl-pre-doit
370 pre: devlink-nl-pre-doit-port
398 pre: devlink-nl-pre-doit-port
427 pre: devlink-nl-pre-doit
453 pre: devlink-nl-pre-doit-port-optional
481 pre: devlink-nl-pre-doit
507 pre: devlink-nl-pre-doit-port-optional
[all …]
/kernel/linux/linux-6.6/Documentation/livepatch/
Dcallbacks.rst39 * Pre-patch
46 * Pre-unpatch
54 used to cleanup pre-patch callback resources
61 symmetry: pre-patch callbacks have a post-unpatch counterpart and
62 post-patch callbacks have a pre-unpatch counterpart. An unpatch
75 The pre-patch callback, if specified, is expected to return a status
78 safe and to stop the current patching request. (When no pre-patch
80 pre-patch callback returns failure, the kernel's module loader will:
90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed
94 If a patch transition is reversed, no pre-unpatch handlers will be run
[all …]
/kernel/linux/linux-5.10/Documentation/livepatch/
Dcallbacks.rst39 * Pre-patch
46 * Pre-unpatch
54 used to cleanup pre-patch callback resources
61 symmetry: pre-patch callbacks have a post-unpatch counterpart and
62 post-patch callbacks have a pre-unpatch counterpart. An unpatch
75 The pre-patch callback, if specified, is expected to return a status
78 safe and to stop the current patching request. (When no pre-patch
80 pre-patch callback returns failure, the kernel's module loader will:
90 No post-patch, pre-unpatch, or post-unpatch callbacks will be executed
94 If a patch transition is reversed, no pre-unpatch handlers will be run
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/
Dti,drv260x.txt16 - library-sel - These are ROM based waveforms pre-programmed into the IC.
19 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
20 DRV260X_ERM_LIB_A - Pre-programmed Library
21 DRV260X_ERM_LIB_B - Pre-programmed Library
22 DRV260X_ERM_LIB_C - Pre-programmed Library
23 DRV260X_ERM_LIB_D - Pre-programmed Library
24 DRV260X_ERM_LIB_E - Pre-programmed Library
25 DRV260X_ERM_LIB_F - Pre-programmed Library
26 DRV260X_LIB_LRA - Pre-programmed LRA Library
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dpm7250b.dtsi67 qcom,pre-scaling = <1 1>;
73 qcom,pre-scaling = <1 1>;
79 qcom,pre-scaling = <1 1>;
85 qcom,pre-scaling = <1 1>;
91 qcom,pre-scaling = <1 16>;
97 qcom,pre-scaling = <1 1>;
104 qcom,pre-scaling = <1 1>;
110 qcom,pre-scaling = <1 6>;
117 qcom,pre-scaling = <1 1>;
124 qcom,pre-scaling = <1 3>;
[all …]
Dpm8950.dtsi55 qcom,pre-scaling = <1 1>;
61 qcom,pre-scaling = <1 1>;
67 qcom,pre-scaling = <1 1>;
73 qcom,pre-scaling = <1 1>;
79 qcom,pre-scaling = <1 1>;
85 qcom,pre-scaling = <1 1>;
101 qcom,pre-scaling = <1 1>;
109 qcom,pre-scaling = <1 1>;
117 qcom,pre-scaling = <1 1>;
125 qcom,pre-scaling = <1 1>;
[all …]
Dpm660.dtsi97 qcom,pre-scaling = <1 1>;
104 qcom,pre-scaling = <1 1>;
111 qcom,pre-scaling = <1 1>;
117 qcom,pre-scaling = <1 1>;
126 qcom,pre-scaling = <1 1>;
135 qcom,pre-scaling = <1 1>;
144 qcom,pre-scaling = <1 1>;
153 qcom,pre-scaling = <1 1>;
162 qcom,pre-scaling = <1 1>;
172 qcom,pre-scaling = <1 3>;
[all …]
Dpmp8074.dtsi23 qcom,pre-scaling = <1 1>;
29 qcom,pre-scaling = <1 1>;
35 qcom,pre-scaling = <1 1>;
41 qcom,pre-scaling = <1 1>;
49 qcom,pre-scaling = <1 1>;
57 qcom,pre-scaling = <1 1>;
65 qcom,pre-scaling = <1 1>;
73 qcom,pre-scaling = <1 1>;
79 qcom,pre-scaling = <1 3>;
Dpmi632.dtsi65 qcom,pre-scaling = <1 1>;
71 qcom,pre-scaling = <1 1>;
77 qcom,pre-scaling = <1 1>;
83 qcom,pre-scaling = <1 1>;
89 qcom,pre-scaling = <1 16>;
95 qcom,pre-scaling = <1 1>;
102 qcom,pre-scaling = <1 1>;
109 qcom,pre-scaling = <1 3>;
115 qcom,pre-scaling = <1 3>;
/kernel/linux/linux-5.10/sound/pci/ctxfi/
Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
42 pre = pos->prev; in input_mapper_add()
43 if (pre == head) in input_mapper_add()
44 pre = head->prev; in input_mapper_add()
48 pre = head->prev; in input_mapper_add()
53 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add()
67 struct list_head *next, *pre, *head; in input_mapper_delete() local
75 pre = (entry->list.prev == head) ? head->prev : entry->list.prev; in input_mapper_delete()
78 if (pre == &entry->list) { in input_mapper_delete()
86 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
Dctimap.c21 struct list_head *pos, *pre, *head; in input_mapper_add() local
42 pre = pos->prev; in input_mapper_add()
43 if (pre == head) in input_mapper_add()
44 pre = head->prev; in input_mapper_add()
48 pre = head->prev; in input_mapper_add()
53 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_add()
67 struct list_head *next, *pre, *head; in input_mapper_delete() local
75 pre = (entry->list.prev == head) ? head->prev : entry->list.prev; in input_mapper_delete()
78 if (pre == &entry->list) { in input_mapper_delete()
86 pre_ent = list_entry(pre, struct imapper, list); in input_mapper_delete()
/kernel/linux/linux-5.10/tools/testing/selftests/livepatch/
Dtest-callbacks.sh20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those
25 # - Similarly, on livepatch disable, pre-patch callbacks run before the
67 # - On livepatch enable, only pre/post-patch callbacks are executed for
71 # pre/post-patch callbacks are executed.
74 # $MOD_TARGET) pre/post-unpatch callbacks are executed.
118 # from that klp_object ($MOD_TARGET). As such, only its pre and
121 # - When the livepatch is disabled, pre and post-unpatch callbacks are
166 # pre/post-patch callbacks are executed.
169 # from the $MOD_TARGET klp_object. As such, only pre and
213 # - As expected, only pre/post-(un)patch handlers are executed for
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/livepatch/
Dtest-callbacks.sh20 # pre-patch callbacks are executed for vmlinux and $MOD_TARGET (those
25 # - Similarly, on livepatch disable, pre-patch callbacks run before the
67 # - On livepatch enable, only pre/post-patch callbacks are executed for
71 # pre/post-patch callbacks are executed.
74 # $MOD_TARGET) pre/post-unpatch callbacks are executed.
118 # from that klp_object ($MOD_TARGET). As such, only its pre and
121 # - When the livepatch is disabled, pre and post-unpatch callbacks are
166 # pre/post-patch callbacks are executed.
169 # from the $MOD_TARGET klp_object. As such, only pre and
213 # - As expected, only pre/post-(un)patch handlers are executed for
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/
Dti,drv260x.yaml46 These are ROM based waveforms pre-programmed into the IC.
50 DRV260X_LIB_EMPTY - Do not use a pre-programmed library
51 DRV260X_ERM_LIB_A - Pre-programmed Library
52 DRV260X_ERM_LIB_B - Pre-programmed Library
53 DRV260X_ERM_LIB_C - Pre-programmed Library
54 DRV260X_ERM_LIB_D - Pre-programmed Library
55 DRV260X_ERM_LIB_E - Pre-programmed Library
56 DRV260X_ERM_LIB_F - Pre-programmed Library
57 DRV260X_LIB_LRA - Pre-programmed LRA Library
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/
Dqcom_smbb.txt44 Usage: optional (default: 1A, or pre-configured value)
49 Usage: optional (default: 3.2V, or pre-configured value)
56 Usage: optional (default: 4.2V, or pre-configured value)
63 Usage: optional (default: 4.2V, or pre-configured value)
65 Description: Maximum safe battery voltage; May be pre-set by bootloader, in
70 Usage: optional (default: 1A, or pre-configured value)
72 Description: Maximum safe battery charge current; May pre-set by bootloader,
77 Usage: optional (default: 4.1V, or pre-configured value)
84 Usage: optional (default: 4.3V, or pre-configured value)
89 Usage: optional (default: 100mA, or pre-configured value)
/kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/imx/
Dimx6qp.dtsi28 pre1: pre@21c8000 {
29 compatible = "fsl,imx6qp-pre";
37 pre2: pre@21c9000 {
38 compatible = "fsl,imx6qp-pre";
46 pre3: pre@21ca000 {
47 compatible = "fsl,imx6qp-pre";
55 pre4: pre@21cb000 {
56 compatible = "fsl,imx6qp-pre";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dimx6qp.dtsi28 pre1: pre@21c8000 {
29 compatible = "fsl,imx6qp-pre";
37 pre2: pre@21c9000 {
38 compatible = "fsl,imx6qp-pre";
46 pre3: pre@21ca000 {
47 compatible = "fsl,imx6qp-pre";
55 pre4: pre@21cb000 {
56 compatible = "fsl,imx6qp-pre";
/kernel/linux/linux-6.6/Documentation/gpu/amdgpu/display/
Ddisplay-manager.rst60 pre-blending but DRM/KMS has not per-plane color correction properties.
63 CRTC gamma after blending, and CRTC degamma pre-blending. Although CTM is
64 programmed after blending, it is mapped to DPP hw blocks (pre-blending). Other
119 * **Pre-multiplied**: Blend formula that assumes the pixel color values in a
120 plane was already pre-multiplied by its own alpha channel before storage.
123 pre-multiplied with the alpha channel values.
125 and pre-multiplied is the default pixel blend mode, that means, when no blend
127 pre-multiplied color values. On IGT GPU tools, the kms_plane_alpha_blend test
142 :c:type:`pre_multiplied_alpha` is the alpha pre-multiplied mode flag used to
144 multiplied (true/false), being only true for DRM pre-multiplied blend mode.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt62 Freescale i.MX PRE (Prefetch Resolve Engine)
66 - compatible: should be "fsl,imx6qp-pre"
69 - clocks : phandle to the PRE axi clock input, as described
73 - interrupts: should contain the PRE interrupt
75 used for the PRE SRAM double buffer.
79 pre@21c8000 {
80 compatible = "fsl,imx6qp-pre";
99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
100 PRE as the first entry and the muxable PREs following.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/imx/
Dfsl-imx-drm.txt62 Freescale i.MX PRE (Prefetch Resolve Engine)
66 - compatible: should be "fsl,imx6qp-pre"
69 - clocks : phandle to the PRE axi clock input, as described
73 - interrupts: should contain the PRE interrupt
75 used for the PRE SRAM double buffer.
79 pre@21c8000 {
80 compatible = "fsl,imx6qp-pre";
99 - fsl,pres: phandles to the PRE units attached to this PRG, with the fixed
100 PRE as the first entry and the muxable PREs following.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/power/supply/
Drichtek,rt5033-charger.yaml27 Current of pre-charge mode. The pre-charge current levels are 350 mA
40 Voltage of pre-charge mode. If the battery voltage is below the pre-charge
41 threshold voltage, the charger is in pre-charge mode with pre-charge

12345678910>>...167