Searched refs:wilc_get_chipid (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.c | 419 wilc_get_chipid(wilc, true); in chip_wakeup() 420 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup() 421 } while (wilc_get_chipid(wilc, true) == 0); in chip_wakeup() 447 if (wilc_get_chipid(wilc, false) < WILC_1000_BASE_ID_2B) { in chip_wakeup() 1130 chipid = wilc_get_chipid(wilc, true); in init_chip() 1163 u32 wilc_get_chipid(struct wilc *wilc, bool update) in wilc_get_chipid() function
|
H A D | wlan.h | 396 u32 wilc_get_chipid(struct wilc *wilc, bool update);
|
H A D | netdev.c | 189 chip_id = wilc_get_chipid(wilc, false); in wilc_wlan_get_firmware()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | wlan.h | 436 u32 wilc_get_chipid(struct wilc *wilc, bool update);
|
H A D | netdev.c | 187 chip_id = wilc_get_chipid(wilc, false); in wilc_wlan_get_firmware()
|
H A D | wlan.c | 1415 chipid = wilc_get_chipid(wilc, true); in init_chip() 1448 u32 wilc_get_chipid(struct wilc *wilc, bool update) in wilc_get_chipid() function
|
Completed in 7 milliseconds