Home
last modified time | relevance | path

Searched full:assignment (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/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()
164 /* Attempted to add an encoder assignment for a stream not in dc_state. */ in add_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
[all …]
/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
/linux/drivers/soc/fsl/qe/
H A Dqe_io.c48 int open_drain, int assignment, int has_irq) in __par_io_config_pin() argument
88 /* define pin assignment */ in __par_io_config_pin()
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/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/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
/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;
/linux/include/linux/mfd/
H A Dmotorola-cpcap.h41 #define CPCAP_REG_ASSIGN1 0x0030 /* Resource Assignment 1 */
42 #define CPCAP_REG_ASSIGN2 0x0034 /* Resource Assignment 2 */
43 #define CPCAP_REG_ASSIGN3 0x0038 /* Resource Assignment 3 */
44 #define CPCAP_REG_ASSIGN4 0x003c /* Resource Assignment 4 */
45 #define CPCAP_REG_ASSIGN5 0x0040 /* Resource Assignment 5 */
46 #define CPCAP_REG_ASSIGN6 0x0044 /* Resource Assignment 6 */
/linux/drivers/tty/serial/
H A Dsunsab.h59 u8 tsax; /* Time-Slot Assignment Reg. Transmit */
60 u8 tsar; /* Time-Slot Assignment Reg. Receive */
233 /* Time Slot Assignment Register Transmit (TSAX) */
238 /* Time Slot Assignment Register Receive (TSAR) */
/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/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 */
/linux/Documentation/devicetree/bindings/soc/fsl/
H A Dfsl,bman.yaml58 See pamu.txt, PAMU property used for static LIODN assignment
63 See pamu.txt, PAMU property used for dynamic LIODN assignment
H A Dfsl,qman.yaml48 See pamu.txt, PAMU property used for static LIODN assignment
53 See pamu.txt, PAMU property used for dynamic LIODN assignment
H A Dfsl,qman-portal.yaml72 description: See pamu.txt, PAMU property used for static LIODN assignment
75 description: See pamu.txt, PAMU property used for dynamic LIODN assignment
/linux/include/uapi/linux/
H A Dnetdevice.h41 /* interface name assignment types (sysfs name_assign_type attribute) */
59 /* hardware address assignment types */
/linux/drivers/regulator/
H A Dcpcap-regulator.c23 * Resource assignment register bits. These seem to control the state
27 /* CPCAP_REG_ASSIGN2 bits - Resource Assignment 2 */
38 /* CPCAP_REG_ASSIGN3 bits - Resource Assignment 3 */
56 /* CPCAP_REG_ASSIGN4 bits - Resource Assignment 4 */
78 * When set in the regulator mode, the regulator assignment will be changed
327 * VSIMCARD have a shared resource assignment bit.
/linux/arch/mips/txx9/generic/
H A Dpci.c106 * mem_base, io_base: physical address. 0 for auto assignment.
107 * mem_size and io_size means max size on auto assignment.
137 * for auto assignment, first search a (big) region for PCI in txx9_alloc_pci_controller()
148 /* default size for auto assignment */ in txx9_alloc_pci_controller()
178 /* default size for auto assignment */ in txx9_alloc_pci_controller()
/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 */
/linux/drivers/scsi/isci/
H A Dprobe_roms.h284 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Medium cable
285 * length assignment
287 * ASSIGNMENT: <phy3><phy2><phy1><phy0> - Long cable length
288 * assignment
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_vrf.sh21 # After the change, the zone assignment is lost and the zone is assigned based
23 # assignment is lost. Instead, assignment based on the `iif` matching
/linux/lib/
H A Dmemcpy_kunit.c84 /* Verify assignment. */ in memcpy_test()
86 compare("direct assignment", dest, control); in memcpy_test()
158 /* Verify assignment. */ in memmove_test()
160 compare("direct assignment", dest, control); in memmove_test()
260 /* Verify assignment. */ in memset_test()
262 compare("direct assignment", dest, control); in memset_test()
/linux/drivers/input/rmi4/
H A Drmi_f55.c68 * electrodes by reading F55:Ctrl1 (sensor receiver assignment) in rmi_f55_detect()
69 * and F55:Ctrl2 (sensor transmitter assignment). The number of in rmi_f55_detect()
/linux/arch/m68k/include/asm/
H A Dm5407sim.h31 #define MCFSIM_PAR (MCF_MBAR + 0x04) /* Pin Assignment */
32 #define MCFSIM_IRQPAR (MCF_MBAR + 0x06) /* Intr Assignment */
125 * Some symbol defines for the Parallel Port Pin Assignment Register
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dlink_enc_cfg.h43 * Copies a link encoder assignment from another state.
118 /* Set the link encoder assignment mode for the current_state to LINK_ENC_CFG_TRANSIENT mode.
/linux/include/linux/usb/
H A Dtypec_dp.h79 /* Get pin assignment taking plug & receptacle into consideration */
118 /* Helper for setting/getting the pin assignment value to the configuration */

12345678910>>...19