Searched refs:assignments (Results  1 – 25 of 49) sorted by relevance
12
| /Linux-v5.4/drivers/usb/typec/altmodes/ | 
| D | displayport.c | 415 	u8 assignments;  in pin_assignment_store()  local 437 		assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo);  in pin_assignment_store() 439 		assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo);  in pin_assignment_store() 441 	if (!(DP_CONF_GET_PIN_ASSIGN(conf) & assignments)) {  in pin_assignment_store() 467 	u8 assignments;  in pin_assignment_show()  local 477 		assignments = DP_CAP_UFP_D_PIN_ASSIGN(dp->alt->vdo);  in pin_assignment_show() 479 		assignments = DP_CAP_DFP_D_PIN_ASSIGN(dp->alt->vdo);  in pin_assignment_show() 481 	for (i = 0; assignments; assignments >>= 1, i++) {  in pin_assignment_show() 482 		if (assignments & 1) {  in pin_assignment_show()
  | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-driver-typec-displayport | 30 		different pin assignments for USB Type-C connector that are 31 		labeled A, B, C, D, E, and F. The supported pin assignments are 45 		version 1.0b, pin assignments A, B, and F are deprecated. Only 47 		USB SuperSpeed protocol. From user perspective pin assignments C
  | 
| D | sysfs-bus-event_source-devices-events | 57 		Each of the assignments indicates a value to be assigned to a
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/arm/firmware/ | 
| D | linaro,optee-tz.txt | 17                    "smc" : SMC #0, with the register assignments specified 20                    "hvc" : HVC #0, with the register assignments specified
  | 
| D | sdei.txt | 32 	* "smc" : SMC #0, with the register assignments specified in this 34 	* "hvc" : HVC #0, with the register assignments specified in this
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/powerpc/fsl/ | 
| D | pmc.txt | 18   Compatibility does not include bit assignments in SCCR/PMCDR/DEVDISR; these 19   bit assignments are indicated via the sleep specifier in each device's
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/dma/ | 
| D | qcom_hidma_mgmt.txt | 9 among channels based on the priority and weight assignments. 11 There are only two priority levels and 15 weigh assignments possible.
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/clock/ | 
| D | nvidia,tegra210-car.txt | 16   CAR. The assignments may be found in header file
  | 
| D | nvidia,tegra114-car.txt | 16   CAR. The assignments may be found in header file
  | 
| D | nvidia,tegra20-car.txt | 16   CAR. The assignments may be found in header file
  | 
| D | nvidia,tegra30-car.txt | 16   CAR. The assignments may be found in header file
  | 
| D | nvidia,tegra124-car.txt | 16   CAR. The assignments may be found in the header files
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ | 
| D | nvidia,tegra20-mc.txt | 13   The assignments may be found in header file <dt-bindings/memory/tegra20-mc.h>
  | 
| D | nvidia,tegra30-mc.txt | 16   The assignments may be found in header file <dt-bindings/memory/tegra30-mc.h>
  | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | Kconfig | 29 	  Say Y here to enable the old-style fixed-range minor assignments.
  | 
| /Linux-v5.4/Documentation/arm/sa1100/ | 
| D | serial_uart.rst | 18   > So your assignments are:
  | 
| /Linux-v5.4/sound/hda/ | 
| D | hdmi_chmap.c | 512 	int assignments[8] = {[0 ... 7] = 0xf};  in hdmi_manual_setup_channel_mapping()  local 521 		assignments[hdmi_slot] = alsa_pos;  in hdmi_manual_setup_channel_mapping() 528 				pin_nid, hdmi_slot, assignments[hdmi_slot]);  in hdmi_manual_setup_channel_mapping()
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/iio/imu/ | 
| D | adi,adis16480.txt | 65 	two assignments, the enable bit for the lower priority function
  | 
| /Linux-v5.4/Documentation/isdn/ | 
| D | hysdn.rst | 103    The following 3 fields show the hardware assignments for irq, iobase and the 110    following assignments.
  | 
| /Linux-v5.4/Documentation/x86/ | 
| D | entry_64.rst | 21 The IDT vector assignments are listed in arch/x86/include/asm/irq_vectors.h.
  | 
| /Linux-v5.4/Documentation/hwmon/ | 
| D | dme1737.rst | 186 temperature zones. The chip features 3 zones whose assignments to temperature 187 inputs is static and determined during initialization. These assignments can
  | 
| /Linux-v5.4/Documentation/process/ | 
| D | clang-format.rst | 174   - Aligning assignments (``AlignConsecutiveAssignments``).
  | 
| /Linux-v5.4/Documentation/devicetree/bindings/bus/ | 
| D | qcom,ebi2.txt | 20 The chip selects have the following memory range assignments. This region of
  | 
| /Linux-v5.4/tools/usb/usbip/ | 
| D | README | 75 	- List driver assignments for USB devices.
  | 
| /Linux-v5.4/drivers/block/paride/ | 
| D | Transition-notes | 4 Proof:	All assignments to ps_tq_active and all scheduling of ps_tq happen
  | 
        12