/* * Thunderbolt Cactus Ridge driver - PCIe tunnel * * Copyright (c) 2014 Andreas Noever */ #ifndef TB_PCI_H_ #define TB_PCI_H_ #include "tb.h" struct tb_pci_tunnel { struct tb *tb; struct tb_port *up_port; struct tb_port *down_port; struct tb_path *path_to_up; struct tb_path *path_to_down; struct list_head list; }; struct tb_pci_tunnel *tb_pci_alloc(struct tb *tb, struct tb_port *up, struct tb_port *down); void tb_pci_free(struct tb_pci_tunnel *tunnel); int tb_pci_activate(struct tb_pci_tunnel *tunnel); int tb_pci_restart(struct tb_pci_tunnel *tunnel); void tb_pci_deactivate(struct tb_pci_tunnel *tunnel); bool tb_pci_is_invalid(struct tb_pci_tunnel *tunnel); #endif /'>cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/net/irda/ircomm_event.h
diff options
context:
space:
mode:
authorRaju Lakkaraju <Raju.Lakkaraju@microsemi.com>2017-02-07 19:10:26 +0530
committerDavid S. Miller <davem@davemloft.net>2017-02-08 13:29:04 -0500
commit04d8a0a5f3b6887543850d991a5e37c4ec90e250 (patch)
treeee1fafb2122c2b29c7cb19e571bd7229afdbf847 /include/net/irda/ircomm_event.h
parentff4cf0e5ce952488074aa7f47734af1794f55fbc (diff)
net: phy: Add LED mode driver for Microsemi PHYs.
LED Mode: Microsemi PHY support 2 LEDs (LED[0] and LED[1]) to display different status information that can be selected by setting LED mode. LED Mode parameter (vsc8531, led-0-mode) and (vsc8531, led-1-mode) get from Device Tree. Signed-off-by: Raju Lakkaraju <Raju.Lakkaraju@microsemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/irda/ircomm_event.h')