/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_enc_cfg.c | 69 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 252 if (assignment.valid == true && are_ep_ids_equal(&assignment.ep_id, &ep_id)) in get_link_enc_used_by_link() [all …]
|
/linux-6.6.21/drivers/soc/fsl/qe/ |
D | qe_io.c | 48 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-6.6.21/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
D | pincfg.txt | 6 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-6.6.21/scripts/coccinelle/misc/ |
D | array_size_dup.cocci | 29 assignment operator aop; 58 assignment operator aop; 94 assignment operator aop; 124 assignment operator aop; 158 assignment operator aop; 186 assignment operator aop;
|
D | cstptr.cocci | 34 cocci.print_secs("assignment",p1)
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-driver-typec-displayport | 39 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
|
D | sysfs-driver-tegra-fuse | 8 as decoded from the fuse registers. Bits order/assignment
|
/linux-6.6.21/arch/powerpc/boot/dts/ |
D | kmeter1.dts | 147 /* 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-6.6.21/Documentation/devicetree/bindings/soc/fsl/ |
D | qman-portals.txt | 45 Definition: PAMU property used for dynamic LIODN assignment 71 Definition: PAMU property used for static LIODN assignment 76 Definition: PAMU property used for dynamic LIODN assignment
|
D | bman.txt | 47 Definition: PAMU property used for static LIODN assignment 52 Definition: PAMU property used for dynamic LIODN assignment
|
D | qman.txt | 49 Definition: PAMU property used for static LIODN assignment 54 Definition: PAMU property used for dynamic LIODN assignment
|
/linux-6.6.21/drivers/vfio/pci/ |
D | Kconfig | 44 assignment to virtual machines. This includes exposing an IGD 48 To enable Intel IGD assignment through vfio-pci, say Y.
|
/linux-6.6.21/arch/powerpc/boot/dts/fsl/ |
D | p1025twr.dtsi | 177 /* 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 */
|
D | p1025rdb.dtsi | 250 /* 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 */
|
D | mpc8569mds.dts | 142 /* 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 */
|
/linux-6.6.21/Documentation/devicetree/bindings/timer/ |
D | jcore,pit.txt | 13 assignment to be programmed by software, but this property is
|
/linux-6.6.21/Documentation/kbuild/ |
D | kconfig-macro-language.rst | 62 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-6.6.21/Documentation/hwmon/ |
D | asc7621.rst | 52 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-6.6.21/include/soc/fsl/qe/ |
D | qe.h | 156 int dir, int open_drain, int assignment, 162 int assignment, int has_irq); 168 int assignment, int has_irq) { return -ENOSYS; } in par_io_config_pin() argument
|
/linux-6.6.21/scripts/coccinelle/tests/ |
D | doubletest.cocci | 33 assignment operator op;
|
/linux-6.6.21/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 37 # You can use variable references for the lefthand side of assignment statement.
|
/linux-6.6.21/Documentation/devicetree/bindings/dma/ |
D | mpc512x-dma.txt | 17 the assignment is fixed in hardware. This one cell
|
/linux-6.6.21/Documentation/devicetree/bindings/arm/freescale/ |
D | fsl,vf610-mscm-ir.txt | 18 assignment of the interrupt router is required.
|
/linux-6.6.21/arch/arm/boot/dts/arm/ |
D | versatile-pb.dts | 83 * Overrides the interrupt assignment from
|
/linux-6.6.21/include/linux/ |
D | genl_magic_func.h | 170 #define __assign(attr_nr, attr_flag, name, nla_type, type, assignment...) \ argument 177 assignment; \
|