Home
last modified time | relevance | path

Searched defs:port (Results 451 – 475 of 2623) sorted by relevance

1...<<11121314151617181920>>...105

/openbmc/linux/drivers/s390/char/
H A Dkeyboard.h35 struct tty_port *port; member
56 kbd_put_queue(struct tty_port *port, int ch) in kbd_put_queue()
63 kbd_puts_queue(struct tty_port *port, char *cp) in kbd_puts_queue()
/openbmc/u-boot/drivers/pci/
H A Dpci_tegra.c264 static unsigned long rp_readl(struct tegra_pcie_port *port, in rp_readl()
270 static void rp_writel(struct tegra_pcie_port *port, unsigned long value, in rp_writel()
290 struct tegra_pcie_port *port; in tegra_pcie_conf_address() local
363 static int tegra_pcie_port_parse_dt(ofnode node, struct tegra_pcie_port *port) in tegra_pcie_port_parse_dt()
527 struct tegra_pcie_port *port; in tegra_pcie_parse_dt() local
727 struct tegra_pcie_port *port; local
871 static unsigned long tegra_pcie_port_get_pex_ctrl(struct tegra_pcie_port *port)
892 void tegra_pcie_port_reset(struct tegra_pcie_port *port)
909 int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port)
914 void __weak tegra_pcie_board_port_reset(struct tegra_pcie_port *port)
[all …]
/openbmc/linux/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c931 qca8k_legacy_mdio_write(struct mii_bus *slave_bus, int port, int regnum, u16 data) in qca8k_legacy_mdio_write()
939 qca8k_legacy_mdio_read(struct mii_bus *slave_bus, int port, int regnum) in qca8k_legacy_mdio_read()
997 struct device_node *ports, *port; in qca8k_setup_mdio_bus() local
1148 int port, cpu_port_index = -1, ret; in qca8k_parse_port_config() local
1285 qca8k_phylink_mac_select_pcs(struct dsa_switch *ds, int port, in qca8k_phylink_mac_select_pcs()
1313 qca8k_phylink_mac_config(struct dsa_switch *ds, int port, unsigned int mode, in qca8k_phylink_mac_config()
1392 static void qca8k_phylink_get_caps(struct dsa_switch *ds, int port, in qca8k_phylink_get_caps()
1428 qca8k_phylink_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, in qca8k_phylink_mac_link_down()
1437 qca8k_phylink_mac_link_up(struct dsa_switch *ds, int port, unsigned int mode, in qca8k_phylink_mac_link_up()
1486 int port = pcs_to_qca8k_pcs(pcs)->port; in qca8k_pcs_get_state() local
[all …]
H A Dar9331.c249 struct ar9331_sw_port port[AR9331_SW_PORTS]; member
252 static struct ar9331_sw_priv *ar9331_sw_port_to_priv(struct ar9331_sw_port *port) in ar9331_sw_port_to_priv()
293 static int ar9331_sw_mbus_write(struct mii_bus *mbus, int port, int regnum, in ar9331_sw_mbus_write()
323 static int ar9331_sw_mbus_read(struct mii_bus *mbus, int port, int regnum) in ar9331_sw_mbus_read()
392 static int ar9331_sw_setup_port(struct dsa_switch *ds, int port) in ar9331_sw_setup_port()
485 static void ar9331_sw_port_disable(struct dsa_switch *ds, int port) in ar9331_sw_port_disable()
497 int port, in ar9331_sw_get_tag_protocol()
503 static void ar9331_sw_phylink_get_caps(struct dsa_switch *ds, int port, in ar9331_sw_phylink_get_caps()
526 static void ar9331_sw_phylink_mac_config(struct dsa_switch *ds, int port, in ar9331_sw_phylink_mac_config()
541 static void ar9331_sw_phylink_mac_link_down(struct dsa_switch *ds, int port, in ar9331_sw_phylink_mac_link_down()
[all …]
/openbmc/linux/drivers/net/wan/
H A Dfarsync.c797 fst_tx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_tx_dma_complete()
825 fst_rx_dma_complete(struct fst_card_info *card, struct fst_port_info *port, in fst_rx_dma_complete()
906 fst_issue_cmd(struct fst_port_info *port, unsigned short cmd) in fst_issue_cmd()
951 fst_op_raise(struct fst_port_info *port, unsigned int outputs) in fst_op_raise()
961 fst_op_lower(struct fst_port_info *port, unsigned int outputs) in fst_op_lower()
973 fst_rx_config(struct fst_port_info *port) in fst_rx_config()
1000 fst_tx_config(struct fst_port_info *port) in fst_tx_config()
1028 fst_intr_te1_alarm(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_te1_alarm()
1072 fst_intr_ctlchg(struct fst_card_info *card, struct fst_port_info *port) in fst_intr_ctlchg()
1095 fst_log_rx_error(struct fst_card_info *card, struct fst_port_info *port, in fst_log_rx_error()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dsky2.c150 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val) in gm_phy_write()
177 static int __gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg, u16 *val) in __gm_phy_read()
204 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) in gm_phy_read()
283 static void sky2_gmac_reset(struct sky2_hw *hw, unsigned port) in sky2_gmac_reset()
325 static void sky2_phy_init(struct sky2_hw *hw, unsigned port) in sky2_phy_init()
695 static void sky2_phy_power_up(struct sky2_hw *hw, unsigned port) in sky2_phy_power_up()
716 static void sky2_phy_power_down(struct sky2_hw *hw, unsigned port) in sky2_phy_power_down()
789 unsigned port = sky2->port; in sky2_enable_rx_tx() local
810 unsigned port = sky2->port; in sky2_wol_init() local
878 static void sky2_set_tx_stfwd(struct sky2_hw *hw, unsigned port) in sky2_set_tx_stfwd()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_private_tunnel.h56 static inline int nbp_vlan_tunnel_info_delete(const struct net_bridge_port *port, in nbp_vlan_tunnel_info_delete()
62 static inline int nbp_vlan_tunnel_info_add(const struct net_bridge_port *port, in nbp_vlan_tunnel_info_add()
68 static inline void nbp_vlan_tunnel_info_flush(struct net_bridge_port *port) in nbp_vlan_tunnel_info_flush()
/openbmc/linux/drivers/thunderbolt/
H A Dtb.h276 u8 port; member
304 struct tb_port *port; member
330 struct tb_port *port; member
552 static inline bool tb_is_upstream_port(const struct tb_port *port) in tb_is_upstream_port()
565 u8 port; in tb_port_at() local
579 static inline bool tb_port_has_remote(const struct tb_port *port) in tb_port_has_remote()
591 static inline bool tb_port_is_null(const struct tb_port *port) in tb_port_is_null()
596 static inline bool tb_port_is_nhi(const struct tb_port *port) in tb_port_is_nhi()
601 static inline bool tb_port_is_pcie_down(const struct tb_port *port) in tb_port_is_pcie_down()
606 static inline bool tb_port_is_pcie_up(const struct tb_port *port) in tb_port_is_pcie_up()
[all …]
/openbmc/linux/drivers/rapidio/
H A Drio.c72 u16 rio_local_get_device_id(struct rio_mport *port) in rio_local_get_device_id()
90 int rio_query_mport(struct rio_mport *port, in rio_query_mport()
157 void rio_local_set_device_id(struct rio_mport *port, u16 did) in rio_local_set_device_id()
780 rio_mport_get_physefb(struct rio_mport *port, int local, in rio_mport_get_physefb()
898 int rio_enable_rx_tx_port(struct rio_mport *port, in rio_enable_rx_tx_port()
1345 rio_mport_get_efb(struct rio_mport *port, int local, u16 destid, in rio_mport_get_efb()
1383 rio_mport_get_feature(struct rio_mport * port, int local, u16 destid, in rio_mport_get_feature()
1532 int rio_lock_device(struct rio_mport *port, u16 destid, in rio_lock_device()
1576 int rio_unlock_device(struct rio_mport *port, u16 destid, u8 hopcount) in rio_unlock_device()
1873 struct rio_mport *port; in rio_find_mport() local
[all …]
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c80 static void bnx2fc_offload_session(struct fcoe_port *port, in bnx2fc_offload_session()
291 static void bnx2fc_upload_session(struct fcoe_port *port, in bnx2fc_upload_session()
351 struct fcoe_port *port, in bnx2fc_init_tgt()
443 struct fcoe_port *port = lport_priv(lport); in bnx2fc_rport_event_handler() local
578 struct bnx2fc_rport *bnx2fc_tgt_lookup(struct fcoe_port *port, in bnx2fc_tgt_lookup()
/openbmc/linux/drivers/net/dsa/
H A Dmv88e6060.c46 int port, in mv88e6060_get_tag_protocol()
218 static int mv88e6060_port_to_phy_addr(int port) in mv88e6060_port_to_phy_addr()
225 static int mv88e6060_phy_read(struct dsa_switch *ds, int port, int regnum) in mv88e6060_phy_read()
238 mv88e6060_phy_write(struct dsa_switch *ds, int port, int regnum, u16 val) in mv88e6060_phy_write()
250 static void mv88e6060_phylink_get_caps(struct dsa_switch *ds, int port, in mv88e6060_phylink_get_caps()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8255.c42 int dir, int port, int data, unsigned long regbase) in subdev_8255_io()
52 int dir, int port, int data, unsigned long regbase) in subdev_8255_mmio()
144 int dir, int port, int data, in __subdev_8255_init()
203 int (*io)(struct comedi_device *dev, int dir, int port, in subdev_8255_init()
238 int (*io)(struct comedi_device *dev, int dir, int port, in subdev_8255_mm_init()
/openbmc/linux/drivers/net/dsa/mv88e6xxx/
H A Dhwtstamp.h136 int port, struct ifreq *ifr) in mv88e6xxx_port_hwtstamp_set()
142 int port, struct ifreq *ifr) in mv88e6xxx_port_hwtstamp_get()
147 static inline bool mv88e6xxx_port_rxtstamp(struct dsa_switch *ds, int port, in mv88e6xxx_port_rxtstamp()
154 static inline void mv88e6xxx_port_txtstamp(struct dsa_switch *ds, int port, in mv88e6xxx_port_txtstamp()
159 static inline int mv88e6xxx_get_ts_info(struct dsa_switch *ds, int port, in mv88e6xxx_get_ts_info()
/openbmc/qemu/hw/usb/
H A Dxen-usb.c72 USBPort port; member
98 unsigned port; member
684 static void usbback_hotplug_enq(struct usbback_info *usbif, unsigned port) in usbback_hotplug_enq()
694 static void usbback_portid_drain(struct usbback_info *usbif, unsigned port) in usbback_portid_drain()
709 static void usbback_portid_detach(struct usbback_info *usbif, unsigned port) in usbback_portid_detach()
721 static void usbback_portid_remove(struct usbback_info *usbif, unsigned port) in usbback_portid_remove()
734 static void usbback_portid_add(struct usbback_info *usbif, unsigned port, in usbback_portid_add()
810 static void usbback_process_port(struct usbback_info *usbif, unsigned port) in usbback_process_port()
963 static void xen_bus_attach(USBPort *port) in xen_bus_attach()
973 static void xen_bus_detach(USBPort *port) in xen_bus_detach()
[all …]
/openbmc/linux/drivers/net/ethernet/ti/
H A Dnetcp_sgmii.c47 int netcp_sgmii_reset(void __iomem *sgmii_ofs, int port) in netcp_sgmii_reset()
61 bool netcp_sgmii_rtreset(void __iomem *sgmii_ofs, int port, bool set) in netcp_sgmii_rtreset()
79 int netcp_sgmii_get_port_link(void __iomem *sgmii_ofs, int port) in netcp_sgmii_get_port_link()
89 int netcp_sgmii_config(void __iomem *sgmii_ofs, int port, u32 interface) in netcp_sgmii_config()
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c276 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_keyset_name() local
311 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_ingress_range_port_mask() local
327 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_wide_port_mask() local
342 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_add_egress_range_port_mask() local
426 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_is0_get_port_keysets() local
480 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_is2_get_port_keysets() local
609 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_es0_get_port_keysets() local
634 struct sparx5_port *port = netdev_priv(ndev); in sparx5_vcap_es2_get_port_keysets() local
699 struct sparx5_port *port; in sparx5_vcap_get_port_keyset() local
768 struct sparx5_port *port; in sparx5_vcap_validate_keyset() local
[all …]
/openbmc/linux/drivers/tty/serial/
H A Dimx.c200 struct uart_port port; member
384 static void imx_uart_start_rx(struct uart_port *port) in imx_uart_start_rx()
408 static void imx_uart_stop_tx(struct uart_port *port) in imx_uart_stop_tx()
473 static void imx_uart_stop_rx_with_loopback_ctrl(struct uart_port *port, bool loopback) in imx_uart_stop_rx_with_loopback_ctrl()
508 static void imx_uart_stop_rx(struct uart_port *port) in imx_uart_stop_rx()
518 static void imx_uart_enable_ms(struct uart_port *port) in imx_uart_enable_ms()
679 static void imx_uart_start_tx(struct uart_port *port) in imx_uart_start_tx()
868 struct tty_port *port = &sport->port.state->port; in __imx_uart_rxint() local
1074 static unsigned int imx_uart_tx_empty(struct uart_port *port) in imx_uart_tx_empty()
1089 static unsigned int imx_uart_get_mctrl(struct uart_port *port) in imx_uart_get_mctrl()
[all …]
/openbmc/linux/net/hsr/
H A Dhsr_main.c23 struct hsr_port *port; in hsr_slave_empty() local
34 struct hsr_port *port, *master; in hsr_netdev_notify() local
126 struct hsr_port *port; in hsr_port_get_hsr() local
/openbmc/linux/tools/testing/selftests/x86/
H A Dioperm.c55 static bool try_outb(unsigned short port) in try_outb()
68 static void expect_ok(unsigned short port) in expect_ok()
78 static void expect_gp(unsigned short port) in expect_gp()
/openbmc/linux/drivers/net/dsa/realtek/
H A Drtl8366rb.c120 #define RTL8366RB_STP_STATE(port, state) \ argument
122 #define RTL8366RB_STP_STATE_MASK(port) \ argument
170 #define RTL8366RB_VLAN_INGRESS_CTRL1_DROP(port) (BIT((port)) | BIT((port) + 6)) argument
410 int port, in rtl8366rb_get_mib_counter()
1047 int port, in rtl8366_get_tag_protocol()
1054 static void rtl8366rb_phylink_get_caps(struct dsa_switch *ds, int port, in rtl8366rb_phylink_get_caps()
1081 rtl8366rb_mac_link_up(struct dsa_switch *ds, int port, unsigned int mode, in rtl8366rb_mac_link_up()
1119 rtl8366rb_mac_link_down(struct dsa_switch *ds, int port, unsigned int mode, in rtl8366rb_mac_link_down()
1140 rtl8366rb_port_enable(struct dsa_switch *ds, int port, in rtl8366rb_port_enable()
1156 rtl8366rb_port_disable(struct dsa_switch *ds, int port) in rtl8366rb_port_disable()
[all …]
/openbmc/linux/drivers/pinctrl/actions/
H A Dpinctrl-owl.c507 const struct owl_gpio_port *port = &pctrl->soc->ports[i]; in owl_gpio_get_port() local
537 const struct owl_gpio_port *port; in owl_gpio_request() local
561 const struct owl_gpio_port *port; in owl_gpio_free() local
583 const struct owl_gpio_port *port; in owl_gpio_get() local
604 const struct owl_gpio_port *port; in owl_gpio_set() local
622 const struct owl_gpio_port *port; in owl_gpio_direction_input() local
644 const struct owl_gpio_port *port; in owl_gpio_direction_output() local
665 const struct owl_gpio_port *port; in irq_set_type() local
726 const struct owl_gpio_port *port; in owl_gpio_irq_mask() local
758 const struct owl_gpio_port *port; in owl_gpio_irq_unmask() local
[all …]
/openbmc/linux/drivers/usb/host/
H A Dxhci-hub.c461 u16 port) in xhci_find_slot_id_by_port()
581 static void xhci_disable_port(struct xhci_hcd *xhci, struct xhci_port *port) in xhci_disable_port()
676 static void xhci_set_port_power(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_set_port_power()
713 struct xhci_port *port; in xhci_port_set_test_mode() local
787 void xhci_set_link_state(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_set_link_state()
805 struct xhci_port *port, u16 wake_mask) in xhci_set_remote_wake_mask()
831 void xhci_test_and_clear_bit(struct xhci_hcd *xhci, struct xhci_port *port, in xhci_test_and_clear_bit()
926 static int xhci_handle_usb2_port_link_resume(struct xhci_port *port, in xhci_handle_usb2_port_link_resume()
1033 static void xhci_get_usb3_port_status(struct xhci_port *port, u32 *status, in xhci_get_usb3_port_status()
1084 static void xhci_get_usb2_port_status(struct xhci_port *port, u32 *status, in xhci_get_usb2_port_status()
[all …]
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_ethtool.c235 struct nfp_port *port; in nfp_net_nway_reset() local
435 static void nfp_add_media_link_mode(struct nfp_port *port, in nfp_add_media_link_mode()
488 struct nfp_port *port; in nfp_net_get_link_ksettings() local
551 struct nfp_port *port; in nfp_net_set_link_ksettings() local
1043 struct nfp_port *port; in nfp_mac_get_stats_count() local
1054 struct nfp_port *port; in nfp_mac_get_stats_strings() local
1069 struct nfp_port *port; in nfp_mac_get_stats() local
1146 struct nfp_port *port = nfp_port_from_netdev(netdev); in nfp_port_get_strings() local
1166 struct nfp_port *port = nfp_port_from_netdev(netdev); in nfp_port_get_stats() local
1177 struct nfp_port *port = nfp_port_from_netdev(netdev); in nfp_port_get_sset_count() local
[all …]
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c549 static void fcoe_port_send(struct fcoe_port *port, struct sk_buff *skb) in fcoe_port_send()
593 struct fcoe_port *port = lport_priv(lport); in fcoe_update_src_mac() local
609 struct fcoe_port *port = lport_priv(lport); in fcoe_get_src_mac() local
706 struct fcoe_port *port; in fcoe_netdev_config() local
809 struct fcoe_port *port; in fcoe_fdmi_info() local
922 struct fcoe_port *port = lport_priv(lport); in fcoe_em_config() local
1003 struct fcoe_port *port = lport_priv(lport); in fcoe_if_destroy() local
1128 struct fcoe_port *port; in fcoe_if_create() local
1481 struct fcoe_port *port = lport_priv(lport); in fcoe_xmit() local
2055 struct fcoe_port *port; in fcoe_destroy() local
[all …]
/openbmc/linux/drivers/nvme/target/
H A Dconfigfs.c80 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_adrfam_store() local
112 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_portid_store() local
132 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_show() local
140 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_traddr_store() local
181 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_treq_store() local
207 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_show() local
215 struct nvmet_port *port = to_nvmet_port(item); in nvmet_addr_trsvcid_store() local
234 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_inline_data_size_show() local
242 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_inline_data_size_store() local
261 struct nvmet_port *port = to_nvmet_port(item); in nvmet_param_pi_enable_show() local
[all …]

1...<<11121314151617181920>>...105