Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 18 lines 608 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* Copyright (c) 2015 - 2025 Beijing WangXun Technology Co., Ltd. */ 3 4#ifndef _TXGBE_AML_H_ 5#define _TXGBE_AML_H_ 6 7void txgbe_gpio_init_aml(struct wx *wx); 8irqreturn_t txgbe_gpio_irq_handler_aml(int irq, void *data); 9int txgbe_test_hostif(struct wx *wx); 10int txgbe_read_eeprom_hostif(struct wx *wx, 11 struct txgbe_hic_i2c_read *buffer, 12 u32 length, u8 *data); 13int txgbe_set_phy_link(struct wx *wx); 14int txgbe_identify_module(struct wx *wx); 15void txgbe_setup_link(struct wx *wx); 16int txgbe_phylink_init_aml(struct txgbe *txgbe); 17 18#endif /* _TXGBE_AML_H_ */