Searched refs:sw_ver (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_devlink.c | 168 * @sw_ver: Version number of either the firmware or the bootloader. 176 static inline bool es58x_sw_version_is_valid(struct es58x_sw_version *sw_ver) in es58x_sw_version_is_valid() argument 178 return sw_ver->major < 100 && sw_ver->minor < 100 && in es58x_sw_version_is_valid() 179 sw_ver->revision < 100; in es58x_sw_version_is_valid()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | main.c | 528 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver, in ath6kl_ready_event() argument 536 "ready event mac addr %pM sw_ver 0x%x abi_ver 0x%x cap 0x%x\n", in ath6kl_ready_event() 537 ar->mac_addr, sw_ver, abi_ver, cap); in ath6kl_ready_event() 539 ar->version.wlan_ver = sw_ver; in ath6kl_ready_event()
|
H A D | core.h | 934 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver,
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | main.c | 528 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver, in ath6kl_ready_event() argument 536 "ready event mac addr %pM sw_ver 0x%x abi_ver 0x%x cap 0x%x\n", in ath6kl_ready_event() 537 ar->mac_addr, sw_ver, abi_ver, cap); in ath6kl_ready_event() 539 ar->version.wlan_ver = sw_ver; in ath6kl_ready_event()
|
H A D | core.h | 934 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver,
|
Completed in 9 milliseconds