Home
last modified time | relevance | path

Searched refs:assignment (Results 1 – 25 of 86) sorted by relevance

1234

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_enc_cfg.c69 struct link_enc_assignment assignment; in get_assignment() local
72 assignment = dc->current_state->res_ctx.link_enc_cfg_ctx.transient_assignments[i]; in get_assignment()
74 assignment = dc->current_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i]; in get_assignment()
76 return assignment; in get_assignment()
88 struct link_enc_assignment assignment = state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i]; in get_stream_using_link_enc() local
90 if ((assignment.valid == true) && (assignment.eng_id == eng_id)) { in get_stream_using_link_enc()
114 struct link_enc_assignment assignment = state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i]; in remove_link_enc_assignment() local
116 if (assignment.valid && assignment.stream == stream) { in remove_link_enc_assignment()
250 struct link_enc_assignment assignment = state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[i]; in get_link_enc_used_by_link() local
251 if (assignment.eng_id == ENGINE_ID_UNKNOWN) in get_link_enc_used_by_link()
[all …]
/linux/drivers/soc/fsl/qe/
H A Dqe_io.c48 int open_drain, int assignment, int has_irq) in __par_io_config_pin() argument
93 new_mask2bits = (u32) (assignment << (QE_PIO_PINS - in __par_io_config_pin()
109 int assignment, int has_irq) in par_io_config_pin() argument
114 __par_io_config_pin(&par_io[port], pin, dir, open_drain, assignment, in par_io_config_pin()
175 int assignment = be32_to_cpu(pio_map[4]); in par_io_of_config() local
179 assignment, has_irq); in par_io_of_config()
/linux/Documentation/process/
H A Dcve.rst17 potential Linux kernel security issues. This assignment is independent
39 fixed. Because of this, the CVE assignment team is overly cautious and
44 If the CVE assignment team misses a specific fix that any user feels
47 security issues should be sent to this alias, it is ONLY for assignment
54 the Linux kernel; assignment will only automatically happen after a fix
58 contact the kernel CVE assignment team at <cve@kernel.org> to get an
90 supported kernel version, by any group other than the kernel assignment
92 kernel CVE assignment team at <cve@kernel.org> so that they can work to
101 determine, it is not up to the CVE assignment team. Please do not
H A Dsecurity-bugs.rst96 CVE assignment
103 assignment team<../process/cve>` to obtain one.
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dpincfg.txt6 open_drain, assignment, has_irq.
22 - assignment : function number of the pin according to the Pin Assignment
31 /* port pin dir open_drain assignment has_irq */
/linux/scripts/coccinelle/misc/
H A Darray_size_dup.cocci29 assignment operator aop;
58 assignment operator aop;
94 assignment operator aop;
124 assignment operator aop;
158 assignment operator aop;
186 assignment operator aop;
H A Dcstptr.cocci34 cocci.print_secs("assignment",p1)
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-typec-displayport39 Pin assignment can be changed by writing to the file. It is
40 possible to set pin assignment before configuration has been
41 set, but the assignment will not be active before the
46 pin assignment D can now carry simultaneously one channel of
H A Dsysfs-driver-tegra-fuse8 as decoded from the fuse registers. Bits order/assignment
/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts147 /* port pin dir open_drain assignment has_irq */
173 /* port pin dir open_drain assignment has_irq */
199 /* port pin dir open_drain assignment has_irq */
219 /* port pin dir open_drain assignment has_irq */
237 /* port pin dir open_drain assignment has_irq */
255 /* port pin dir open_drain assignment has_irq */
273 /* port pin dir open_drain assignment has_irq */
H A Dmpc832x_rdb.dts176 /* port pin dir open_drain assignment has_irq */
198 /* port pin dir open_drain assignment has_irq */
/linux/arch/powerpc/boot/dts/fsl/
H A Dp1025twr.dtsi177 /* port pin dir open_drain assignment has_irq */
200 /* port pin dir open_drain assignment has_irq */
215 /* port pin dir open_drain assignment has_irq */
225 /* port pin dir open_drain assignment has_irq */
H A Dp1025rdb.dtsi250 /* port pin dir open_drain assignment has_irq */
273 /* port pin dir open_drain assignment has_irq */
288 /* port pin dir open_drain assignment has_irq */
298 /* port pin dir open_drain assignment has_irq */
H A Dmpc8569mds.dts142 /* port pin dir open_drain assignment has_irq */
162 /* port pin dir open_drain assignment has_irq */
182 /* port pin dir open_drain assignment has_irq */
202 /* port pin dir open_drain assignment has_irq */
H A Dp1021mds.dts203 /* port pin dir open_drain assignment has_irq */
226 /* port pin dir open_drain assignment has_irq */
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst62 A simply expanded variable is defined using the := assignment operator. Its
66 A recursively expanded variable is defined using the = assignment operator.
71 There is another type of assignment operator; += is used to append text to a
85 function is defined using the = assignment operator. The parameters are
/linux/Documentation/hwmon/
H A Dasc7621.rst52 temperature may be mapped to any zone, which has a default assignment
55 Since there is a fan to zone assignment that allows for the "hotter" of
67 address. One could use our flexible zone assignment to have a zone
123 - Enhanced measured temperature to Temperature Zone assignment.
/linux/Documentation/devicetree/bindings/timer/
H A Djcore,pit.txt13 assignment to be programmed by software, but this property is
/linux/include/soc/fsl/qe/
H A Dqe.h175 int dir, int open_drain, int assignment,
181 int assignment, int has_irq);
187 int assignment, int has_irq) { return -ENOSYS; } in par_io_config_pin() argument
/linux/scripts/coccinelle/tests/
H A Ddoubletest.cocci33 assignment operator op;
/linux/Documentation/devicetree/bindings/dma/
H A Dmpc512x-dma.txt17 the assignment is fixed in hardware. This one cell
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig37 # You can use variable references for the lefthand side of assignment statement.
/linux/Documentation/devicetree/bindings/arm/freescale/
H A Dfsl,vf610-mscm-ir.txt18 assignment of the interrupt router is required.
/linux/include/linux/
H A Dgenl_magic_func.h170 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument
177 assignment; \
/linux/arch/arm/boot/dts/arm/
H A Dversatile-pb.dts83 * Overrides the interrupt assignment from

1234