| /kernel/linux/linux-5.10/drivers/misc/mei/hdcp/ |
| D | mei_hdcp.h | 137 /* 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 …]
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | i915_hdcp_interface.h | 20 * @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. 307 /* hdcp_command_id: Enumeration of all WIRED HDCP Command IDs */ 314 /* The wired HDCP Tx commands */ 365 * Data structures for integrated wired HDCP2 Tx in 368 /* HECI struct for integrated wired HDCP Tx session initiation. */ 382 /* HECI struct for ending an integrated wired HDCP Tx session. */ 393 /* HECI struct for integrated wired HDCP Tx Rx Cert verification. */ [all …]
|
| /kernel/linux/linux-5.10/arch/mips/mm/ |
| D | tlb-r4k.c | 71 * 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 …]
|
| D | tlb-r3k.c | 225 static unsigned long wired = 0; in add_wired_entry() local 254 } else if (wired < 8) { in add_wired_entry() 264 write_c0_index(wired); in add_wired_entry() 265 wired++; /* BARRIER */ in add_wired_entry()
|
| /kernel/linux/linux-6.6/arch/mips/mm/ |
| D | tlb-r4k.c | 71 * If there are any wired entries, fall back to iterating in local_flush_tlb_all() 395 unsigned long wired; in add_wired_entry() 408 wired = num_wired_entries(); in add_wired_entry() 409 write_c0_wired(wired + 1); in add_wired_entry() 410 write_c0_index(wired); in add_wired_entry() 455 * don't actually want to add a wired entry which remains throughout the 466 unsigned long wired; in add_temporary_entry() local 475 wired = num_wired_entries(); in add_temporary_entry() 476 if (--temp_tlb_entry < wired) { in add_temporary_entry() 559 int wired = current_cpu_data.tlbsize - ntlb; in tlb_init() local [all …]
|
| D | tlb-r3k.c | 223 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()
|
| /kernel/linux/linux-6.6/arch/mips/include/asm/ |
| D | tlb.h | 16 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()
|
| D | mmu_context.h | 78 * 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
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/ |
| D | tlb.h | 16 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()
|
| D | mmu_context.h | 78 * 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
| D | img,pdc-intc.txt | 82 * 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.
|
| D | marvell,sei.txt | 10 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
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/ |
| D | img,pdc-intc.txt | 82 * 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.
|
| D | marvell,sei.txt | 10 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | atmel-mci.h | 12 * @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
|
| /kernel/linux/linux-5.10/arch/sh/mm/ |
| D | tlb-urb.c | 39 * 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()
|
| /kernel/linux/linux-6.6/arch/sh/mm/ |
| D | tlb-urb.c | 39 * 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()
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | i915_mei_hdcp_interface.h | 20 * @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.
|
| /kernel/linux/linux-5.10/include/linux/input/ |
| D | cy8ctmg110_pdata.h | 7 int reset_pin; /* Reset pin is wired to this GPIO (optional) */ 8 int irq_pin; /* IRQ pin is wired to this GPIO */
|
| /kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
| D | ip30-common.h | 7 * Power Switch is wired via BaseIO BRIDGE slot #6. 9 * ACFail is wired via BaseIO BRIDGE slot #7.
|
| /kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
| D | ip30-common.h | 7 * Power Switch is wired via BaseIO BRIDGE slot #6. 9 * ACFail is wired via BaseIO BRIDGE slot #7.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/ |
| D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
| /kernel/linux/linux-5.10/include/linux/power/ |
| D | max8903_charger.h | 28 * DC(Adapter/TA) is wired 36 * USB is wired
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | spi-peripheral-props.yaml | 92 description: Several SPI memories can be wired in stacked mode. 104 description: Several SPI memories can be wired in parallel mode. 110 many busses as devices must be wired. The size of each chip should
|