| /OK3568_Linux_fs/kernel/drivers/misc/mei/hdcp/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/arch/mips/mm/ |
| H A 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 …]
|
| H A 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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/iwd/ |
| H A D | iwd_1.26.bb | 23 PACKAGECONFIG[wired] = "--enable-wired,--disable-wired" 31 ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)} \
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A 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()
|
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A 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.
|
| H A 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
|
| H A D | open-pic.txt | 81 * An interrupt generating device that is wired to an Open PIC. 89 // The interrupt controller that this device is wired to.
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/ |
| H A D | systemd-conf_1.0.bb | 18 file://wired.network \ 27 install -D -m0644 ${WORKDIR}/wired.network ${D}${systemd_unitdir}/network/80-wired.network
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | ethernet_ip_connman.py | 28 …(status, output) = self.target.run("connmanctl services | grep -E '*AO Wired|*AR Wired' | awk '{pr… 29 self.assertEqual(status, 0, msg='No wired interfaces are detected, output: %s' % output)
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A 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.
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A 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 */
|
| /OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/ |
| H A D | ip30-common.h | 7 * Power Switch is wired via BaseIO BRIDGE slot #6. 9 * ACFail is wired via BaseIO BRIDGE slot #7.
|
| /OK3568_Linux_fs/kernel/arch/mips/kvm/ |
| H A D | vz.c | 2459 unsigned int wired = read_gc0_wired(); in kvm_vz_vcpu_save_wired() local 2463 /* Expand the wired TLB array if necessary */ in kvm_vz_vcpu_save_wired() 2464 wired &= MIPSR6_WIRED_WIRED; in kvm_vz_vcpu_save_wired() 2465 if (wired > vcpu->arch.wired_tlb_limit) { in kvm_vz_vcpu_save_wired() 2466 tlbs = krealloc(vcpu->arch.wired_tlb, wired * in kvm_vz_vcpu_save_wired() 2470 wired = vcpu->arch.wired_tlb_limit; in kvm_vz_vcpu_save_wired() 2473 vcpu->arch.wired_tlb_limit = wired; in kvm_vz_vcpu_save_wired() 2477 if (wired) in kvm_vz_vcpu_save_wired() 2478 /* Save wired entries from the guest TLB */ in kvm_vz_vcpu_save_wired() 2479 kvm_vz_save_guesttlb(vcpu->arch.wired_tlb, 0, wired); in kvm_vz_vcpu_save_wired() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/ |
| H A D | connman-conf.bb | 1 SUMMARY = "Connman config to ignore wired interface on qemu machines" 2 DESCRIPTION = "This is the ConnMan configuration to avoid touching wired \
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | st-rc.txt | 12 be present iff the rx pins are wired up. 15 be present iff the tx pins are wired up.
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | xpad.c | 165 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 }, 170 …{ 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX… 203 { 0x0e6f, 0x011f, "Rock Candy Gamepad Wired Controller", 0, XTYPE_XBOX360 }, 205 { 0x0e6f, 0x0133, "Xbox 360 Wired Controller", 0, XTYPE_XBOX360 }, 206 { 0x0e6f, 0x0139, "Afterglow Prismatic Wired Controller", 0, XTYPE_XBOXONE }, 208 { 0x0e6f, 0x0146, "Rock Candy Wired Controller for Xbox One", 0, XTYPE_XBOXONE }, 216 { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 }, 222 { 0x0e6f, 0x02a2, "PDP Wired Controller for Xbox One - Crimson Red", 0, XTYPE_XBOXONE }, 223 { 0x0e6f, 0x02a4, "PDP Wired Controller for Xbox One - Stealth Series", 0, XTYPE_XBOXONE }, 224 { 0x0e6f, 0x02a6, "PDP Wired Controller for Xbox One - Camo Series", 0, XTYPE_XBOXONE }, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/power/ |
| H A D | max8903_charger.h | 28 * DC(Adapter/TA) is wired 36 * USB is wired
|
| /OK3568_Linux_fs/buildroot/package/hostapd/ |
| H A D | Config.in | 37 bool "Enable wired driver" 39 Enable support for wired authenticator.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/ |
| H A D | connman | 51 if [ -f @DATADIR@/connman/wired-setup ] ; then 52 . @DATADIR@/connman/wired-setup
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tinyproxy/tinyproxy/ |
| H A D | tinyproxy.conf | 300 # http://localhost:8888/google/ and Wired News using 301 # http://localhost:8888/wired/news/. Neither will actually work 305 #ReversePath "/wired/" "http://www.wired.com/"
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | ste-href-tvk1281618-r2.dtsi | 26 * the falling edge if they could be wired together. 44 * the falling edge if they could be wired together.
|