Searched refs:sw_ver (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/can/usb/etas_es58x/ |
D | es58x_devlink.c | 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()
|
/linux-6.12.1/drivers/net/wireless/ath/ath6kl/ |
D | main.c | 528 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver, in ath6kl_ready_event() argument 537 ar->mac_addr, sw_ver, abi_ver, cap); in ath6kl_ready_event() 539 ar->version.wlan_ver = sw_ver; in ath6kl_ready_event()
|
D | core.h | 934 void ath6kl_ready_event(void *devt, u8 *datap, u32 sw_ver, u32 abi_ver,
|