Home
last modified time | relevance | path

Searched full:wired (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/Linux-v6.1/drivers/misc/mei/hdcp/
Dmei_hdcp.h137 /* hdcp_command_id: Enumeration of all WIRED HDCP Command IDs */
144 /* The wired HDCP Tx commands */
195 * Data structures for integrated wired HDCP2 Tx in
198 /* HECI struct for integrated wired HDCP Tx session initiation. */
212 /* HECI struct for ending an integrated wired HDCP Tx session. */
223 /* HECI struct for integrated wired HDCP Tx Rx Cert verification. */
254 * integrated wired HDCP Tx session.
267 /* Data structures for integrated wired HDCP2 Tx in support of the LC protocol*/
270 * integrated wired HDCP Tx session.
285 * integrated wired HDCP Tx session.
[all …]
/Linux-v6.1/arch/mips/mm/
Dtlb-r4k.c71 * If there are any wired entries, fall back to iterating in local_flush_tlb_all()
387 unsigned long wired; in add_wired_entry()
400 wired = num_wired_entries(); in add_wired_entry()
401 write_c0_wired(wired + 1); in add_wired_entry()
402 write_c0_index(wired); in add_wired_entry()
447 * don't actually want to add a wired entry which remains throughout the
458 unsigned long wired; in add_temporary_entry() local
467 wired = num_wired_entries(); in add_temporary_entry()
468 if (--temp_tlb_entry < wired) { in add_temporary_entry()
551 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local
[all …]
Dtlb-r3k.c223 static unsigned long wired = 0; in add_wired_entry() local
225 if (wired < 8) { in add_wired_entry()
235 write_c0_index(wired); in add_wired_entry()
236 wired++; /* BARRIER */ in add_wired_entry()
Dinit.c149 unsigned int wired; in kunmap_coherent() local
154 wired = num_wired_entries() - 1; in kunmap_coherent()
155 write_c0_wired(wired); in kunmap_coherent()
156 write_c0_index(wired); in kunmap_coherent()
157 write_c0_entryhi(UNIQUE_ENTRYHI(wired)); in kunmap_coherent()
/Linux-v6.1/arch/mips/include/asm/
Dtlb.h16 unsigned int wired = read_c0_wired(); in num_wired_entries() local
19 wired &= MIPSR6_WIRED_WIRED; in num_wired_entries()
21 return wired; in num_wired_entries()
Dmmu_context.h78 * The ginvt instruction will invalidate wired entries when its type field
80 * allow the kernel to create wired entries with the MMID of current->active_mm
81 * then those wired entries could be invalidated when we later use ginvt to
84 * In order to prevent ginvt from trashing wired entries, we reserve one MMID
85 * for use by the kernel when creating wired entries. This MMID will never be
Dregdef.h22 #define zero $0 /* wired zero */
65 #define zero $0 /* wired zero */
/Linux-v6.1/Documentation/devicetree/bindings/interrupt-controller/
Dimg,pdc-intc.txt82 * An SoC peripheral that is wired through the PDC.
85 // The interrupt controller that this device is wired to.
96 * An interrupt generating device that is wired to a SysWake pin.
99 // The interrupt controller that this device is wired to.
Dmarvell,sei.txt10 AP and is wired while a second set comes from the CPs by the mean of
19 - #interrupt-cells: number of cells to define an SEI wired interrupt
Dopen-pic.txt81 * An interrupt generating device that is wired to an Open PIC.
89 // The interrupt controller that this device is wired to.
/Linux-v6.1/include/linux/
Datmel-mci.h12 * @bus_width: Number of data lines wired up the slot
13 * @detect_pin: GPIO pin wired to the card detect switch
14 * @wp_pin: GPIO pin wired to the write protect sensor
/Linux-v6.1/arch/sh/mm/
Dtlb-urb.c39 * Insert this entry into the highest non-wired TLB slot (via in tlb_wire_entry()
62 * Unwire the last wired TLB entry.
82 * have been wired. in tlb_unwire_entry()
/Linux-v6.1/include/drm/
Di915_mei_hdcp_interface.h20 * @HDCP_PORT_TYPE_LSPCON: HDCP2.2 discrete wired Tx port with LSPCON
22 * @HDCP_PORT_TYPE_CPDP: HDCP2.2 discrete wired Tx port using the CPDP (DP 1.3)
105 * @initiate_hdcp2_session: Initiate a Wired HDCP2.2 Tx Session.
119 * @close_hdcp_session: Close the Wired HDCP Tx session per port.
/Linux-v6.1/arch/mips/sgi-ip30/
Dip30-common.h7 * Power Switch is wired via BaseIO BRIDGE slot #6.
9 * ACFail is wired via BaseIO BRIDGE slot #7.
/Linux-v6.1/Documentation/devicetree/bindings/media/
Dst-rc.txt12 be present iff the rx pins are wired up.
15 be present iff the tx pins are wired up.
/Linux-v6.1/Documentation/devicetree/bindings/spi/
Dspi-peripheral-props.yaml77 description: Several SPI memories can be wired in stacked mode.
89 description: Several SPI memories can be wired in parallel mode.
95 many busses as devices must be wired. The size of each chip should
/Linux-v6.1/arch/mips/kvm/
Dvz.c2463 unsigned int wired = read_gc0_wired(); in kvm_vz_vcpu_save_wired() local
2467 /* Expand the wired TLB array if necessary */ in kvm_vz_vcpu_save_wired()
2468 wired &= MIPSR6_WIRED_WIRED; in kvm_vz_vcpu_save_wired()
2469 if (wired > vcpu->arch.wired_tlb_limit) { in kvm_vz_vcpu_save_wired()
2470 tlbs = krealloc(vcpu->arch.wired_tlb, wired * in kvm_vz_vcpu_save_wired()
2474 wired = vcpu->arch.wired_tlb_limit; in kvm_vz_vcpu_save_wired()
2477 vcpu->arch.wired_tlb_limit = wired; in kvm_vz_vcpu_save_wired()
2481 if (wired) in kvm_vz_vcpu_save_wired()
2482 /* Save wired entries from the guest TLB */ in kvm_vz_vcpu_save_wired()
2483 kvm_vz_save_guesttlb(vcpu->arch.wired_tlb, 0, wired); in kvm_vz_vcpu_save_wired()
[all …]
/Linux-v6.1/drivers/input/joystick/
Dxpad.c185 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
190 …{ 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX…
223 { 0x0e6f, 0x011f, "Rock Candy Gamepad Wired Controller", 0, XTYPE_XBOX360 },
225 { 0x0e6f, 0x0133, "Xbox 360 Wired Controller", 0, XTYPE_XBOX360 },
226 { 0x0e6f, 0x0139, "Afterglow Prismatic Wired Controller", 0, XTYPE_XBOXONE },
228 { 0x0e6f, 0x0146, "Rock Candy Wired Controller for Xbox One", 0, XTYPE_XBOXONE },
236 { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
242 { 0x0e6f, 0x02a2, "PDP Wired Controller for Xbox One - Crimson Red", 0, XTYPE_XBOXONE },
243 { 0x0e6f, 0x02a4, "PDP Wired Controller for Xbox One - Stealth Series", 0, XTYPE_XBOXONE },
244 { 0x0e6f, 0x02a6, "PDP Wired Controller for Xbox One - Camo Series", 0, XTYPE_XBOXONE },
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/display/bridge/
Dsil,sii9022.yaml41 <0> if only I2S or S/PDIF pin is wired,
42 <1> if both are wired.
/Linux-v6.1/arch/arm/boot/dts/
Dste-href-tvk1281618-r2.dtsi101 * the falling edge if they could be wired together.
122 * the falling edge if they could be wired together.
159 * the falling edge if they could be wired together.
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dfsl,ssi.txt74 On SOCs that have an SSI, specific DMA channels are hard-wired for playback
78 DMA controller to use, but the channels themselves are hard-wired. The
/Linux-v6.1/Documentation/hwmon/
Dvia686a.rst80 in which case the sensor inputs will not be wired. This is the case of
84 not wired for hardware monitoring.
Dsmsc47m192.rst57 the motherboard has this input wired to VID4.
87 would typically be wired to the diode inside the CPU)
/Linux-v6.1/Documentation/devicetree/bindings/net/dsa/
Dmediatek,mt7530.yaml34 which port 5 is wired to. Usually used for connecting the wan port
45 - Port 5 can be wired to an external phy. Port 5 becomes a DSA slave.
62 - In case of an external phy wired to gmac1 of the SoC, port 5 must not be
71 The external phy must be wired TX to TX to gmac1 of the SoC for this to
72 work. Ubiquiti EdgeRouter X SFP is wired this way.
/Linux-v6.1/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml57 If the panel is wired to the controller at an offset specify this using
75 wired up).

12345678910>>...17