/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp_shim.h | 94 bool (*check_link)(struct intel_digital_port *dig_port, member
|
H A D | intel_dp_hdcp.c | 736 .check_link = intel_dp_hdcp_check_link, 877 .check_link = intel_dp_hdcp_check_link,
|
H A D | intel_hdcp.c | 1153 if (hdcp->shim->check_link(dig_port, connector)) { in intel_hdcp_check_link()
|
H A D | intel_hdmi.c | 1802 .check_link = intel_hdmi_hdcp_check_link,
|
/linux/arch/powerpc/platforms/44x/ |
H A D | pci.c | 652 void (*check_link)(struct ppc4xx_pciex_port *port); member 922 .check_link = ppc4xx_pciex_check_link_sdr, 931 .check_link = ppc4xx_pciex_check_link_sdr, 1042 .check_link = ppc4xx_pciex_check_link_sdr, 1110 .check_link = ppc4xx_pciex_check_link_sdr, 1256 .check_link = ppc460sx_pciex_check_link, 1302 .check_link = ppc_476fpe_pciex_check_link, 1397 if (ppc4xx_pciex_hwops->check_link) in ppc4xx_pciex_port_init() 1398 ppc4xx_pciex_hwops->check_link(port); in ppc4xx_pciex_port_init()
|
/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 32 s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member
|
H A D | vf.c | 1006 .check_link = ixgbevf_check_mac_link_vf, 1024 .check_link = ixgbevf_hv_check_mac_link_vf,
|
H A D | ixgbevf_main.c | 3261 err = hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbevf_watchdog_update_link()
|
/linux/drivers/usb/host/ |
H A D | uhci-debug.c | 423 goto check_link; in uhci_sprint_schedule() 454 check_link: in uhci_sprint_schedule()
|
/linux/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 612 static void check_link(struct net_device *dev); 1642 static void check_link(struct net_device *dev) in check_link() function 1725 * Start with half-duplex. check_link will update in init_registers() 1763 check_link(dev); in init_registers() 1831 /* init_registers() calls check_link() for the above case */ in netdev_timer() 1832 check_link(dev); in netdev_timer() 1837 check_link(dev); in netdev_timer() 2324 check_link(dev); in netdev_rx() 2412 check_link(dev); in netdev_error() 2998 check_link(de in netdev_set_ecmd() [all...] |
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x540.c | 784 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_blink_led_start_X540() 849 .check_link = &ixgbe_check_mac_link_generic,
|
H A D | ixgbe_x550.c | 2114 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_sgmii_x550em_a() 2162 mac->ops.check_link = ixgbe_check_mac_link_generic; in ixgbe_init_mac_link_ops_X550em_a() 2212 mac->ops.check_link = ixgbe_check_link_t_X550em; in ixgbe_init_mac_link_ops_X550em() 2958 hw->mac.ops.check_link(hw, &speed, &link_up, false); in ixgbe_fc_autoneg_backplane_x550em_a() 3450 hw->mac.ops.check_link(hw, &link_speed, &link_up, false); in ixgbe_reset_hw_X550em() 3931 .check_link = &ixgbe_check_mac_link_generic, \
|
H A D | ixgbe_type.h | 3520 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); member 3596 int (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *); member
|
H A D | ixgbe_e610.c | 3924 .check_link = ixgbe_check_link_e610,
|
H A D | ixgbe_ethtool.c | 1521 hw->mac.ops.check_link(hw, &link_speed, &link_up, true); in ixgbe_link_test()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6071 int check_link = 1; in bnx2_5706_serdes_timer() local 6076 check_link = 0; in bnx2_5706_serdes_timer() 6111 if (check_link) { in bnx2_5706_serdes_timer()
|